/* USE CASES */

.single-use-cases {
    /* padding-top: 80px; */
}

.use-cases-subtitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #F9A11B;
}

.use-cases-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}

.use-cases-text {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.single-use-cases .hero-text .container {
    max-width: 1200px !important;
}

.single-use-cases .hero-text .container .h2 {
    font-size: 36px !important;
}

#second-hero-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    display: block;
}

#ecommerce-hero #second-hero-image {
    top: -20%;
    right: -4.235%;
    /* opacity: 0.4; */
    height: 192%;
}

@media (max-width: 768px) {
    .single-use-cases .hero-text .container .h2 {
        font-size: 20px !important;
    }
}

.single-use-cases .monitoring-box {
    width: 150px;
}

.single-use-cases .monitoring-box img {
    height: 48px;
    width: auto;
    display: block;
}

.single-use-cases .monitoring-box p {
    margin-top: 10px;
}

#api-down-box {
    max-width: 660px;
    border: 2px solid #2671FF;
    border-radius: 4px;
    margin-top: -160px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #00000029;
}

h1.post-title {
    color: #fff;
}

.single-use-cases .monitoring-box-big {
    width: 230px;
}

.single-use-cases .monitoring-box-big img {
    height: 60px;
    width: auto;
    display: block;
}

.single-use-cases .monitoring-box-big p {
    margin-top: 10px;
}

.single-use-cases .resources-widget h2 {
    width: 530px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-sep {
    width: 100%;
    height: 1px;
    background-color: #cedeee;
}

.use-cases-inner {
    max-width: 510px;
}

.use-case-video-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 116.6%;
    /* The height of the item will now be 56.25% of the width. */
}


/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */

.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.single-use-cases section.hero {
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

.single-use-cases .hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.use-cases-hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    background-size: 1920px 400px;
}

.hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.hero-mask-inner {
    margin: 0 auto;
    width: 1920px;
    height: 400px;
    background: transparent linear-gradient(90deg, #000000CC 0%, #00000067 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
}

.single-use-cases .hero-text {
    z-index: 2;
}

.video-wrapper {
    width: 100%;
    height: 100%;
}

.single-use-cases #video-1 {
    display: block;
    width: 100%;
    height: auto;
}

.single-use-cases #iphone-section {
    padding-top: 10px;
    /* height: 820px; */
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.single-use-cases #iphone-section #mac-section {
    position: relative;
    z-index: 1;
}

.single-use-cases #video-2 {
    display: block;
    width: 100%;
    height: auto;
    /* position: absolute;
  top: 0;
  right: 0; */
}

.single-use-cases #video-3 {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1250px;
    /* position: absolute;
  top: 0;
  left: 0; */
}

.custom-use-cases .use-case-image-magnify-icon {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.custom-use-cases .use-case-image-magnify-icon a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.custom-use-cases .use-case-image-magnify-icon a i {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 5px;
    right: 5px;
    z-index: 9;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 50px;
    background: #849bb4;
    opacity: 0;
    text-align: center;
}

.custom-use-cases .use-case-image-magnify-icon a:hover i {
    opacity: 1;
}

.resource-box-item.d-flex {
    display: none!important;
}

.resource-box-item.d-flex.show {
    display: flex!important;
}

.post-type-archive-use-cases .filters .filter-group {
    /* width: 100%; */
}

@media (max-width: 768px) {
    .single-use-cases section.hero,
    .hero-mask-inner {
        height: 470px !important;
    }
}


/* End USE CASES */


/* SOLUTIONS PAGE */

.use-cases-template-pages .hero {
    position: relative;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.use-cases-template-pages .hero .solutions-page-name {
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #F9A11B;
    margin-bottom: 10px;
}

.use-cases-template-pages .hero .hero-text {
    /* padding-top: 40px; */
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.use-cases-template-pages .hero .hero-text .container {
    margin-top: 117px;
}


/* .solutions-page.customer-experience-monitoring .hero .hero-text {
  padding-top: 140px;
} */

.use-cases-template-pages .hero .main-title {
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
}


/* .page-template-solutions-type-3 .hero .main-title {
  font-size: 30px;
  line-height: 40px;
} */

.page-template-solutions-type-3 .sec-main-text.text-light-blue.c-section-inner-1-subtitle {
    font-size: 24px;
}

.use-cases-template-pages .hero .sub-title {
    font-display: swap;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 30px;
}

.blue-button,
.use-cases-template-pages .hero a.full {
    background: #266CFD;
    border-radius: 100px;
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 58px;
    height: 60px;
    width: 204px;
    text-align: center;
    /* padding: 19px 28px 21px 28px; */
    color: #ffffff;
    border-width: 0;
    cursor: pointer;
    display: inline-block;
}

.blue-button:hover {
    color: #ffffff;
}

.use-cases-template-pages .hero a.full {
    font-size: 18px;
    line-height: 54px;
    height: 56px;
    /* background: #ffffff;
  color: #266CFD; */
}

.use-cases-template-pages .text-section .sec-title {
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #0A2144;
    margin-bottom: 20px;
}

.use-cases-template-pages .text-section .sec-title span {
    color: #2671FF;
}

.use-cases-template-pages .text-section .sec-main-text,
.use-cases-template-pages .col-lg-10 .sec-main-text,
.use-cases-template-pages .col-lg-9 .sec-main-text {
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #4A4A4A;
    margin-bottom: 30px;
}

.use-cases-template-pages .c-section-inner-2 .col-lg-9 .sec-main-text {
    text-align: center;
}

.use-cases-template-pages .text-section.text-section-2 .sec-main-text {
    padding-right: 33px;
}

.use-cases-template-pages .text-section a.border-hollow {
    color: #2671FF;
    border-radius: 100px;
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 19px 60px 21px 60px;
    background: #ffffff;
    border: 2px solid #2671FF;
    cursor: pointer;
    display: inline-block;
}

.page-template-solutions-type-3 .c-section-inner-2 .section-inner {
    padding: 60px 0 0 0;
}

.page-template-solutions-type-3 .c-section-inner-2-img {
    margin: 90px auto 20px;
}

.use-cases-template-pages .section-inner {
    padding: 60px 0;
}

.use-cases-template-solutions-type-2 .section-inner,
.page-template-solutions-type-2 .section-inner {
    padding: 100px 0 60px 0;
}

.use-cases-template-pages .text-section-3 .section-inner {
    padding-top: 50px;
    padding-bottom: 100px;
}


/* .text-section.text-section-1 .section-inner {
  padding-top: 100px;
} */

.use-cases-template-pages .text-section .image-block {
    position: relative;
}

.use-cases-template-pages .text-section .text-section-icon {
    position: relative;
    width: 100%;
}

.use-cases-template-pages .text-section .text-section-icon img {
    max-width: 240px;
    max-width: 192px;
    position: absolute;
    /* top: -60px;
  left: 20px; */
}

.text-section-main-image {
    width: 100%;
    position: relative;
    /* padding: 0 0 500px 0; */
}

.text-section-main-image img {
    position: absolute;
    /* max-width: 110%; */
    right: 0;
}

.text-section.text-section-2 .text-section-main-image img {
    /* position: absolute; */
    max-width: 100% !important;
    left: 0;
}


/* .last-incident img {
  width: 130%;
  max-width: 130%;
  left: -30%;
} */

.use-cases-template-pages .last-incident .section-inner {
    padding: 70px 0 95px;
}


/* .info-section #video-2 {
  width: 100%;
  max-width: 1067px;
  margin: auto;
  display: block;
  left: -100px;
} */

.info-section #video-2 {
    /* width: 200%;
  max-width: none;
  margin: auto;
  display: block;
  left: -50%; */
    width: 100%;
    max-width: 100%;
}

.info-section .video-2 {
    width: 60%;
    left: 15%;
    position: relative;
}

.use-cases-template-pages .text-section-main-image {
    padding: 100px 0 0 0;
}

.use-cases-template-pages .text-section.text-section-1 .text-section-main-image,
.use-cases-template-pages .text-section.text-section-3 .text-section-main-image {
    width: 90%;
    left: 0%;
}

.solutions-page.fintech .text-section.text-section-1 .text-section-main-image {
    width: 100%;
}

.solutions-page.ecommerce .text-section.text-section-3 .text-section-main-image {
    width: 100%;
    padding-top: 48px;
}


/* .solutions-page.ecommerce .text-section-1 .text-section-main-image {
  padding: 120px 0 0 0;
} */

.text-section.text-section-1 .text-section-main-image,
.text-section.text-section-3 .text-section-main-image {
    left: -10%;
    width: 90%;
}

.text-section.text-section-2 .text-section-main-image {
    left: 0%;
    width: 90%;
}

.ecommerce .text-section-main-image img {
    max-width: 100%;
}

body .fintech .text-section-main-image img {
    max-width: 100% !important;
}


/* .adtech .text-section-3 .text-section-main-image img {
  max-width: 80%;
} */

.solutions-page.ecommerce .text-section.text-section-1 .sec-title {
    margin-top: 100px;
}

.solutions-page.ecommerce .text-section .text-section-icon img {
    top: -21px;
    left: 150px;
}

.solutions-page.ecommerce .text-section.text-section-1 .sec-title {
    padding-top: 95px;
    padding-top: 0px;
}

.solutions-page.ecommerce .text-section.text-section-2 .sec-title {
    padding-top: 70px;
}

.solutions-page.ecommerce .text-section.text-section-2 .text-section-icon img {
    top: -15px;
    left: 80px;
}

.solutions-page.ecommerce .text-section.text-section-3 .text-section-icon img {
    top: -30px;
    left: 80px;
}

.solutions-page.online-business .text-section-1 .text-section-main-image {
    padding: 200px 0 0 0;
    /* left:-10%; */
    /* width: 110%; */
}


/* .solutions-page.online-business .text-section-1 .text-section-main-image img {max-width: 550px;} */

.solutions-page.online-business .text-section-1 .text-section-icon img {
    right: 50px;
    top: 22px;
}

.solutions-page.online-business .text-section-1 .sec-title {
    padding-top: 100px;
}

.solutions-page.online-business .text-section-2 .text-section-main-image {
    padding: 80px 0 0 0;
}

.solutions-page.online-business .text-section-2 .text-section-icon img {
    right: 80px;
    top: -80px;
}

.solutions-page.online-business .text-section-3 .col-lg-5 {
    padding-left: 3%;
}

.solutions-page.online-business .text-section-3 .text-section-main-image {
    padding: 100px 0 0 0;
    width: 100%;
}

.solutions-page.telco .text-section-1 .text-section-main-image {
    padding: 100px 0 0 0;
    width: 100%;
}

.solutions-page.online-business .text-section-3 .text-section-icon img {
    right: 80px;
    top: -60px;
}

.solutions-page.fintech .text-section-1 .text-section-icon img {
    left: 12px;
    top: 3px;
}

.solutions-page.fintech .text-section-1 .text-section-main-image {
    padding: 170px 0 0 0;
}

.solutions-page.fintech .text-section-1 .sec-title {
    padding-top: 100px;
}

.solutions-page.fintech .text-section-2 .text-section-main-image {
    padding: 145px 0 0 0;
}

.solutions-page.fintech .text-section-2 .text-section-icon img {
    right: 70px;
    top: -54px
}

.solutions-page.fintech .text-section-2 .sec-title {
    padding-top: 50px;
}

.solutions-page.fintech .text-section-3 .sec-title {
    padding-top: 75px !important;
}

.solutions-page.fintech .text-section-3 .text-section-main-image {
    padding: 200px 0 0 0;
}

.solutions-page.fintech .text-section-3 .text-section-icon img {
    right: 100px;
    top: -2px;
}

.solutions-page.telco .text-section-1 .text-section-icon img {
    left: 50px;
}

.solutions-page.telco .text-section-1 .text-section-main-image {
    padding: 120px 0 0 0;
}

.solutions-page.telco .text-section-1 .sec-title {
    padding-top: 122px;
}

.solutions-page.telco .text-section-2 .text-section-main-image {
    padding: 150px 0 0 0;
}

.solutions-page.telco .text-section-2 .text-section-icon img {
    right: 94px;
    top: -34px;
}

.solutions-page.telco .text-section-3 .text-section-main-image {
    padding: 108px 0 0 0;
    left: 0;
    width: 110%;
}

.solutions-page.telco .text-section-3 .text-section-icon img {
    left: 14px;
    top: -60px;
}

.solutions-page.gaming .text-section-1.text-section .sec-title {
    padding-top: 80px;
}

.solutions-page.gaming .text-section-1 .text-section-main-image {
    padding: 110px 0 0 0;
    left: 0;
    width: 100%;
}

.solutions-page.gaming .text-section-1 .text-section-icon img {
    left: 20px;
    top: -32px;
}

.solutions-page.gaming .text-section-2 .sec-title {
    padding-top: 80px;
}

.solutions-page.gaming .text-section-2 .text-section-main-image {
    padding: 135px 0 0 0;
    width: 100%;
}

.solutions-page.gaming .text-section-2 .text-section-icon img {
    right: 16px;
    top: -35px;
}

.solutions-page.gaming .text-section-3 .sec-title {
    padding-top: 106px !important;
}

.solutions-page.gaming .text-section-3 .text-section-main-image {
    padding: 200px 0 0 0;
    left: 0;
    width: 100%;
}

.solutions-page.gaming .text-section-3 .text-section-icon img {
    right: 104px;
    top: 36px;
}

.solutions-page.adtech .text-section-1 .col-lg-5 {
    margin-top: -70px;
}

.solutions-page.adtech .text-section-1 .text-section-main-image {
    padding: 0px 0 0 0;
    left: -6%;
    width: 106%;
}

.solutions-page.adtech .text-section-1 .sec-title {
    padding-top: 60px;
}

.solutions-page.adtech .text-section-1 .row {
    padding-top: 160px;
}

.solutions-page.adtech .text-section-1 .text-section-icon img {
    left: 50px;
    top: -162px;
}

.solutions-page.adtech .text-section-2 {
    padding-top: 50px;
}

.solutions-page.adtech .text-section-2 .text-section-main-image {
    padding: 15px 0 0 0;
}

.solutions-page.adtech .text-section-2 .text-section-icon img {
    right: 56px;
    top: -113px;
}

.use-cases-template-pages .text-section.text-section-3 .sec-title {
    padding: 67px 0 0 0;
}

.solutions-page.adtech .text-section.text-section-3 .sec-title {
    padding-top: 70px;
}

.solutions-page.adtech .text-section-3 .text-section-main-image {
    padding: 134px 0 0 0;
    left: -10%;
    width: 110%;
}

.solutions-page.adtech .text-section-3 .text-section-icon img {
    left: -23px;
    top: -9px;
}

.solutions-page.adtech .text-section-4 .text-section-main-image {
    padding: 30px 0 0 0;
}

.solutions-page.adtech .text-section-4 .text-section-main-image img {
    max-width: 100%;
}

.solutions-page.adtech .text-section-4 .text-section-icon img {
    right: 50px;
    top: -130px;
}

.use-cases-template-solutions-type-2,
.page-template-solutions-type-2 {
    padding: 80px 0 0 0;
}

.use-cases-template-solutions-type-2 .hero,
.page-template-solutions-type-2 .hero {
    height: 690px;
}

.use-cases-template-solutions-type-2 .hero .main-title,
.page-template-solutions-type-2 .hero .main-title {
    color: #0A2144;
}

.use-cases-template-solutions-type-2 .hero .sub-title,
.page-template-solutions-type-2 .hero .sub-title {
    color: #353D46;
}

.use-cases-template-solutions-type-2 .text-section-3 .section-inner,
.page-template-solutions-type-2 .text-section-3 .section-inner {
    padding-bottom: 0;
}

.solutions-page.partners-monitoring .text-section-3 .text-section-main-image {
    padding: 160px 0 0 0;
    max-width: 100%;
    left: 0;
}

.hero-icon {
    position: absolute;
    top: 0;
    left: -200px;
    width: 185px;
}

.c-section-inner-1-title {
    margin-bottom: 30px;
    text-align: center;
}

.c-section-inner-1-text {
    margin-bottom: 80px;
}

.c-section-inner-1-subtitle {
    margin-bottom: 30px;
}

.c-section-inner-1-subimage {
    margin-top: 10px;
}

.c-section-inner-1 {
    padding-bottom: 0px;
}

.use-cases-template-solutions-type-2 .c-section-inner-1 .section-inner,
.page-template-solutions-type-2 .c-section-inner-1 .section-inner {
    padding-bottom: 0;
}

.use-cases-template-solutions-type-2 .c-section-inner-2 .section-inner,
.page-template-solutions-type-2 .c-section-inner-2 .section-inner {
    padding-top: 0;
}

.use-cases-template-solutions-type-2 .c-section-inner-1-img,
.page-template-solutions-type-2 .c-section-inner-1-img {
    padding-bottom: 70px;
    max-width: 1100px;
    margin: auto;
}

.use-cases-template-solutions-type-2 .customer-experience-monitoring .c-section-inner-1-img,
.page-template-solutions-type-2 .customer-experience-monitoring .c-section-inner-1-img {
    max-width: 1100px;
    margin: auto !important;
}

.c-section-inner-2-title {
    margin-bottom: 30px;
    text-align: center;
}

.c-section-inner-2-img {
    margin: 90px auto 120px;
    text-align: center;
}

.c-section-inner-2-img img {
    max-height: 270px;
    margin: auto;
}

.use-cases-template-solutions-type-2 .c-section-inner-2 .section-inner,
.page-template-solutions-type-2 .c-section-inner-2 .section-inner {
    padding-bottom: 0;
}

.use-cases-template-solutions-type-2 .c-section-inner-3 .section-inner,
.page-template-solutions-type-2 .c-section-inner-3 .section-inner {
    padding-top: 0;
}

.customer-experience-monitoring.use-cases-template-pages .text-section.text-section-3 .text-section-main-image {
    left: 0%;
    padding: 170px 0 0 0;
}

.customer-experience-monitoring.use-cases-template-pages .text-section .text-section-icon {
    left: 40px;
}

.revenue-and-cost-monitoring.use-cases-template-pages .text-section.text-section-3 .text-section-main-image {
    left: 0%;
    padding: 170px 0 0 0;
    width: 100%;
}

.revenue-and-cost-monitoring.use-cases-template-pages .text-section.text-section-3 .text-section-main-image img,
.partners-monitoring.use-cases-template-pages .text-section.text-section-3 .text-section-main-image img {
    max-width: 100%;
}


/* END SOLUTION PAGE */

.use-cases-template-solutions-type-2 .testimonial {
    background-color: transparent;
    padding: 0;
}

.use-cases-template-solutions-type-2 .testimonial .company {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2671FF;
    margin: 0 0 5px 0;
}

.use-cases-template-solutions-type-2 .testimonial .title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #2671FF;
    margin: 0 0 30px 0;
}

.use-cases-template-solutions-type-2 .testimonial .testimonial-wrapper {
    border-left: 4px solid #2671ff;
    padding: 0 0 0 31px;
}

.use-cases-template-solutions-type-2 .testimonial .testimonial-wrapper .quates {
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 30px 0;
}

.use-cases-template-solutions-type-2 .testimonial .testimonial-wrapper .name {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px !important;
}

.use-cases-template-solutions-type-2 .testimonial .testimonial-wrapper .position {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 36px 0;
}

.use-cases-template-solutions-type-2 .testimonial .arrow-btn {
    padding: 0 0 0 41px;
}

.use-cases-template-solutions-type-2 .testimonial .col-md-5 {}

.use-cases-template-solutions-type-2 .testimonial img {
    max-width: 90%;
    height: auto;
    right: 0;
    margin-left: auto;
    margin-top: 10%;
    max-height: 412px;
}

.single-use-cases #featured-resources #featured-resources-list .featured-resources-list-item .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
    color: #000000;
    margin: 0 0 12px 0;
}

.use-cases-template-solutions-type-2 .cta_button {
    font-family: 'Inter', sans-serif!important;
}

.single-use-cases .button-wrapper {
    padding: 0;
}

.use-cases-template-solutions-type-2 main h1,
.use-cases-template-solutions-type-2 main h2,
.use-cases-template-solutions-type-2 main h3,
.use-cases-template-solutions-type-2 main h4,
.use-cases-template-solutions-type-2 main h5,
.use-cases-template-solutions-type-2 main h6,
.single-use-cases main h1,
.single-use-cases main h2,
.single-use-cases main h3,
.single-use-cases main h4,
.single-use-cases main h5,
.single-use-cases main h6,
.post-type-archive-use-cases main h1,
.post-type-archive-use-cases main h2,
.post-type-archive-use-cases main h3,
.post-type-archive-use-cases main h4,
.post-type-archive-use-cases main h5,
.post-type-archive-use-cases main h6 {
    letter-spacing: -0.04em;
}


/* Mobile */

@media (max-width: 1200px) {
    .use-cases-template-solutions-type-2 .hero .sub-title br,
    .page-template-solutions-type-2 .hero .sub-title br {
        display: none;
    }
}

@media (max-width: 998px) {
    .use-cases-template-solutions-type-2 .mobile-menu-inner,
    .page-template-solutions-type-2 .mobile-menu-inner {
        background-color: #fff;
    }
    .use-cases-template-solutions-type-2 .hero .solutions-page-name {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
    }
    .use-cases-template-solutions-type-2 .hero .main-title {
        font-size: 28px;
        line-height: 34px;
    }
    .use-cases-template-solutions-type-2 .hero .sub-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .use-cases-template-solutions-type-2 .text-section .text-section-icon img {
        position: static;
        max-width: 145px;
        max-width: 220px;
    }
    .use-cases-template-pages .text-section .sec-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .single-use-cases #featured-resources #featured-resources-list .featured-resources-list-item .title {
        margin: 0 0 9px 0;
    }
    .single-use-cases .container {
        padding-left: 38px;
        padding-right: 38px;
    }
    .single-use-cases section.hero,
    .single-use-cases .hero-mask-inner {
        height: 470px !important;
    }
    .use-cases-hero-image {
        height: 470px;
        background-size: 1920px 470px;
    }
    .use-cases-template-pages .text-section.text-section-3 .sec-title {
        padding: 10px 0 0 0;
    }
    .use-cases-template-solutions-type-2 .text-section .text-section-icon img {
        max-width: 196px;
        margin: 0 auto;
        display: block;
    }
    .use-cases-template-pages .m-image {
        margin: 0 auto;
        width: 100%;
        position: relative!important;
        max-width: none!important;
    }
    .use-cases-template-pages .text-section.text-section-1 .text-section-main-image,
    .use-cases-template-pages .text-section.text-section-3 .text-section-main-image {
        width: 100%;
        left: 0%;
        padding: 24px 0 0 0;
    }
    .c-section-inner-1-text {
        margin-bottom: 30px;
    }
    .use-cases-template-solutions-type-2 .section-inner,
    .page-template-solutions-type-2 .section-inner {
        padding: 40px 0 20px 0;
    }
    .use-cases-template-solutions-type-2 .c-section-inner-1-img,
    .page-template-solutions-type-2 .c-section-inner-1-img {
        padding-bottom: 25px;
    }
    .use-cases-template-pages .hero .hero-text .container {
        margin-top: 0;
    }
    .use-cases-template-solutions-type-2 .hero-icon img,
    .page-template-solutions-type-2 .hero-icon img {
        position: static;
        width: 100%;
    }
    .hero .hero-text .container {
        margin-top: 0;
        padding-top: 25px;
    }
    .use-cases-template-solutions-type-2 .hero:before,
    .page-template-solutions-type-2 .hero:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(61.17deg, rgba(249, 161, 27, 0) 29.75%, rgba(249, 161, 27, 0.08) 55.09%, rgba(249, 161, 27, 0.28) 72.83%, rgba(249, 161, 27, 0.6) 92.09%);
        mix-blend-mode: normal;
        opacity: 0.3;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }
    /* .use-cases-template-solutions-type-2 .solutions-page-name ,
    /* .page-template-solutions-type-2 .solutions-page-name  {
        position: absolute;
        top: 0;
        left: 11px;
    } */
    .use-cases-template-solutions-type-2 .hero,
    .page-template-solutions-type-2 .hero {
        height: auto;
        background: #fff!important;
        padding-bottom: 60px;
    }
    /* .use-cases-template-solutions-type-2 .hero .background-wrapper,
    /* .page-template-solutions-type-2 .hero .background-wrapper {
        position: absolute;
        width: 100%;
        height: auto;
    } */
    .use-cases-template-solutions-type-2 .hero .background-wrapper img,
    .page-template-solutions-type-2 .hero .background-wrapper img {
        position: static;
        width: 100%;
    }
    .use-cases-template-solutions-type-2 .hero .hero-text,
    .page-template-solutions-type-2 .hero .hero-text {
        position: static;
        /* padding: 32% 0 0 0; */
    }
    .page-template-solutions-type-3 .c-section-inner-2-img img,
    .use-cases-template-solutions-type-2 .c-section-inner-2-img img,
    .page-template-solutions-type-2 .c-section-inner-2-img img {
        max-height: none;
    }
    .page-template-solutions-type-3 .c-section-inner-2-img,
    .use-cases-template-solutions-type-2 .c-section-inner-2-img,
    .page-template-solutions-type-2 .c-section-inner-2-img {
        margin: 20px auto 30px;
    }
    .use-cases-template-solutions-type-2 .hero:before,
    .page-template-solutions-type-2 .hero:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(61.17deg, rgba(249, 161, 27, 0) 29.75%, rgba(249, 161, 27, 0.08) 55.09%, rgba(249, 161, 27, 0.28) 72.83%, rgba(249, 161, 27, 0.6) 92.09%);
        mix-blend-mode: normal;
        opacity: 0.3;
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }
    .use-cases-template-solutions-type-2 .hero,
    .page-template-solutions-type-2 .hero {
        height: auto;
        background: #fff!important;
        padding-bottom: 60px;
    }
    .use-cases-template-solutions-type-2 .hero .hero-text,
    .page-template-solutions-type-2 .hero .hero-text {
        position: static;
        /* padding: 32% 0 0 0; */
    }
}