/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/templates/services.scss ***!
  \*****************************************************************************************************************************************************/
.topBox {
  position: relative;
  padding: 80px 0;
}
.topBox .post-thumbnail {
  margin-bottom: 48px;
}
.topBox .post-thumbnail img {
  margin: 0 auto;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .topBox .container {
    flex-direction: row-reverse;
    align-items: center;
  }
  .topBox .post-thumbnail {
    width: 50.3%;
    margin-bottom: 0;
  }
  .topBox .info {
    width: 47.2%;
  }
}
@media screen and (max-width: 1080px) {
  .topBox p br {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .topBox {
    padding: 120px 0 148px;
  }
}

.folder {
  --radius: 24px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .folder {
    --corner: 40px;
  }
  .folder.large {
    --corner: 25px;
    --radius: 0;
  }
  .folder.caseInfo {
    --corner: 33px;
    --radius: 0;
  }
}
@media screen and (min-width: 1081px) {
  .folder {
    --corner: 60px;
  }
  .folder.large {
    --corner: 40px;
    --radius: 40px;
  }
  .folder.caseInfo {
    --corner: 47px;
    --radius: 0;
  }
}
.folder.service, .folder.vItem {
  --corner: 28px;
}
.folder.memberInfo {
  --corner: 16px;
  --radius: 16px;
}
.folder::before {
  content: "";
  position: absolute;
  height: var(--corner);
  width: 58%;
  background-color: inherit;
  z-index: -1;
}
.folder::after {
  content: "";
  position: absolute;
  border-width: var(--corner);
  border-style: solid;
  border-color: transparent;
  z-index: -1;
}
.folder.topLeft {
  border-radius: 0 var(--radius) var(--radius) var(--radius);
}
.folder.topLeft::before {
  bottom: 100%;
  left: 0;
  border-radius: var(--radius) 0 0 0;
}
.folder.topLeft::after {
  bottom: 100%;
  left: calc(58% - var(--corner));
  border-bottom-color: inherit;
  border-top: none;
}
.folder.topRight {
  border-radius: var(--radius) 0 var(--radius) var(--radius);
}
.folder.topRight::before {
  bottom: 100%;
  right: 0;
  border-radius: 0 var(--radius) 0 0;
}
.folder.topRight::after {
  bottom: 100%;
  right: calc(58% - var(--corner));
  border-bottom-color: inherit;
  border-top: none;
}
.folder.bottomRight {
  border-radius: var(--radius) var(--radius) 0 var(--radius);
}
.folder.bottomRight::before {
  top: 100%;
  right: 0;
  border-radius: 0 0 var(--radius) 0;
}
.folder.bottomRight::after {
  top: 100%;
  right: calc(58% - var(--corner));
  border-top-color: inherit;
  border-bottom: none;
}
.folder.bottomLeft {
  border-radius: var(--radius) var(--radius) var(--radius) 0;
}
.folder.bottomLeft::before {
  top: 100%;
  left: 0;
  border-radius: 0 0 0 var(--radius);
}
.folder.bottomLeft::after {
  top: 100%;
  left: calc(58% - var(--corner));
  border-top-color: inherit;
  border-bottom: none;
}

.load_more_holder {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 80px;
}

.preloader {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 82px;
  margin-left: -20px;
  background-image: url("preloader.svg");
  background-repeat: no-repeat;
  animation: spin 1s ease infinite;
  transition: all 0.4s ease;
  opacity: 0%;
  visibility: hidden;
}
.preloader.is_loading {
  opacity: 100%;
  visibility: visible;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.iconsBox {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .iconsBox {
    padding: 52px 0;
  }
}
@media screen and (max-width: 768px) {
  .iconsBox {
    padding: 32px 0;
  }
}
.iconsBox h3 {
  color: #30aa86;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .iconsBox h3 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .iconsBox h3 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.iconsBox .icons {
  width: 100%;
  display: grid;
  gap: 0 10px;
}
.iconsBox .icons .icon {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .iconsBox .icons {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .iconsBox .icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .iconsBox .icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.iconsBox .logoImg {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .iconsBox .logoImg {
    justify-content: center;
  }
}
.iconsBox .logoImg svg {
  object-fit: contain;
  width: 100%;
}

.homeServices .container {
  flex-direction: column;
  gap: 52px;
}
.homeServices h2 {
  font-size: 40px;
}
.homeServices p {
  font-size: 18px;
}
.homeServices .info h2 {
  padding-bottom: 32px;
}
.homeServices .services {
  display: grid;
  grid-template-rows: auto;
  align-items: start;
}
@media screen and (max-width: 1080px) {
  .homeServices .services--desktop {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services--mobile {
    display: none;
  }
}
.homeServices .services .service {
  width: 100%;
  text-align: start;
  padding: 30px 24px;
  padding-right: 88px;
  margin-bottom: 16px;
  background-color: #fff;
}
.homeServices .services .service h3 {
  font-size: 20px;
}
.homeServices .services .service.active {
  background-color: #003c3e;
}
.homeServices .services .service.active h3 {
  color: #fff;
}
.homeServices .services .service.active svg {
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .homeServices .services .serviceInner.firstInner {
    grid-row: 4;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .serviceInner.secondInner {
    grid-column: 2;
  }
}
@media screen and (max-width: 1080px) {
  .homeServices .services .serviceInner.secondInner {
    grid-row: 5;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .serviceInner.secondInner .service {
    text-align: end;
    padding-left: 88px;
    padding-right: 24px;
  }
  .homeServices .services .serviceInner.secondInner .service:hover svg {
    transform: translate(0, -50%) rotate(225deg);
  }
  .homeServices .services .serviceInner.secondInner .service svg {
    left: 35px;
    right: auto;
    transform: translate(0, -50%) rotate(180deg);
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .contentInner.firstInner {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (max-width: 1080px) {
  .homeServices .services .contentInner.firstInner {
    grid-row: 2;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .contentInner.secondInner {
    grid-row: 2;
    grid-column: 1;
  }
}
@media screen and (max-width: 1080px) {
  .homeServices .services .contentInner.secondInner {
    grid-row: 3;
  }
}
.homeServices .services .content {
  display: none;
}
.homeServices .services .content.active {
  display: block;
}
.homeServices .services .content p {
  padding-bottom: 40px;
}
.homeServices .services .content h2 {
  font-size: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .homeServices {
    padding: 32px 0 16px;
    margin-top: 32px;
  }
  .homeServices .info {
    margin-bottom: 52px;
  }
  .homeServices .services {
    grid-template-columns: 1fr;
  }
  .homeServices .services .service.active {
    grid-row: 1;
  }
  .homeServices .services .content {
    margin: 16px 0 32px;
  }
  .homeServices .services .content.active {
    grid-row: 2;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices {
    padding: 52px 0 36px;
    margin-top: 52px;
  }
  .homeServices .info {
    width: 70.5%;
  }
  .homeServices .services {
    grid-template-columns: 48.8% 1fr;
    column-gap: 32px;
    row-gap: 52px;
  }
  .homeServices .services .service {
    grid-column: 1;
  }
  .homeServices .services .content {
    justify-self: self-end;
    grid-column: 2;
    grid-row: 1/8;
  }
}
@media screen and (max-width: 360px) {
  .homeServices .info {
    margin-bottom: 32px;
  }
  .homeServices h2 {
    font-size: 32px;
  }
  .homeServices p {
    font-size: 14px;
  }
  .homeServices .services .service {
    padding: 24px;
    padding-right: 75px;
  }
  .homeServices .services .service h3 {
    font-size: 18px;
  }
  .homeServices .services .content h2,
.homeServices .services .content p {
    padding-bottom: 32px;
  }
}

.services .service {
  display: block;
  padding: 24px 75px 24px 24px;
  margin-bottom: 30px;
  border-radius: 16px;
  position: relative;
}
.services .service h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003c3e;
  padding-bottom: 0;
  line-height: 1;
  transition: all 0.4s ease;
}
.services .service svg {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
  transition: all 0.4s ease;
}
.services .service svg path {
  transition: all 0.4s ease;
}
.services .service:hover {
  box-shadow: 13px 10px 30px 0 rgba(0, 60, 62, 0.15);
}
.services .service:hover h3 {
  color: #30aa86;
}
.services .service:hover svg {
  transform: translate(0, -50%) rotate(-45deg);
}
.services .service:hover svg path {
  fill: #30aa86;
}
.services .service:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1081px) {
  .services .service {
    padding: 30px 88px 30px 24px;
    margin-bottom: 16px;
  }
  .services .service h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .benefitsBox {
    padding: 32px 0;
  }
}
@media screen and (min-width: 769px) {
  .benefitsBox .info {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 768px) {
  .benefitsBox .info {
    margin-bottom: 32px;
  }
}
.benefitsBox .info.grid-columns {
  display: grid;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (min-width: 769px) {
  .benefitsBox .info.grid-columns {
    grid-template-columns: 76% minmax(min-content, max-content);
  }
}
@media screen and (max-width: 768px) {
  .benefitsBox .info.grid-columns {
    grid-template-columns: 1fr minmax(min-content, max-content);
  }
}
@media screen and (max-width: 480px) {
  .benefitsBox .info.grid-columns {
    grid-template-columns: 1fr;
  }
}
.benefitsBox .info.grid-columns h2 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .benefitsBox .info.grid-columns h2 {
    max-width: 370px;
  }
}
.benefitsBox .info.grid-columns .button {
  height: 50px;
  white-space: nowrap;
}
.benefitsBox .info h2 {
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .benefitsBox .info h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefitsBox .info h2 {
    font-size: 32px;
  }
}
.benefitsBox .benefits {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 361px) {
  .benefitsBox .benefits {
    gap: 25px;
  }
}
@media screen and (max-width: 360px) {
  .benefitsBox .benefits {
    gap: 16px;
  }
}
.benefitsBox .benefit {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  min-width: 280px;
  border-radius: 16px;
  background: #edeff4;
}
.benefitsBox .benefit h3 {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .benefitsBox .benefit h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .benefitsBox .benefit h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .benefitsBox .benefit p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .benefitsBox .benefit p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .benefitsBox .benefit {
    padding: 52px 44px;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .benefitsBox .benefit {
    padding: 32px 44px;
    gap: 16px;
  }
}

.teamBox {
  padding-bottom: 120px;
}
.teamBox .members {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  padding-top: 40px;
}
.teamBox .member > div {
  position: relative;
}
.teamBox .member figure img {
  margin: 0 auto;
  width: 270px;
  max-width: 100%;
}
.teamBox .member .memberInfo {
  text-align: center;
  padding: 16px 16px 24px;
}
.teamBox .member .memberInfo h3 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding-bottom: 8px;
}
.teamBox .member .memberInfo .position {
  font-size: 12px;
  color: #30aa86;
}
.teamBox .member .lkd {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #30aa86;
}
.teamBox .member .lkd svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
@media screen and (min-width: 640px) {
  .teamBox .members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1080px) {
  .teamBox .member .memberInfo {
    background: #003c3e;
    border-color: #003c3e;
  }
}
@media screen and (min-width: 1081px) {
  .teamBox {
    padding-bottom: 200px;
  }
  .teamBox h2 {
    font-size: 40px;
  }
  .teamBox .members {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    justify-content: center;
    padding-top: 80px;
  }
  .teamBox .member {
    cursor: pointer;
  }
  .teamBox .member .memberInfo {
    transition: all 0.4s ease;
    background: #b3b3b3;
    border-color: #b3b3b3;
  }
  .teamBox .member .memberInfo h3 {
    color: #fff;
    transition: all 0.4s ease;
  }
  .teamBox .member .memberInfo .position {
    color: #fff;
    transition: all 0.4s ease;
  }
  .teamBox .member .lkd {
    opacity: 0%;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .teamBox .member .lkd:hover {
    background: #003c3e;
  }
  .teamBox .member .lkd:hover svg path {
    fill: #30aa86;
  }
  .teamBox .member:hover .memberInfo {
    background: #003c3e;
    border-color: #003c3e;
  }
  .teamBox .member:hover .memberInfo h3 {
    color: #fff;
  }
  .teamBox .member:hover .memberInfo .position {
    color: #30aa86;
  }
  .teamBox .member:hover .lkd {
    opacity: 100%;
    visibility: visible;
  }
}

.sectionItem {
  padding: 80px 0;
}
.sectionItem.asfolder {
  padding-top: 25px;
  padding-bottom: 0;
}
.sectionItem.asfolder:first-child {
  padding-top: 155px;
}
.sectionItem.asfolder .folder {
  padding-top: 48px;
  padding-bottom: 80px;
}
.sectionItem .title {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectionItem.asfolder .boxes .item:nth-child(2n) {
    flex-direction: row;
  }
  .sectionItem.asfolder .boxes .item:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1081px) {
  .sectionItem {
    padding: 120px 0;
  }
  .sectionItem.asfolder {
    padding-top: 80px;
  }
  .sectionItem.asfolder:first-child {
    padding-top: 197px;
  }
  .sectionItem.asfolder .folder {
    padding: 80px 0 120px;
  }
  .sectionItem .title {
    padding-bottom: 80px;
  }
}

.boxes .item {
  padding-bottom: 80px;
}
.boxes .item:last-child {
  padding-bottom: 0;
}
.boxes .item h2 strong {
  color: #30aa86;
}
.boxes .item figure {
  position: relative;
  margin-bottom: 52px;
}
.boxes .item figure img {
  border-radius: 16px;
  margin: 0 auto;
}
.boxes .item figure mark {
  position: absolute;
  bottom: -28px;
  right: 32px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #30aa86;
}
.boxes .item figure .desc {
  border-radius: 8px;
  padding: 12px 24px;
  background: #003c3e;
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: -40px;
}
.boxes .item figure .desc p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.boxes .item figure .desc p strong {
  color: #30aa86;
}
@media screen and (min-width: 768px) {
  .boxes .item {
    align-items: flex-start;
  }
  .boxes .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .boxes .item figure {
    width: 47.6%;
    margin-bottom: 0;
  }
  .boxes .item .info {
    width: 48.5%;
  }
  .boxes .item .info--wide {
    width: 100%;
  }
}
@media screen and (min-width: 1081px) {
  .boxes .item {
    padding-bottom: 160px;
  }
  .boxes .item figure mark {
    bottom: -44px;
    right: 48px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 16px;
    font-size: 32px;
  }
  .boxes .item figure .desc {
    border-radius: 20px;
    padding: 24px;
    right: 47px;
    bottom: -47px;
  }
  .boxes .item figure .desc p {
    font-size: 18px;
  }
}

.cForm p {
  font-size: 12px;
  line-height: 1.2;
}
.cForm .fileBox {
  position: relative;
  height: 55px;
}
@media screen and (min-width: 769px) {
  .cForm .fileBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cForm .fileBox {
    margin-bottom: 32px;
  }
}
.cForm .fileBox.error .file_tip {
  display: block;
  color: #f00;
}
.cForm .fileBox.error .file_label {
  border: 1px solid #f00;
}
.cForm .fileBox.warning .file_tip {
  display: block;
}
.cForm .fileBox.warning .file_label {
  border: 1px solid #30aa86;
}
@media screen and (max-width: 768px) {
  .cForm .fileBox .file_name {
    font-size: 16px;
  }
}
.cForm .fileBox .cross {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #003c3e;
  cursor: pointer;
  transform: translate(0, -50%) scale(1.3);
  transition: all 0.4s ease;
  pointer-events: none;
}
.cForm .fileBox .cross.is_active {
  transform: translate(0, -50%) scale(1.3) rotate(45deg);
  pointer-events: initial;
  color: #30aa86;
}
.cForm .fileBox .file_tip {
  position: absolute;
  font-size: 10px;
  padding-top: 4px;
  line-height: 120%;
  color: #30aa86;
  display: none;
}
.cForm .file_label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  padding: 16px 44px 16px 30px;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  background: #fff;
}
.cForm .file_label span {
  margin: 0;
}
.cForm .file_label.uploaded {
  pointer-events: none;
}
.cForm .file_label.uploaded span {
  color: #003c3e;
}
.cForm .fileInput {
  display: none;
}
.cForm .button {
  margin-top: 16px;
}

.preFooter .formBox {
  display: grid;
}
@media screen and (min-width: 931px) {
  .preFooter .formBox {
    grid-template-rows: minmax(auto, max-content) 1fr;
    grid-template-columns: minmax(330px, 490px) 512px;
    column-gap: 25px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 930px) {
  .preFooter .formBox {
    row-gap: 32px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 360px) {
  .preFooter .formBox {
    row-gap: 24px;
  }
}
.preFooter h2 {
  padding-bottom: 24px;
}
@media screen and (min-width: 931px) {
  .preFooter h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 930px) {
  .preFooter h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
}
.preFooter .teamBox {
  padding-bottom: 0;
  width: 100%;
  align-self: flex-end;
}
@media screen and (max-width: 930px) {
  .preFooter .teamBox {
    margin-top: 32px;
  }
}
@media screen and (max-width: 360px) {
  .preFooter .teamBox {
    margin-top: 8px;
  }
}
.preFooter .teamBox .member {
  position: relative;
}
.preFooter .teamBox .member .memberInfo {
  position: absolute;
  max-width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 1080px) {
  .preFooter .teamBox .member .memberInfo {
    background: #b3b3b3;
    border-color: #b3b3b3;
  }
}
.preFooter .teamBox .member .folder::before,
.preFooter .teamBox .member .folder::after {
  display: none;
}
.preFooter .teamBox .member h3 {
  line-height: 1.8;
  color: #003c3e;
  padding: 0;
}
.preFooter .teamBox .member .position {
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 930px) {
  .preFooter .teamBox .member figure {
    max-width: 306px;
  }
}
.preFooter .teamBox .member img {
  width: auto;
}
.preFooter .teamBox .member .lkd {
  right: 5px;
  transform: scale(1.4);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 931px) {
  .preFooter {
    padding-top: 52px;
  }
  .preFooter .titleBox--mobile {
    display: none;
  }
  .preFooter .cForm {
    min-width: 330px;
    margin-bottom: 52px;
  }
  .preFooter .cForm p {
    font-size: 14px;
  }
  .preFooter .teamBox {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .preFooter .teamBox .member .memberInfo {
    width: 400px;
    bottom: 41px;
    padding: 11px 16px 19px;
  }
  .preFooter .teamBox .member h3 {
    font-size: 26px;
  }
  .preFooter .teamBox .member .position {
    font-size: 18px;
  }
  .preFooter .teamBox .member .lkd {
    top: 5px;
  }
}
@media screen and (max-width: 930px) {
  .preFooter {
    padding-top: 32px;
  }
  .preFooter .teamBox h2 {
    padding-bottom: 10px;
  }
  .preFooter .teamBox .member {
    max-width: 324px;
    margin: 0 auto;
  }
  .preFooter .teamBox .member .memberInfo {
    width: 310px;
    bottom: 16px;
    padding: 13px 16px 14px;
  }
  .preFooter .teamBox .member h3 {
    font-size: 18px;
  }
  .preFooter .teamBox .member .position {
    font-size: 14px;
  }
  .preFooter .teamBox .member .lkd {
    top: 9%;
  }
}

@media screen and (min-width: 1081px) {
  .servicesBox {
    margin: 52px 0;
  }
}
@media screen and (max-width: 1080px) {
  .servicesBox {
    margin: 32px 0;
  }
}
@media screen and (min-width: 1081px) {
  .servicesBox h2 {
    font-size: 40px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1080px) {
  .servicesBox h2 {
    padding-bottom: 40px;
  }
}

.services {
  margin-bottom: 52px;
}
.services .service h3 strong {
  font-weight: 600;
}
.services .service h3 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .services .service {
    margin-bottom: 0;
  }
}

.topServices {
  padding-top: 30px;
}
.topServices .service {
  border-radius: 16px 0 16px 16px;
  color: #003c3e;
  padding: 40px 24px;
}
.topServices .service h3 {
  font-size: 22px;
  color: #30aa86;
  padding-bottom: 30px;
}
.topServices .service h3 strong {
  color: #003c3e;
}
.topServices .service h3 br {
  display: block;
}
.topServices .service .more {
  color: #ccd1de;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s ease;
}
.topServices .service svg {
  top: auto;
  bottom: 42px;
  transform: none;
}
.topServices .service svg path {
  fill: #ccd1de;
}
.topServices .service:hover {
  box-shadow: 13px 10px 30px 0 rgba(0, 60, 62, 0.15);
}
.topServices .service:hover .more {
  color: #30aa86;
}
.topServices .service:hover svg {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .topServices .service {
    margin-bottom: 60px;
  }
  .topServices .service .more {
    color: #30aa86;
  }
  .topServices .service svg path {
    fill: #30aa86;
  }
}
@media screen and (min-width: 768px) {
  .topServices {
    gap: 60px 30px;
  }
  .topServices .service {
    padding: 50px 98px 40px 24px;
  }
  .topServices .service h3 {
    font-size: 26px;
  }
  .topServices .service p {
    padding-bottom: 15px;
  }
  .topServices .service .more {
    font-size: 16px;
  }
}
