@media only screen and (max-width: 768px) {
    .custom-section {
        display: grid !important;
    }
    .title-content {
        width: auto !important;
        overflow: hidden !important;
    }
    .title-content h5 {
        font-size: 90px !important;
        line-height:75px !important;
    }
    .left-content {
        width: 100% !important;
        padding:70px 20px 0px 20px !important;
    }
    .text-content {
        width: 100% !important;
        color: white;
        margin: 0px !important;
        padding: 0px !important;
    }
    .text-content h2{
        font-size: 32px !important;
    }
    .right-image {
        width: 100% !important;
        margin-top: 70px;
        min-height: 320px !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .custom-section {
        display: grid !important;
    }
    .left-content {
        width: 100% !important;
        padding-left: 50px !important;
    }
    .text-content {
        width: 88% !important;
        margin: 170px 0px !important;
        padding: 0px 32px !important;
    }
    .title-content {
        width: auto !important;
        margin-right: 0px !important;
    }
    .title-content h5 {
        font-size: 138px !important;
        line-height: 100px !important;
    }
    .right-image {
        width: 100% !important;
    }
}
.customer-case-link, .customer-case-link:hover {
    color: white;
}
.custom-section {
    display: flex;
    width: 100%;
    background-color: #353535;
}
.left-content {
    width: 58%;
    padding-left: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-content {
    width: 88%;
    color: white;
    /*margin: 170px 0px;*/
    margin: 0;
    padding: 0px 64px;
}
.text-content h6 {
    font-family: "Host Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0px 0px 16px 0px;
}
.text-content h2 {
    font-family: "Host Grotesk", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0px 0px 24px 0px;
}
.text-content p {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 150%;
    color: #FFFFFF;
    padding: 0px 0px 32px 0px;
    position: relative;
}
.customer-read-more-btn {
    border: 1px solid #fff;
    background-color: #FFFFFF00;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    line-height: 150%;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px ;
    border-radius: 8px;
    padding: 18px 24px;
    top: 16px;
    display: inline-block;
}
.customer-read-more-btn:hover {
    background-color: #333;
    color: #fff;
}
.text-content .customer-read-more-btn::after {
    content: '' !important;
}
.title-content {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    color: white;
    opacity: 0.12;
    pointer-events: none;
    overflow: hidden;

}
.title-content h5 {
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "Host Grotesk", Sans-serif;
    font-size: 138px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 100px;
    color: #FFFFFF;
}
.right-image {
    width: 42%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 860px;
}