.achievement-section {
    background-image: url('../images/achievement-bg.png');
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: 5%
}

.achievement-left h2,
.achievement-right h3 {
    color: #fff !important
}

.achievement-right p {
    font-family: var(--secondary_font);
    color: var(--white);
    line-height: 30px;
    font-weight: 400;
}

.achievement-right .row>* {
    width: 100%;
    max-width: 410px;
    /* padding: 0 15px 0 0 !important; */
    padding: 0px 8px !important;
}

p.achievement-desc {
    margin: 0 0 0 -15px;
    padding: 0 0 30px;
    border-bottom: 1px solid #fffFFF1A;
    font-weight: 400;
    color: var(--white);
}

.achievement-right .row:not(:last-child) {
    /* padding: 30px 0 0; */
    gap: 20px;
    margin-bottom: 20px;
}
.achievement-right .row:not(:first-child) {
    /* padding: 30px 0 0; */
    gap: 20px;
}


.achievement-section .achievement-left .commit{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
    border-top: 1px solid #fffFFF1A;
    padding: 20px 0;
    /* padding-right: 67px; */
    margin-bottom: 30px;
    
}

.achievement-section .achievement-left .mb{
    margin-bottom: 8px;
}

.achievement-section .achievement-left{
    align-content: center;
    margin-top: 22px;
}

@media (max-width:1440px) {
    .achievement-right .row>* {
        max-width: 100%;
        height: 100%
    }
}

@media (max-width:1350px) {
    .achievement-left .row>* {
        padding: 0 15px !important
    }

    .achievement-right h3 {
        font-size: 17px !important
    }
}

@media (max-width:1024px) {
    .achievement-right h3{
        font-size: 16px !important;
    }

    .achievement-right p{
        font-size: 16px;
    }
}

@media (max-width:991px) {
    p.achievement-desc {
        margin: 0;
        text-align: center
    }

    .achievement-right .row>* {
        padding: 0 15px !important
    }

    .achievement-group {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .achievement-group .prefix,
    .achievement-left {
        text-align: center
    }

    .achievement-section {
        background-image: none
    }
}

@media (max-width:767px) {
    .award-group {
        display: flex;
        flex-direction: column;
        text-align: center
    }

    .award-group>* {
        margin: 0 0 15px
    }

    .achievement-section::after {
        background: 0 0
    }

    .achievement-right p{
        font-size: 16px;
        width: 100%;
        max-width: 72%;
        text-align: center;
        display: inline-block;
    }
}

@media (max-width:575px) {
    .achievement-section .achieve{
        padding-bottom: 10px;
    }
}