#tech-hero-section {
    padding: 96px 0 120px 0;
}

#tech-hero-section h4 {
    font-size: 20px;
}

#tech-hero-section-text {
    font-weight: 300;
}

#tech-hero-btn {
    height: auto;
    background: linear-gradient(89.67deg, #FF8001 27.95%, #FFAC06 80.22%);
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    padding: 11px 28px 12px;
    font-weight: 600;
}

#tech-hero-section .cta_button,
a#cta_button_2238292_86b06789-7f97-46bc-8853-877d9e0b2f00 {
    font-family: 'Inter', sans-serif;
}

.tech-content-section {
    overflow: hidden;
}

.tech-content-image {
    position: relative;
    width: 150%;
    left: -10%;
}

.tech-content-image.t120 {
    position: relative;
    width: 120%;
    left: -10%;
}

.tech-content-image .img-fluid {
    /* position: absolute;
  max-width: 120%;
  width: 120%;
  left: -10%;
  top: 0; */
}

.tech-content-text {
    font-weight: 300;
    max-width: 450px;
}

.tech-content-sep {
    width: 100%;
    height: 1px;
    background-color: rgba(136, 145, 183, 0.3);
}

.desk-image {
    margin: 0 auto;
    display: block;
}

.tech-content-section-1 .desk-image {
    max-width: 741px;
}

.tech-content-section-2 .desk-image {
    max-width: 681px;
}

.tech-content-section-3 .desk-image {
    max-width: 561px;
}

.tech-content-section-3 .tech-content-title {
    padding-top: 50px;
}

.tech-content-section-4 .desk-image {
    max-width: 333px;
}

.tech-content-section-4 .tech-content-title {
    padding-top: 70px;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left!important;
    }
}

@media (max-width: 1500px) {
    .img-fluid.desk-image {
        max-width: 100%;
    }
    .desk-image-4 .img-fluid.desk-image {
        max-width: 50%;
    }
    .tech-content-image {
        position: static;
    }
}

@media (max-width: 768px) {
    .m-image {
        margin: auto -36px;
        width: calc(100% + 74px);
        position: relative!important;
        max-width: none!important;
    }
    .page-template-technology #hero-title {
        font-size: 36px;
        line-height: 120%;
    }
    .page-template-technology .content-box .text {
        margin-bottom: 0;
    }
    .content-technology .content-box {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .page-template-technology .content-box .mobile-image {
        margin: 0 0 20px 0;
    }
}