@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

header {
  padding: 20px 80px;
  background: #2A2A2A;
}

@media (max-width: 1100px) {
  header {
    padding: 28px 24px;
  }
}

@media (max-width: 768px) {
  header {
    padding: 12px 16px;
  }
}

header .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 32px;
}

@media (max-width: 1100px) {
  header .container {
    padding: 0;
  }
}

header .container nav a,
header .container nav a img {
  height: 44px;
  object-fit: contain;
}

@media (max-width: 768px) {

  header .container nav a,
  header .container nav a img {

         height: 28px;
        width: 99px;
  }

}

.home_header {
  position: relative;
}

.home_header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding-top: 84px;
}

@media (max-width: 1100px) {
  .home_header .content {
    flex-direction: column;
    padding: 0;
  }
}

.home_header .content .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 32px 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  height: 100%;
}

@media (max-width: 1100px) {
  .home_header .content .left {
    padding-inline: 32px;
    align-items: center;
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .home_header .content .left {
    padding: 24px 16px;
    align-items: center;
    max-width: 100%;
    width: 100%;
    gap: 12px;
  }
}

.home_header .content .left h1 {
  color: #FFF;
  font-family: Helvetica;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  /* 133.333% */
}

@media (max-width: 1280px) {
  .home_header .content .left h1 {
    font-size: 42px;
    line-height: 54px;
  }
}

@media (max-width: 1150px) {
  .home_header .content .left h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .home_header .content .left h1 {
    font-size: 24px;
    line-height: 36px;
  }
}

.home_header .content .left p {
  color: #fff;
  font-family: Helvetica;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 152.632% */
  width: 100%;
}

@media (max-width: 1100px) {
  .home_header .content .left p {
    font-size: 17px;
    line-height: 25px;
  }
}

.home_header .content .right {
  width: 50%;
  max-width: 720px;
  max-height: 680px;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 80px;
  align-self: flex-start;
}


@media (min-width:1100px) {
  .home_header .content .right{
    margin-right: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 1100px) {
  .home_header .content .right {
    max-width: 100%;
    border-radius: 0px 0px 40px 40px;
    width: 100%;
  }

}

.home_header .content .right img {
  width: 100%;
}

@media (max-width: 1100px) {
  .home_header .content .right img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
  }
}

@media (max-width:1300px) {
  .home_main .about .content{
    flex-direction: column;
  }
}

.home_main .about {
  padding: 80px;
}

@media (max-width: 1100px) {
  .home_main .about {
    padding: 40px 32px;
  }
}

@media (max-width: 768px) {
  .home_main .about {
    padding: 32px 16px;
  }
}

.home_main .about .content {
  padding: 0 32px;
  display: flex;
  gap: 64px;
  justify-content: space-around;
  align-items: center;
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 1100px) {
  .home_main .about .content {
    flex-direction: column;
    padding: 0;
    gap: 40px;
  }
}


@media (max-width: 1100px) {
  .home_main .about .content .left img {
    width: 100%;
    height: auto;
  }
}

.home_main .about .content .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1100px) {
  .home_main .about .content .right {
    gap: 30px;
    align-items: center;
  }
}

.home_main .about .content .right .texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 1100px) {
  .home_main .about .content .right .texts {
    align-items: center;
    gap: 12px;
    /* max-width: 400px; */
  }
}

.home_main .about .content .right .texts p {
  color: #FFC727;
  font-family: Helvetica;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 115.789% */
}

@media (max-width: 1100px) {
  .home_main .about .content .right .texts p {
    font-size: 32px;
    line-height: 40px;
  }
}

.home_main .about .content .right .texts span {
  color: #FFF;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

@media (max-width: 1100px) {
  .home_main .about .content .right .texts span {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}

.home_main .what_sets {
  padding: 80px;
}

@media (max-width: 1100px) {
  .home_main .what_sets {
    padding: 40px 32px;
  }
}

@media (max-width: 1100px) {
  .home_main .what_sets {
    padding: 32px 16px;
  }
}

.home_main .what_sets .content {
  width: 100%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1100px) {
  .home_main .what_sets .content {
    padding: 0;
    gap: 24px;
  }
}

.home_main .what_sets .content .top_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 20px;
  max-width: 720px;
}

@media (max-width: 1100px) {
  .home_main .what_sets .content .top_text {
    align-items: center;
    gap: 12px;
  }
}

.home_main .what_sets .content .top_text p {
  color: #FFC727;
  text-align: center;
  font-family: Helvetica;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 113.636% */
  letter-spacing: 0.44px;
}

@media (max-width: 1100px) {
  .home_main .what_sets .content .top_text p {
    font-size: 32px;
    line-height: 40px;
  }
}

.home_main .what_sets .content .top_text span {
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

@media (max-width: 1100px) {
  .home_main .what_sets .content .top_text span {
    font-size: 16px;
    line-height: 24px;
  }
}

.home_main .what_sets .content .cards {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .home_main .what_sets .content .cards {
    flex-direction: column;
    gap: 34px;
  }
}

.home_main .what_sets .content .cards .card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 363px;
  border-radius: 12px;
  border: 1px solid #FFC727;
  padding: 16px;
  height: 546px;

}

@media (max-width: 1100px) {
  .home_main .what_sets .content .cards .card {
    align-items: center;
  }
}

.home_main .what_sets .content .cards .card .top {
  border-radius: 20px;
  max-width: 363px;
  height: 254px;
  position: relative;
}

@media (max-width: 1100px) {
  .home_main .what_sets .content .cards .card .top {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .home_main .what_sets .content .cards .card .top {
    height: 257px;
  }
}

.home_main .what_sets .content .cards .card .top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}



.home_main .what_sets .content .cards .card .card1-top img {
  width: calc(100% - 77px);
}

@media (max-width: 1100px) {
  .home_main .what_sets .content .cards .card .top {
    object-fit: contain;
  }

  .home_main .what_sets .content .cards .card .card1-top img {
    width: calc(100% - 77px);
  }
}



.home_main .what_sets .content .cards .card .card2-top img {
  width: calc(100% - 70px);
}

@media (max-width: 1100px) {


  .home_main .what_sets .content .cards .card .card2-top img {
    width: calc(100% - 77px);
  }
}

.home_main .what_sets .content .cards .card .card3-top img {
  width: calc(100% - 16px);
}

.home_main .what_sets .content .cards .card .bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1100px) {
  .home_main .what_sets .content .cards .card .bottom {
    max-width: 360px;
  }
}

.home_main .what_sets .content .cards .card .bottom p {
  color: #FFF;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

.home_main .what_sets .content .cards .card .bottom span {
  color: #FFF;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.home_main .approach {
  padding: 80px 112px;
}

@media (max-width: 1100px) {
  .home_main .approach {
    padding: 60px 32px;
  }
}

@media (max-width: 768px) {
  .home_main .approach {
    padding: 40px 16px;
  }
}

.home_main .approach .content {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0 40px;
}

@media (max-width: 1100px) {
  .home_main .approach .content {
    max-width: 100%;
    gap: 40px;
    padding: 0;
  }
}

.home_main .approach .content .top {
  max-width: 720px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.home_main .approach .content .top p {
  color: #FFC727;
  font-family: Helvetica;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 113.636% */
  letter-spacing: 0.44px;
}

@media (max-width: 1100px) {
  .home_main .approach .content .top p {
    font-size: 32px;
    line-height: 40px;
  }
}

.home_main .approach .content .top span {
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

@media (max-width: 1100px) {
  .home_main .approach .content .top span {
    font-size: 16px;
    line-height: 24px;
  }
}

.home_main .approach .content .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 96px;
  column-gap: 96px;
  row-gap: 48px;
  align-items: center;
  max-width: 1216px;
  margin: auto;
}

@media (max-width: 1100px) {
  .home_main .approach .content .bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.home_main .approach .content .bottom .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box {
    flex-direction: column;
    gap: 18px;
  }
}

.home_main .approach .content .bottom .box .left,
.home_main .approach .content .bottom .box .left img {
  max-height: 56px;
}

@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box .left img {
    max-height: 56px;
  }
}

.home_main .approach .content .bottom .box .right .texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home_main .approach .content .bottom .box .right .texts .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home_main .approach .content .bottom .box .right .texts .text p {
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box .right .texts .text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.home_main .approach .content .bottom .box .right .texts .text span {
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

@media (max-width: 1100px) {
  .home_main .approach .content .bottom .box .right .texts .text span {
    font-size: 14px;
    line-height: 20px;
  }
}

.home_main .contact {
  padding: 80px;
}

@media (max-width: 1100px) {
  .home_main .contact {
    padding: 60px 32px;
  }

  @media (max-width:768px) {
    .home_main .contact{
      padding: 24px 16px;
    }
    .home_main .contact .content .top_texts p{
      font-size: 24px !important;
    }

 
  }


  .home_main .contact .content .top_texts span span{
    font-size: 16px !important;
  }
}
@media (max-width:500px) {
  .home_main .approach .content .top p{
    text-align: center;
  }
}

.home_main .contact .content {
  max-width: 720px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

@media (max-width: 1100px) {
  .home_main .contact .content {
    max-width: 100%;
    gap: 24px;
    padding: 0;
  }
}

.home_main .contact .content .img_icon {
  position: absolute;
  top: 143px;
  left: 637px;
  z-index: 1;
}

@media (max-width: 1100px) {
  .home_main .contact .content .img_icon {
    display: none;
  }
}

.home_main .contact .content .top_texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.home_main .contact .content .top_texts p {
  color: #FFC727;
  text-align: center;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 113.636% */
  letter-spacing: 0.44px;
}

@media (max-width: 1100px) {
  .home_main .contact .content .top_texts p {
    font-size: 32px;
    line-height: 40px;
  }
}

.home_main .contact .content .top_texts span {
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.4px;
}

@media (max-width: 1100px) {
  .home_main .contact .content .top_texts span {
    font-size: 16px;
    line-height: 24px;
  }
}

.home_main .contact .content .form {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.home_main .contact .content .form form {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

@media (max-width: 768px) {
  .home_main .contact .content .form form {
    width: 100%;
  }
}

.home_main .contact .content .form form label {
  color: #CFCFCF;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.innerpagecontent div{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home_main .contact .content .form form input {
  box-sizing: border-box;
  padding: 16px 14px;
  border-radius: 4px;
  border: 1px solid #FFC727;
  background: transparent;
  width: 100%;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  /* 150% */
  z-index: 2;
}

.home_main .contact .content .form form input:focus,
.home_main .contact .content .form form textarea:focus {
  border-radius: 4px;
  border: 1px solid #FFC727;
  background: transparent;
}

.home_main .contact .content .form form input::-moz-placeholder,
.home_main .contact .content .form form textarea::-moz-placeholder {
  color: #cdcdcd;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.home_main .contact .content .form form input::placeholder,
.home_main .contact .content .form form textarea::placeholder {
  color: #cdcdcd;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.home_main .contact .content .form form textarea {
  border-radius: 4px;
  border: 1px solid #FFC727;
  background: transparent;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
  height: 110px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.left img{
  max-width: 675px;
}

.home_main .contact .content .form form .top {
  display: flex;
  gap: 16px;
  width: 100%;
}

@media (max-width: 768px) {
  .home_main .contact .content .form form .top {
    flex-direction: column;
    gap: 20px;
  }
}

.home_main .contact .content .form form .top .first {
  width: 100%;
}

.home_main .contact .content .form form .top .second {
  width: 100%;
}

.home_main .contact .content .form form .select {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  /* Style the custom checkbox */
  /* Checkmark styling */
  /* Show checkmark when checked */
  /* Style when checked */
}

.home_main .contact .content .form form .select p {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.home_main .contact .content .form form .select p a {
  color: var(--Gray-500, #667085);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.home_main .contact .content .form form .select input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.home_main .contact .content .form form .select .custom-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.home_main .contact .content .form form .select .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.home_main .contact .content .form form .select input[type=checkbox]:checked+.custom-checkbox::after {
  display: block;
}

.home_main .contact .content .form form .select input[type=checkbox]:checked+.custom-checkbox {
  background-color: rgb(0, 140, 255);
  /* Change the background color when checked */
  border-color: var(--Gray-300, #d0d5dd);
}

.home_main .contact .content .form form .submit {
  width: 300px;
  display: block;
  max-width: 300px;
  border-radius: 6px;
  background: #FFC727;
  padding: 12px 0px;
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.32px;
  text-decoration: none;
  margin: auto;
  margin-top: 34px;
}

@media (max-width: 400px) {
  .home_main .contact .content .form form .submit {
    width: 100%;
  }
}

.home_main .contact .content .form form .submit_done {
  display: none;
  border-radius: 6px;
  background: #09b476;
}

footer {
  display: flex;
  padding: 32px 80px;
  justify-content: space-between;
  align-items: center;
  background: #2A2A2A;
}

@media (max-width: 1100px) {
  footer {
    padding: 28px 24px;
  }
}

footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding-inline: 32px;
}

@media (max-width: 1100px) {
  footer .content {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0;
  }
}

footer .content span {
  color: #C4C4C4;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

footer .content .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

footer .content .footer-links a {
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  /* 155.556% */
}

@media (max-width: 1100px) {

  footer .content span,
  footer .content .footer-links a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 16px;
  }

  footer .content .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

.about_header {
  padding: 80px;
}

@media (max-width: 1100px) {
  .about_header {
    padding: 60px 32px;
  }
}

.about_header .content {
  max-width: 1280px;
  padding: 0 32px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

@media (max-width: 1100px) {
  .about_header .content {
    flex-direction: column;
    gap: 40px;
  }
}

.about_header .content .texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 744px;
  text-align: start;
}

@media (max-width: 1100px) {
  .about_header .content .texts {
    gap: 12px;
    text-align: center;
  }
}

.about_header .content .texts h1 {
  color: #9f1ab1;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 119.048% */
}

@media (max-width: 1100px) {
  .about_header .content .texts h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.about_header .content .texts p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

@media (max-width: 1100px) {
  .about_header .content .texts p {
    font-size: 16px;
    line-height: 24px;
  }
}

.about_header .content .img img {
  width: 100%;
}

.about_counts {
  padding: 80px;
  background: #fbe8ff;
}

@media (max-width: 1100px) {
  .about_counts {
    padding: 60px 32px;
  }
}

.about_counts .texts {
  max-width: 1027px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  gap: 64px;
  justify-content: center;
}

@media (max-width: 1100px) {
  .about_counts .texts {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 0;
    margin: auto;
  }
}

.about_counts .texts .text {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media (max-width: 1100px) {
  .about_counts .texts .text {
    align-items: center;
    flex-direction: column;
  }
}

.about_counts .texts .text p {
  color: #821890;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 91.667% */
}

.about_counts .texts .text span {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.about_main {
  padding: 80px;
}

@media (max-width: 1100px) {
  .about_main {
    padding: 60px 32px;
  }
}

.about_main .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 32px;
  max-width: 720px;
  margin: auto;
}

@media (max-width: 1100px) {
  .about_main .content {
    padding: 0;
  }
}

.about_main .content .top {
  max-width: 828px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about_main .content .top h2 {
  color: #9f1ab1;
  text-align: center;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 113.636% */
  letter-spacing: 0.44px;
}

.about_main .content .top p {
  color: #4b4b4b;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.about_main .content .bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 940px;
  margin: auto;
}

.about_main .content .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
}

.about_main .content .bottom .text p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

.about_main .content .bottom .text span {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.about_main .content .bottom .text .text_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about_main .content .bottom .text .text_box p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

.about_main .content .bottom .text .text_box span {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.service_main {
  padding: 80px;
}

@media (max-width: 1100px) {
  .service_main {
    padding: 60px 32px;
  }
}

.service_main .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 1100px) {
  .service_main .content {
    gap: 40px;
  }
}

.service_main .content .top {
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1100px) {
  .service_main .content .top {
    flex-direction: column;
    gap: 24px;
  }
}

.service_main .content .top .left {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1100px) {
  .service_main .content .top .left {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}

.service_main .content .top .left h1 {
  color: #9f1ab1;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 119.048% */
}

@media (max-width: 1100px) {
  .service_main .content .top .left h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.service_main .content .top .left p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

@media (max-width: 1100px) {
  .service_main .content .top .left p {
    font-size: 16px;
    line-height: 24px;
  }
}

.service_main .content .top .right img {
  width: 100%;
}

.service_main .content .bottom {
  max-width: 720px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.service_main .content .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
}

.service_main .content .bottom .text p {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

@media (max-width: 1100px) {
  .service_main .content .bottom .text p {
    font-size: 20px;
    line-height: 28px;
  }
}

.service_main .content .bottom .text span {
  color: #4b4b4b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

@media (max-width: 1100px) {
  .service_main .content .bottom .text span {
    font-size: 14px;
    line-height: 22px;
  }
}

/*# sourceMappingURL=style2.css.map */