csr-first-section {
    margin-bottom: 80px;
    margin-top: 20px;
}


.csr-first-section .custom-container {
    max-width: 1280px;
    margin: auto;
}

.csr-first-section .section-small-heading {
    font: 700 18px/22px var(--font-helvetica-neue);
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #00677F;
    margin-block: 0 24px;
    margin-top: 20px;
}

.csr-first-section .csr-main-heading {
    font: 400 46px/1.2 var(--font-helvetica-neue);
}

.csr-first-section .section-flex {
    display: flex;
    gap: 100px;
}

.csr-first-section .flex-child {
    flex: 1 1 50%;
}

.csr-first-section p {
    font: 400 20px/1.5 var(--font-helvetica-neue);
}

.csr-first-section .read-more-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: 25px;
}

.csr-first-section .read-more-btn-wrapper a {
    font: 500 16px/1 var(--font-helvetica-neue);
    letter-spacing: 4%;
    color: #4A4A4A;
    text-decoration: none;
}

.csr-first-section .read-more-btn-wrapper:hover {
    padding-left: 10px;
}

.csr-first-section .read-more-btn-wrapper:hover a {
    color: #e71316;
}

.csr-first-section {
    margin-bottom: 80px;
}

@media screen and (max-width: 1300px) {
    .csr-first-section .custom-container {
        padding-inline: 16px;
    }
}

@media screen and (max-width: 768px) {
    .csr-first-section .section-flex {
        flex-wrap: wrap;
        gap: 30px;
    }

    .csr-first-section .section-small-heading {
        font-size: 14px;
    }

    .csr-first-section .csr-main-heading {
        font-size: 28px;
    }

    .csr-first-section p {
        font-size: 16px;
    }

    .csr-first-section .read-more-btn-wrapper a {
        font-size: 14px;
        color: #E71316;
    }

    .csr-first-section .read-more-btn-wrapper img {
        display: none;
    }
      .csr-first-section .csr-main-heading {
        font: 300 28px/40px var(--font-helvetica-neue);
    }

    .csr-first-section .csr-main-heading strong {
        font-weight: 700;
    }

    .csr-first-section p {
        font: 300 16px/24px var(--font-helvetica-neue);
    }

    .csr-commitment-overlay p {
        font: 400 16px/24px var(--font-helvetica-neue);
    }

    .section-highlight {
        padding-block: 0
    }
}