@media only screen and (min-width: 768px) {
  .service-list .footer {
    margin-top: 0;
  }
}
.service-list .section {
  position: relative;
  padding: 3rem;
}
@media only screen and (min-width: 375px) {
  .service-list .section {
    padding: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .service-list .section {
    padding: 5rem 10rem 3rem 10rem;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .section {
    padding: 6rem 12rem 6rem 12rem;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .service-list .section {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .service-list .section {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1900px) {
  .service-list .section {
    max-width: 70%;
  }
}
@media only screen and (min-width: 2500px) {
  .service-list .section {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .service-list .section--service-container {
    min-height: inherit;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .section--service-container {
    display: flex;
    max-width: none;
    padding: 0;
    margin: 0;
  }
}
.service-list__text--title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #262B2E;
  font-weight: 500;
  font-family: Daikon-Bold, sans-serif;
}
@media only screen and (min-width: 375px) {
  .service-list__text--title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .service-list__text--title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .service-list__text--title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list__text--title {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .service-list__text--title {
    line-height: 1.2;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .service-list__text--title {
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1900px) {
  .service-list__text--title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 2500px) {
  .service-list__text--title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list__text--title.mobile {
    display: none;
  }
}
.service-list__text--title.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .service-list__text--title.desktop {
    display: block;
    position: relative;
    z-index: 2;
    color: white;
    font-size: 3.8rem;
    max-width: 90%;
    line-height: 1.1;
    margin: 0;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1280px) {
  .service-list__text--title.desktop {
    font-size: 4.4rem;
    max-width: 75%;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .service-list__text--title.desktop {
    max-width: 60%;
    font-size: 4.6rem;
  }
}
@media only screen and (min-width: 1900px) {
  .service-list__text--title.desktop {
    font-size: 5.2rem;
    max-width: 50%;
  }
}
@media only screen and (min-width: 2500px) {
  .service-list__text--title.desktop {
    font-size: 6rem;
    max-width: 40%;
  }
}
.service-list__text--title.alt {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .service-list__text--title.alt {
    display: block;
  }
}
.service-list__text--list-item {
  color: #57575C;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  font-family: Montserrat, sans-serif;
}
@media only screen and (min-width: 375px) {
  .service-list__text--list-item {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .service-list__text--list-item {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .service-list__text--list-item {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list__text--list-item {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .service-list__text--list-item {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1900px) {
  .service-list__text--list-item {
    margin-bottom: 1.3rem;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 2500px) {
  .service-list__text--list-item {
    font-size: 1.9rem;
  }
}
.service-list__list {
  padding: 0 0 0 1.2rem;
  margin: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  list-style-type: none;
}
@media only screen and (min-width: 375px) {
  .service-list__list {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .service-list__list {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list__list {
    padding-left: 2rem;
  }
}
.service-list__list .arrow {
  height: 6px;
  width: 6px;
  transform: translate(-10px, -2px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
@media only screen and (min-width: 375px) {
  .service-list__list .arrow {
    width: 8px;
    height: 8px;
    transform: translate(-15px, -2px);
  }
}
@media only screen and (min-width: 768px) {
  .service-list__list .arrow {
    transform: translate(-14px, -2px);
  }
}
@media only screen and (min-width: 1024px) {
  .service-list__list .arrow {
    width: 9px;
    height: 9px;
    transform: translate(-16px, 0);
  }
}
@media only screen and (min-width: 1900px) {
  .service-list__list .arrow {
    height: 10px;
    width: 10px;
    transform: translate(-18px, -1px);
  }
}
@media only screen and (min-width: 2500px) {
  .service-list__list .arrow {
    height: 12px;
    width: 12px;
    transform: translate(-20px, -1px);
  }
}
.service-list__list .arrow svg {
  height: 100%;
  width: 100%;
  fill: rgb(0.7875, 137.025, 188.2125);
}
@media only screen and (min-width: 1024px) {
  .service-list .column {
    padding: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .service-list .column {
    padding: 2rem;
  }
}
@media only screen and (min-width: 2500px) {
  .service-list .column {
    padding: 3rem;
  }
}
.service-list .column--left {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .service-list .column--left {
    display: block;
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 2;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .column--left::before, .service-list .column--left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .column--left::after {
    z-index: 1;
    opacity: 0.8;
    background-image: url("https://connectgs.com/images/ExpertsConnect/Landing/servicesBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .column--left::before {
    z-index: 2;
    background-color: rgb(0.46875, 81.5625, 112.03125);
    opacity: 0.4;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .column--right {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  .service-list .column--right {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .service-list .column--right {
    flex-basis: 35%;
  }
}
@media only screen and (min-width: 1900px) {
  .service-list .column--right {
    flex-basis: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .service-list .column--right::before, .service-list .column--right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .column--right::before, .service-list .column--right::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .service-list .column--right::after {
    z-index: 1;
    opacity: 0.8;
    background-image: url("https://connectgs.com/images/ExpertsConnect/Landing/servicesBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .service-list .column--right::before {
    z-index: 2;
    background-color: rgb(0.46875, 81.5625, 112.03125);
    opacity: 0.4;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .column .inner--left {
    padding: 5rem 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .service-list .column .inner--left {
    padding: 8rem 10rem;
  }
}
@media only screen and (min-width: 1900px) {
  .service-list .column .inner--left {
    padding: 8rem 22rem;
  }
}
@media only screen and (min-width: 2500px) {
  .service-list .column .inner--left {
    padding: 10rem 24rem;
  }
}
@media only screen and (min-width: 768px) {
  .service-list .column .inner--right {
    position: relative;
    z-index: 3;
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.93);
    border-radius: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .service-list .column .inner--right {
    padding: 3rem;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1900px) {
  .service-list .column .inner--right {
    padding: 4rem;
  }
}
@media only screen and (min-width: 2500px) {
  .service-list .column .inner--right {
    padding: 5rem;
  }
}