.cta-button {
    padding: 14px 24px;
    background-color: rgb(0, 0, 0);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: white;
    border: 1px solid rgb(0, 0, 0);
    flex-shrink: 0;
}
.cta-button:hover {
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}

/* orange section start */
.red-icon-mobile{
    display: none;
}
.orange-section{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: start;
    border-radius: 20px;
    border: 1px solid #F9452D;
    background-color: #F9452D;
}
.orange-section{
    padding:  0 105px;
}
.orange-section .content-wrapper{
    padding:  70px 0;
}
.orange-section .section-eyebrow{
    color: #000000;
    margin-bottom: 16px;
}
.orange-section .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
    color: #FFFFFF;
}
.orange-section .paragraph{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 30px;
    color: #FFFFFF;
    padding-right: 350px;
}
/* orange section end */

@media (max-width: 1400px) {
    .orange-section .paragraph {
    padding-right: 50px;
    }
    .orange-section {
        align-items: center;
    }
}
@media (max-width: 1200px) {
    /* orange section start */
.red-icon-desktop{
    padding-top: 50px;
    width: 320px;
}
.orange-section{
    gap: 10px;
}
.orange-section{
    padding:  0 0 0 40px;
}
.orange-section .content-wrapper{
    padding:  50px 0;
}
.orange-section .section-eyebrow{
    margin-bottom: 12px;
    text-wrap: nowrap;
}
.orange-section .heading{
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    padding-right: 30px;
}
.orange-section .paragraph{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    padding-right: 35px;
}
/* orange section end */
}
@media (max-width: 767.98px) {

    .cta-button {
        padding: 10px 20px;
        font-weight: 400;
    }
        /* orange section start */
.red-icon-mobile{
    display: block;
    width: 243px;
    margin-bottom: 48px;
}
.red-icon-desktop{
    display: none;
}
.red-icon-desktop{
    padding-top: 0;
    width: 320px;
}
.orange-section{
    display: block;
    gap: 0;
}
.orange-section{
    padding:  30px 30px 40px 30px;
}
.orange-section .content-wrapper{
    padding:  0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.orange-section .section-eyebrow{
    margin-bottom: 40px;
}
.orange-section .heading{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-right: 0;
    text-align: center;
}
.orange-section .paragraph{
    margin-bottom: 30px;
    padding-right: 0;
    text-align: center;
}
/* orange section end */
}