.achievement-banner{
    background-image: url(../images/ach-ban.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    padding: 250px 0;
}

.achievement-banner h2{
    color: #fff;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 600;
}

.achievements-videos{
    padding: 40px 0;
}

.achv-vdo{
    margin-bottom: 20px;
}

.achv-vdo iframe{
    width: 100%;
    border: 5px dashed #0cbaea;
    border-radius: 5px;
}

.achievements-videos h3{
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 36px;
    text-align: center;
}

@media (max-width: 992px){
    .achievement-banner{
        min-height: 50vh;
        padding: 60px 0;
    }

    .achievement-banner h2{
        font-size: 30px;
        margin-top: 20%;
    }
}