.container-fluid.ctopbar {
    display: none;
}
.banner-image{
    height: 250px;
    width: 200px;
}
.container.banner-image.mt-5.d-flex.justify-content-center img {
    height: 250px;
    width: 450px;
}
.landing_page_title{
    line-height: 1.6;
}
.seperator_line{
    height: 2px;
    margin: 50px 0;
    background-color: lightgray;
    color: black;
}
.category_card img{ 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.image-caption{
    text-align: center;
    padding: 20px 0;
    font-size: 19px;
}
.image-caption > a , .landing_page_cta > a  {
    text-decoration: none;
}
.landing_page_cta{
    height: 50px;
    width: 400px;
    border: none;
    background-color: rgb(19,122,189);
}
.col-sm.col-lg-4.category_card , .col-sm.category_card{
    text-align: center;
}
.col-sm.col-lg-6.category_card {
    text-align: center;
}
a.link-with-after {
    font-size: 18px;
    padding: 8px 20px;
    color: #0a113e;
}

