.grizzly-header{
    background: url(https://www.framal.be/assets/images/slider/accounting4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 200px 0 150px;
    background-color: rgb(0 0 0 / 50%);
    background-blend-mode: multiply;
}

.grizzly-header h1{
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 21px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: #ffffff 1px 1px 1px;
}

.breadcr {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    color: white;
}

.breadcr ul {
    margin: 0;
    padding: 0px;
}

.breadcr ul li {
    display: inline-block;
    margin-left: 0px;
}

.breadcr ul li a{
    color: white;
    text-decoration: underline !important;
}

.breadcr ul li a:hover{
    text-decoration: none !important;
}

.breadcr ul li:after {
    content: " / ";
}

.breadcr ul li:last-child:after {
    content: "";
}

.usp.grizzly-txt ul{
    padding: 15px 0px;
    margin-bottom: 20px;
    list-style-type: none;
}

.usp.grizzly-txt ul li{
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    line-height: 34px;
    font-size: 16px;
}

.usp.grizzly-txt ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f058";
    font-family: 'FontAwesome';
    color: #106eea;
    font-size: 20px;
}

.grizzly-txt ul{
    list-style-type: disc;
    padding: 15px 0px 15px 30px;
}

.grizzly-txt a{
    font-weight: bold;
    text-decoration: underline !important;
}

.grizzly-txt a:hover{
    text-decoration: none !important;
}

.grizzly-cta-btn {
    outline: none;
    padding: 15px 29px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #106eea;
    transition: all 0.3s ease;
}

.grizzly-cta-btn:hover {
    background: #228bfd;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .grizzly-reverse-column{
        display: flex;
        flex-direction: column-reverse;
    }
    .grizzly-cta-block{
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .grizzly-header h1 {
        font-size: 55px;
    }
    .grizzly-cta-btn {
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 480px) {
    .grizzly-header h1 {
        font-size: 40px;
    }
}