.section-about {
  padding-block: clamp(2.1875rem, 0.8333rem + 4.5139vw, 6.25rem);
}

.section-about .about-content .main-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: clamp(1.6875rem, 0.6875rem + 3.3333vw, 4.6875rem);
}
.section-about .about-content .main-header span {
  color: #00b7df;
  font-size: clamp(1.125rem, 1.0417rem + 0.2778vw, 1.375rem);
  font-weight: 700;
  line-height: 120%; /* 27.6px */
  text-transform: uppercase;
}
.section-about .about-content .main-header h2 {
  font-size: clamp(1.75rem, 1.2917rem + 1.5278vw, 3.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 60px */
}

.section-about .about-content .main-header p {
  font-size: clamp(0.75rem, 0.5417rem + 0.6944vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 27.6px */
}
.section-about .about-content .body-content > div {
  display: flex;
  gap: clamp(2rem, 1.1042rem + 2.9861vw, 4.6875rem);
}
.section-about .about-content .body-content > div > div {
  flex: 1 1 100%;
}
.section-about .about-content .body-content > div .image img {
  border-radius: clamp(0.9375rem, 0.8333rem + 0.3472vw, 1.25rem);
  width: 100%;
  height: auto;
}
.section-about .about-content .body-content > div .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section-about .about-content .body-content > div .text span {
  color: #00b7df;
  font-size: clamp(1.125rem, 1.0417rem + 0.2778vw, 1.375rem);
  font-weight: 700;
  line-height: 120%; /* 27.6px */
  text-transform: uppercase;
  cursor: default;
}
.section-about .about-content .body-content > div .text h3 {
  font-size: clamp(1.75rem, 1.2917rem + 1.5278vw, 3.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 60px */
}

.section-about .about-content .body-content > div .text p {
  font-size: clamp(0.75rem, 0.5417rem + 0.6944vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 27.6px */
}
.section-about .about-content .body-content > div .text span {
  max-width: fit-content;
  margin-top: 10px;
}

.section-about .about-content .body-content > div.bottom {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: -20%;
}
.section-services {
  padding-block: clamp(2.1875rem, 0.8333rem + 4.5139vw, 6.25rem);
  position: relative;
}
.section-services .bgImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.section-services .bgImg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.section-services .services-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.section-services .services-content .card-service {
  width: calc(33.33% - 20px);
}
.section-services .services-content .card-service.text-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: flex-start;
}
.section-services .services-content .card-service.text-cont span {
  color: #00b7df;
  font-size: clamp(1.125rem, 1.0417rem + 0.2778vw, 1.375rem);
  font-weight: 700;
  line-height: 120%; /* 27.6px */
  text-transform: uppercase;
}
.section-services .services-content .card-service.text-cont h2 {
  color: #000;
  font-size: clamp(1.75rem, 1.2917rem + 1.5278vw, 3.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 60px */
}
.section-services .services-content .card-service.text-cont a {
  max-width: fit-content;
}
.section-services .services-content .card-service:not(.text-cont) {
  padding: 20px;
  background-color: #ffffff;
  border-radius: clamp(0.9375rem, 0.8333rem + 0.3472vw, 1.25rem);

  display: flex;
  flex-direction: column;
  gap: 15px;

  cursor: pointer;
}
.section-services .services-content .card-service:not(.text-cont):hover {
  transform: translateY(-5px);
}

.section-services .services-content .card-service:not(.text-cont) img {
  width: 100%;
}

.section-services .services-content .card-service:not(.text-cont) h3 {
  color: #58c4f2;
  font-size: clamp(1.25rem, 1.0417rem + 0.6944vw, 1.875rem);
  font-weight: 700;
  line-height: 120%; /* 36px */
}

footer .top-footer {
  padding-block: clamp(2.1875rem, 0.8333rem + 4.5139vw, 6.25rem);
  background-color: #58c4f2;
  min-height: 411px;
}

footer .top-footer .top-footer-section {
  display: flex;
  justify-content: center;
  gap: clamp(3.75rem, -0.5357rem + 6.6964vw, 7.5rem);
}
footer .top-footer .top-footer-section .footer-logo {
  flex-shrink: 0;
}
footer .top-footer .top-footer-section .footer-logo a {
  display: inline-block;
  max-width: clamp(9.625rem, 7.6667rem + 6.5278vw, 15.5rem);
  width: 100%;
}
footer .top-footer .top-footer-section .footer-logo img {
  width: 100%;
}
footer .top-footer .top-footer-section .footer-menu {
  display: flex;
  gap: clamp(1.8125rem, 0.5268rem + 2.0089vw, 2.9375rem);
}
footer .top-footer .top-footer-section .footer-menu ul {
  width: 226px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .top-footer .top-footer-section .footer-menu ul:first-child {
  width: clamp(7.875rem, 0.7321rem + 11.1607vw, 14.125rem);
}
footer .top-footer .top-footer-section .footer-menu ul li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
}
footer .top-footer .top-footer-section .footer-menu ul li.title {
  font-size: 18px;
  font-weight: 700;
}
footer .bottom-footer {
  padding-block: 20px;
}
footer .bottom-footer .bottom-footer-section {
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
footer .bottom-footer .bottom-footer-section p {
  color: #bec1c4;
}
