@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap');

body {
    margin: 0;
}

* {
    font-family: 'Jost', sans-serif;
}
.navbar-brand{
    max-height: inherit;
    display: inline-block;
}
.navbar-brand img {
    height: 100px;
    margin: 2vh 0;
}
.main-banner {
    padding: 6vh 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-image: url(images/Banner.jpg);
    color: #fff;
}
.main-banner h1 {
    font-weight: 700;
    font-size: 2rem;
    margin: 2vh 0;
    line-height: 1.4;
}
.main-banner-sub-title {
    margin: 2% 0 3% 0;
}
.style-list li::before {
    content: " ";
    height: 16px;
    width: 16px;
    background: url(images/fast-forward-double-right-arrows-symbol.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    position: absolute;
}
.style-list li {
    padding: 0 0 2px 30px;
    position: relative;
}
.style-list {
    padding-left: 1em;
    text-indent: -.2em;
    padding-right: 15px;
    list-style: none;
    position: relative;
    margin: 2% 0;
}


.page-body h2,
.main-banner h4,
.main-banner h5,
.page-body h3{
    font-weight: 600;
}
.main-banner-sub-title p,
.page-body a,
.page-body p,
.page-body h5 {
    font-size: 1.2rem;
    line-height: 1.6;
}
.services-block p,
.product-block  p{
    font-size: 1rem;
}
.services-block img{
    width: 80px;
}
.services-block h5{
    font-weight: 600;
}
.services-block .card{
    background: #F8FAFB;
}
.product-block {
    background: #F4F8FB;
    border: 0.5px solid #ccc;
    margin: 0;
    border-radius: 6px;
}
.product-block .card{
    background: transparent;
}
.product-block .card-title {
    background: transparent;
    color: #00367E;
    text-transform: uppercase;
    font-weight: 600;
    margin: 3% 0;
}
.product-block a{
    color: #F36C24;
}

footer {
    color: #fff;
    background: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 2vh 0;
}
footer p{
    margin: 0;
}


@media (min-width: 0px) and (max-width: 767px) {
.navbar-brand img {
    height: 70px;
} 
.main-banner-sub-title p,
.page-body a,
.page-body p,
.page-body h5 {
    font-size: 1rem;
    line-height: 1.4;
}
.page-body h4 {
    font-size: 1.2rem;
}
.services-block p,
.product-block p {
    font-size: 1rem;
}
.main-banner h1 {
    font-size: 1.6rem;
}
    
    
    
    
    
    
    
}
