body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7; /* Light background color */
}

.title-text {
  text-align: center;
  max-width: 90%; /* Adjusted maximum width for better mobile view */
  margin: 0 auto;
}

.title-text p {
  font-size: 24px; /* Reduced font size for better mobile view */
  color: #333;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  margin: 10px auto; /* Adjusted margin for better mobile view */
  width: 50%;
}

.box {
  background-color: #fff; 
  padding: 20px; /* Adjusted padding for better mobile view */
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); 
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; /* Changed flex-direction to column for better mobile view */
  align-items: center;
}

.box img {
  max-width: 30%; /* Adjusted image width to fit smaller screens */
  border-radius: 8px; /* Optional: Add border radius to the image */
  margin-bottom: 15px; /* Adjusted margin for better mobile view */
}

.box-content {
  max-width: 100%; /* Adjusted content width to fit smaller screens */
}

.box h5,
.box h6 {
  font-size: 18px; /* Reduced font size for better mobile view */
  line-height: 1.4;
  color: #333;
}

#CONTACT {
  padding: 50px 0; /* Adjusted padding for better mobile view */
  background: #efefef;
}

.fotter-row {
  width: 90%; /* Adjusted width for better mobile view */
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* Changed flex-direction to column for better mobile view */
  justify-content: center; /* Centered content vertically */
}

.fotter-left,
.fotter-right {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center; /* Centered text for better mobile view */
}

.fotter-right {
  order: -1; /* Changed order for better mobile view */
}

.fotter-row h1,
.fotter-row p {
  font-family: Calibri;
  margin: 5px 0; /* Adjusted margin for better mobile view */
}

.title-text h2 {
  font-size: 24px; /* Reduced font size for better mobile view */
  font-style: italic;
  font-weight: bold;
  color: #009688;
  margin-top: 5px;
  text-align: center;
}
