.excellence-section {
  position: relative;
  width: 100%;
}

.excellence-section .bottom-section {
  background-color: #8c4c29;
  padding: 100px 0;
}

.excellence-section .bottom-section .main-title {
    text-align: center;
    margin-bottom: 50px;
}

.excellence-section .bottom-section .main-title h1 {
    font-family: "Funnel Display", sans-serif;
    font-size: 80px;
    font-weight: 500;
}

.excellence-section .bottom-section .left-side, .excellence-section .bottom-section .right-side {
    max-width: calc(50% - 50px);
    width: 100%;
}

.excellence-section .bottom-section .row {
    justify-content: space-between;
}

.excellence-section .bottom-section .left-side h4 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 29px;
}

.excellence-section .bottom-section .right-side p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {


    .excellence-section .bottom-section {
        padding: 40px 0;
    }

    .excellence-section .bottom-section .main-title h1 {
        font-size: 30px;
    }

    .excellence-section .bottom-section .main-title {
        margin-bottom: 30px;
    }

    .excellence-section .bottom-section .row {
        flex-direction: column;
        justify-content: unset;
        gap: 20px;
    }

    .excellence-section .bottom-section .left-side, .excellence-section .bottom-section .right-side {
        max-width: 100%;
    }

    .excellence-section .bottom-section .left-side h4 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .excellence-section .bottom-section .right-side p {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
}