.banner-img {
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-size: cover;
    height: 550px;
    position: relative;
}
.bleow-banner-section {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.below-banner-bg {
    background-color: #292929;
    width: 85%;
    color: white;
}
.below-banner-bg h2 {
    font-size: 38px;
    padding: 15px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.logo {
    width: 15%;
    margin-top: -10px;
}

.two-section{
    margin-top: 100px;
}

.two-section p {
    font-size: 44px;
    font-family: system-ui;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: underline;

}
.two-section ul li{
    font-size: 32px;
    font-weight: 300;
    line-height: 60px;
}

.about-text{
    font-family: "Montserrat", sans-serif;
}

.card .col-md-8 {
    display: flex;
    align-items: flex-end;
}

.card .col-md-8 .card-title{
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
}

.contact-us-p p{
    text-align: center;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contact-us-p{
    padding: 10px;
    color: white;
    background: #292929;
}


@media only screen and (max-width: 767px) {
    .banner-img{
        height: 400px;
    }
    .below-banner-bg{
        width: 95%;
    }
    .logo{
        width: 25%;
    }
    .below-banner-bg h2{
        font-size: 20px;
        padding: 10px;
        text-align: center;
    }
    section.container.two-section {
        margin-top: 50px;
    }
    .two-section p {
        font-size: 30px;
    }
    .two-section ul li{
        font-size: 22px;
        line-height: 45px;
    }
    .two-section p{
        text-align:center !important;
    }
    .contact-us-p p {
        font-size: 16px;
    }
    .col-md-7.pt-3{
        padding: 0px !important;
    }
    .contact-us-p h4{
        text-align: center !important;
        font-weight: 600
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .logo{
        width: 20%;
    }
    .below-banner-bg h2{
        font-size: 28px;
        padding: 10px;
        text-align: center;
    }
    section.container.two-section {
        margin-top: 55px;
    }
    .two-section p{
        font-size:34px ;
    }
    .two-section ul li{
        font-size: 28px;
        line-height: 45px;
    }
    .contact-us-p p{
        font-size: 15px;
    }
    .contact-us-p h4 {
        font-size: 18px;
    }
    .card .col-md-8 .card-title{
        font-size: 15px;
    }
}