@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  font-family: "Overpass", sans-serif;
  color: rgba(39, 45, 78, 0.8);
  font-weight: 300;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
#color-blue {
  font-weight: bold !important;
  color: #1030e9 !important;
}

#color-green {
  font-weight: bold !important;
  color: #27ae60 !important;
}
a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  background-color: #fff;
  transition: background-color 0.3s ease;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  background: none;
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background: #272d4e;
  border-radius: 10px;
}

.head {
background-image: url(../images/Rectangle-head.png);
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #27ae60;
    background-size: contain;
}
.head h1 {
  margin-left: 40px;
  padding: 0 10px;
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
}

.main {
  padding: 60px;
}
.main-head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/Rectangle 3168.png");
  padding: 50px;
  width: 97%;
  margin: 15px auto;
  margin-top: 0% !important;
}
.main-head-text {
  margin-right: 50px;
}
@media screen and (max-width: 960px) {
  .main-head-text img {
    width: 30px;
  }
}
.main-head-text h3 {
      color: #94a2b3;
    font-weight: 400;
    line-height: 52px;
    margin: 15px 0;
    text-align: justify;
    width: 100%;
    font-size: 24px;
}
@media screen and (max-width: 960px) {
  .main-head-text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 420px) {
  .main-head-text h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.main-head-text h2 {
  position: relative;
  color: #743c18;
  font-weight: 600;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .main-head-text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .main-head-text h2 {
    font-size: 17px;
  }
}
.main-head-text h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: #743c18;
}
.main-head-image {
  width: clamp(150px, 25%, 500px);
}
.main-body {
      padding: 50px 15px;
    padding-left: 74px;
    padding-right: 60px;
}
.main-body p {
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
}
.main-body div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.main-body div h2 {
  position: relative;
  color: #272d4e;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-body div h2:last-child {
  color: #27ae60;
  margin-left: 20px;
  padding-left: 30px;
}
.main-body div h2:last-child::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background: #27ae60;
}

.main-body p {
  line-height: 35px;
    font-size: 22px;
    font-weight: 400;
}
p {
  text-indent: 50px;
  text-align: justify;
  font-style: normal;
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.main-body-content {
  font-style: normal;
  color: rgba(39, 45, 78, 0.8);
}
#content-bold {
  font-weight: bold;
  color: rgba(39, 45, 78, 0.8) !important;
}

.main-body div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 760px) {
  .main-head {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 620px) {
  .main {
    padding: 60px 20px;
  }
  .main-head {
    flex-direction: column-reverse;
    padding: 15px;
  }
  .main-head-text {
    margin-right: 0;
  }
  .main-body p {
    font-size: 16px;
    line-height: 30px;
  }
  .main-body h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  .head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .head h1 {
    margin: 0;
    text-align: center;
  }
}
