.services-section {
  padding: 96px 0px;
}
.services-section .section-title {
  max-width: 870px;
  margin: 0 auto;
}
.services-section .section-title .sm-title {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: rgba(10, 48, 85, 0.1);
  color: #0A3055;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.services-section .section-title .title {
  color: #0A3055;
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0 auto;
}
.services-section .section-title .text {
  color: rgba(10, 48, 85, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding-bottom: 96px;
  margin: 0 auto;
}
.services-section .services-list-box {
  display: grid;
  grid-template-columns: 232px 1fr;
  gap: 64px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .services-section .services-list-box {
    grid-template-columns: 1fr;
  }
}
.services-section .services-list-box .services-list {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: rgba(30, 144, 255, 0.05);
  height: fit-content;
}
.services-section .services-list-box .services-list .item {
  display: flex;
  padding: 8px 16px 8px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  color: #0A3055;
  font-feature-settings: "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.services-section .services-list-box .services-list .item.active {
  background: #1E90FF;
  color: #fff;
}
.services-section .services-list-box .services-list .item:hover {
  cursor: pointer;
}
.services-section .services-list-box .services-data-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  display: none;
}
.services-section .services-list-box .services-data-item.active {
  display: grid;
}
@media screen and (max-width: 992px) {
  .services-section .services-list-box .services-data-item {
    grid-template-columns: 1fr;
  }
}
.services-section .services-list-box .services-data-item .image-box {
  width: 100%;
  max-height: 397px;
}
@media screen and (max-width: 992px) {
  .services-section .services-list-box .services-data-item .image-box {
    max-height: 200px;
  }
}
.services-section .services-list-box .services-data-item .image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.services-section .services-list-box .services-data-item .text-box .title {
  color: #0A3055;
  font-family: "Happy Season";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  text-transform: uppercase;
}
.services-section .services-list-box .services-data-item .text-box .text {
  padding: 40px 0px;
  color: rgba(10, 48, 85, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.services-section .services-list-box .services-data-item .text-box .text strong, .services-section .services-list-box .services-data-item .text-box .text b {
  font-weight: 600s;
}
.services-section .services-list-box .services-data-item .text-box .btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none;
  border-radius: 8px;
  background: #F25700;
  color: #FFF;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}

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