.h-60 {
    height: 60px;    
}

.h-75 {
    height: 75px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-120 {
    margin-top: 120px;
}


.mb-30 {
    margin-bottom: 30px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-120 {
    margin-bottom: 120px;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

@media screen and (max-width: 768px) {
    .h-60 {
        display: none;
    }
}