.pt50 {
    padding-top:50px !important;
}

.pb50 {
    padding-bottom:50px !important;
}


@media only screen and (max-width: 600px) {
    .pt50 {
        padding-top:25px !important;
    }

    .pb50 {
        padding-bottom:25px !important;
    }

}

@media only screen and (min-width: 600px) {
    .page-title-extra-large {
        margin-top: 114px;
    }



}

/* Box Style 01 */
.box-style-1 {
    padding-top:50px;
    font-family: var(--alt-font);
}

.box-style-1 .box {
    background-color:#fff;
    padding:0px;
    border-radius:0.45rem;
    margin-bottom:25px;
    transition: all .2s ease-in-out;
}

.box-style-1 .box:hover {
    transform: scale(1.050);
}

.box-style-1 img {
    border-radius:0.45rem;
}

.box-style-1 .box h4 {
    margin-top:15px;
    font-size:16px;
    padding-bottom: 16px;
    font-weight: 700;
}

.box-style-1 .box .details {
    padding-bottom:15px;
}
/* Box Style 01 */