
.mastery{
    height: 552px;
}

@media (max-width: 767px) {
    .hidden-small {
        display: none !important;
    }

    .pb-sm-0{
        padding-bottom: 0 !important;
    }

    .mastery{
        height: 1080px;
    }
}
