body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7; /* Light background color */
}

.title-text {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}

.title-text p {
  font-size: 28px;
  color: #333;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  margin: 20px auto;
  width: 50%;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flex-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 20px;
  max-width: 270px;
  text-align: center;
}

.flex-box img {
  max-width: 100%;
  margin-top: 20px;
  border-radius: 8px;
}
#CONTACT{
  padding:100px 0 20px;
  background:#efefef;
}
.fotter-row{
  width:80%;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.fotter-left,.fotter-right{
  flex-basis:45%;
  padding:10px;
  margin-bottom:20px;
}
.fotter-right{
  text-align:right;
}
.fotter-row h1{
  margin:10px 0;
  font-style: italic;
  font-weight: bold; 
  font-family:Calibri;
}
.fotter-row p{
  line-height:35px;
  font-family:Calibri;
}
.title-text h2{
 
  font-size:30;
  font-style: italic;
  font-weight: bold;
  color:#009688;
  margin-top:5px;
  text-align: center;
}



