/* Media Start*/
/* Media End*/
.solutions-website-design-services .top_cta {
  background-image: url(https://go.lofty.com/hubfs/social_studio/bg.png);
  background-size: cover;
  height: 560px;
  overflow: hidden;
}
/* Alternating section backgrounds (like the mobile page) */
.solutions-website-design-services .md-content-cta.gray {
  background-color: #fafafa;
}
.solutions-website-design-services .questions {
  background-color: #fafafa;
}
.solutions-website-design-services .feature-section {
  padding: 90px 0;
}
.solutions-website-design-services .feature-section.gray {
  background-color: #fafafa;
}
.solutions-website-design-services .feature-section .module-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.solutions-website-design-services .feature-section .feature-head {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}
.solutions-website-design-services .feature-section .feature-head h2 {
  color: #202437;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 16px;
}
.solutions-website-design-services .feature-section .feature-head .hs_cos_wrapper_type_textarea {
  color: #515666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}
@media (max-width: 800px) {
  .solutions-website-design-services .feature-section {
    padding: 50px 0;
  }
  .solutions-website-design-services .feature-section .feature-head {
    text-align: left;
    margin-bottom: 30px;
  }
  .solutions-website-design-services .feature-section .feature-head h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.solutions-website-design-services .top_cta .md-content-cta {
  padding: 80px 0 20px;
}
.solutions-website-design-services .top_cta .md-content-cta .module-wrap {
  margin-top: -36px;
}
.solutions-website-design-services .top_cta .mcc-title {
  font-size: 50px;
}
.solutions-website-design-services .top_cta .mcc-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.solutions-website-design-services .top_cta .mcc-img {
  width: 620px;
}
@media (min-width: 801px) {
  .solutions-website-design-services .top_cta .mcc-img {
    width: 540px;
    top: 62px;
  }
}
.solutions-website-design-services .top_cta .mcc-descriptions {
  width: 575px;
}
.solutions-website-design-services .top_cta .mcc-descriptions li::before {
  display: none !important;
}
.solutions-website-design-services .top_cta .mcc-descriptions li:first-of-type {
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.solutions-website-design-services .top_cta .mcc-descriptions li + li {
  margin-top: 0;
}

@media (max-width: 800px) {
  .solutions-website-design-services .top_cta {
    background-image: url(https://go.lofty.com/hubfs/social_studio/bgm.png);
    height: auto;
  }
  .solutions-website-design-services .top_cta > div {
    height: auto;
  }
  .solutions-website-design-services .top_cta > div .md-content-cta {
    padding: 100px 0 40px;
    height: auto;
  }
  .solutions-website-design-services .top_cta > div .md-content-cta .module-wrap {
    position: static;
    height: auto !important;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .solutions-website-design-services .top_cta > div .mcc-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
  }
  .solutions-website-design-services .top_cta > div .mcc-img {
    width: 100%;
    position: static;
    order: 99;
    margin-top: 30px;
  }
  .solutions-website-design-services .top_cta > div .mcc-descriptions {
    width: 100%;
  }
  .solutions-website-design-services .top_cta > div .mcc-descriptions li:first-of-type {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
  }
}
.questions {
  padding: 60px 0;
}
.questions > p {
  font-family: Manrope;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #202437;
  margin-bottom: 13px;
}
.questions .ques_desc {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.questions .ques_desc a {
  color: #3b5cde;
  cursor: pointer;
}
.questions .ques_box {
  width: 1200px;
  height: auto;
  margin: 30px auto;
  border-top: solid 1px #ebecf1;
}

@media (max-width: 800px) {
  .questions {
    padding: 40px 20px 10px;
  }
  .questions > p {
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 13px;
  }
  .questions .ques_desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-right: 14px;
  }
  .questions .ques_box {
    width: 100%;
    height: auto;
    min-height: inherit;
    margin: 20px auto;
  }
}
