.service-opportunities {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service-opportunities .title-section {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.service-opportunities .title-section-mobile {
  display: none;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 16px;
  border-top: 1px solid var(--Bttn-CTA-default, #4AE9C2);
  border-bottom: 1px solid var(--Bttn-CTA-default, #4AE9C2);
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 24px 0;
}
.service-opportunities .box {
  border-radius: 24px;
  border: 2px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 44px 40px;
  color: #ffffff;
}
.service-opportunities .box h2, .service-opportunities .box h3, .service-opportunities .box h4, .service-opportunities .box h5, .service-opportunities .box h6, .service-opportunities .box p {
  margin: 0;
}
.service-opportunities .box .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
}
.service-opportunities .box .head .column {
  white-space: nowrap;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.service-opportunities .box .head .column:nth-child(1) {
  width: 47.63%;
  padding-left: 24px;
}
.service-opportunities .box .head .column:not(:nth-child(1)) {
  text-align: center;
}
.service-opportunities .box .body {
  width: 100%;
}
.service-opportunities .box .body .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.service-opportunities .box .body .row.active .top-column svg {
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.service-opportunities .box .body .row .hide-block-mob {
  display: none;
}
.service-opportunities .box .body .row .column .top-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 8px;
}
.service-opportunities .box .body .row .column .top-column svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.service-opportunities .box .body .row .column .hide-block {
  display: none;
  padding-left: 40px;
  padding-bottom: 12px;
  padding-top: 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.service-opportunities .box .body .row .column .only-mobile {
  display: none;
}
.service-opportunities .box .body .row .column.big_column .title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
.service-opportunities .box .body .row .column.base_column .title {
  color: #4AE9C2;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.service-opportunities .box .body .row .column:nth-child(1) {
  width: 47.63%;
  padding-left: 24px;
}
.service-opportunities .box .body .row .column:not(:nth-child(1)) {
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .service-opportunities .box {
    padding: 34px 20px;
  }
  .service-opportunities .box .head .column {
    font-size: 18px;
  }
  .service-opportunities .box .body .row .column .hide-block {
    font-size: 16px;
  }
  .service-opportunities .box .body .row .column.big_column .title {
    font-size: 18px;
  }
  .service-opportunities .box .body .row .column.base_column .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .service-opportunities .box {
    border: none;
    padding: 0;
    border-radius: 12px;
  }
  .service-opportunities .box .head {
    display: none;
  }
  .service-opportunities .box .body .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #fff;
    padding-top: 0;
  }
  .service-opportunities .box .body .row:first-child {
    border-radius: 12px 12px 0px 0px;
  }
  .service-opportunities .box .body .row .hide-block-mob {
    border-top: 1px solid #fff;
    padding: 12px 16px;
    margin-top: 16px;
  }
  .service-opportunities .box .body .row .column:nth-child(1) {
    width: 100%;
    padding-left: 0;
  }
  .service-opportunities .box .body .row .column .top-column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid var(--White, #FFF);
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 16px;
  }
  .service-opportunities .box .body .row .column .top-column svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .service-opportunities .box .body .row .column .only-mobile {
    display: block;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    margin: 0 0 16px 0;
  }
  .service-opportunities .box .body .row.col-2 .column:not(:nth-child(1)) {
    width: 50%;
  }
  .service-opportunities .box .body .row.col-3 .column:not(:nth-child(1)) {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .service-opportunities {
    padding: 40px 0;
  }
  .service-opportunities .title-section {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .service-opportunities .title-section-mobile {
    display: block;
  }
  .service-opportunities .box .body .row .column .top-column {
    padding-left: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
