.content-section{
    background-color: var(--black-color);
    font-family: var(--primary-font);
}

.content-section .description-text{

    font-size: var(--font-28);
    font-family: var(--primary-font);
    line-height: 150%;
    font-weight: 400;
    color: var(--white-color);
    letter-spacing: -0.8px;
}

/* Style 1 CSS Start */
.style1 .content-section .description-text{
    max-width: 750px;
}

.style1 .content-section .right-content{
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: var(--primary-font);
}

.style1 .content-section .left-content img{
    max-height: 80px;
    max-width: 80px;
}

.style1 .content-section .right-content .description-text em{
    font-weight: 600; 
    font-family: var(--secondary-font);
}

/* Style 1 CSS End*/

/* Style 2 CSS Start */
.style2 .description-text{
    max-width: 1150px;
    margin: 0 auto;
}

.style2 .description-text h2{
    margin-bottom: 10px;
    padding-bottom: 0;
    color: var(--white-color);
}

.style2 .description-text h3{
    margin-bottom: 40px;
}

.style2 .description-text h3 em{
    font-size: var(--font-55);
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: var(--secondary-font);
    color: var(--white-color);
    text-transform: math-auto;
}
/* Style 2 CSS End */

@media screen and (max-width: 1024px){
    .style1 .content-section .right-content{
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px){
    .style1 .content-section .right-content{
        padding-top: 30px;
        padding-bottom: 0px;
    }
}