.banner-image{
    height: 130px;
    width: 450px !important;
    border-radius: solid 2px gray;
    border: 2px solid blueviolet;
}
.landing_page_title{
    line-height: 1.6;
    font-size: 25px;
}
.container.mt-5.mb-5.landing_page_content > h2 {
    font-size: 20px;
}
ul.landing_page_description h3 {
    font-size: 20px;
     line-height: 1.2; 
}
::marker {
    font-size: 21px;
    color: #0067AF;
}
.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;
}
.image-caption{
    text-align: center;
    padding: 20px 0;
}
.image-caption > a , .landing_page_cta > a  {
    text-decoration: none;
}
.landing_page_cta{
    height: 50px;
    width: 450px;
    border: none;
    background-color: rgb(19,122,189);
}