.navbar{
    padding-top: 0;
    padding-bottom: 0;
}
.banner-image {
    background-size: cover;
}
#dv{
    padding-left: 5%;
    padding-bottom: 5%;
}
.border-orange{
    border: solid orange 1px;
    border-left: none;
    border-right: none;
    padding: 15px 100px;
}
.ta-justify{
	text-align: justify;
}
#contact-us{
    background-image: url('../img/Group17.webp');
    background-size: cover;
}
@media (max-width: 992px){
    #dv{
        width: 100%;
        text-align: center;
        padding: 0;
        margin: auto;
    }
    #dv .fs-10{
        font-size: 60px;
    }
    .ps-10{
        padding-left: 5%;
    }
    .text-alignment{
        text-align: center;
    }
}
@media (max-width: 768px) {
    #dv{
        width: 100%;
        text-align: center;
        padding: 0;
        margin: auto;
    }
    #dv .fs-10{
        font-size: 60px;
    }
    .border-orange{
        padding: 15px 10px;
    }
    .ps-10{
        padding-left: 5%;
    }
    .banner-image{
        justify-content: center;
        align-self: center;
    }
}