h1, h2, h3, h4, h5, p, div, span, ul, li, label {
    font-family: "Cabin", sans-serif;
}

div, p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
}

/* Banner */
.banner {
    padding: 80px 0 30px;
    position: relative;
}

    .banner:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.3);
    }

    .banner h1 {
        padding: 10px;
        position: relative;
        text-transform: capitalize;
        font-family: "Cabin", sans-serif;
        font-weight: 800;
        margin-top: 3px;
        font-size: 48px;
        line-height: 1.2;
    }

.page-section-ptb {
    padding: 20px 0!important;
}

/* Media Queries Start Here */
@media screen and (max-width:1024px) {
    .banner {
        padding: 120px 0 40px;
    }

    .banner h1 {
        padding: 0;
    }
}

@media screen and (max-width:479px) {
    .banner h1 {
        font-size: 30px;
    }
}
