/* landing-banner :: ------------------------------*/
.landing-banner {
    align-items: center;
}

.landing-banner .landing-banner-image {
    min-height: 260px;
}

.landing-banner a {
    background-color: #20578a !important;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
}

.featured-thumbnail .wpb_wrapper {
    display: flex;
    align-items: center;
}

.featured-thumbnail .wpb_wrapper img {
    max-width: 60px;
    /* margin-bottom: 0; */
}
.featured-thumbnail .wpb_wrapper p {
    margin-left: 10px;
}

.wpb_text_column .wpb_wrapper ul {
    list-style: disc;
    padding-left: 0px;
    list-style-position: inside;
}




@media only screen and (min-width: 1800px) {
    .landing-banner .landing-banner-image {
        min-height: 300px;
    }
    .container .landing-banner {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .container .feature-section{
        margin-top: 50px !important;
        margin-bottom: 50px !important;

    }
    .container .landing-product{
        margin-bottom: 30px !important;
    }
}