.pt-120 {
    padding-top: 100px;
    @include screen-768 {
        padding-top: 70px;
    }
}
.ptb-120 {
    padding: 100px 0;
    @include screen-768 {
        padding: 70px 0;
    }
}
.ptb-60 {
    padding: 60px 0;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-120 {
    padding-bottom: 100px;
    @include screen-768 {
        padding-bottom: 70px;
    }
}
.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}