.hero {
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.hero::before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFF 4.56%, rgba(255, 255, 255, 0) 100%);
}
.hero .container-fluid {
    padding: 0 150px;
}
@media (max-width: 1400px) {
    .hero .container-fluid {
        padding: 0 100px;
    }
}
@media (max-width: 1200px) {
    .hero .container-fluid {
        padding: 0 50px;
    }
}
@media (max-width: 576px) {
    .hero .container-fluid {
        padding: 0 15px;
    }
}
.hero .content {
    z-index: 2;
    position: relative;
}
.hero .content h1 {
    color: #001F7E;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.hero .content h1 strong {
    color: #D00C27;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.hero .content p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hero ul {
    list-style-type: none;
    padding-left: 0;
}
.hero ul img {
    margin-right: 10px;
}
.hero ul li {
    margin-bottom: 10px;
    color: #1C2A45;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hero .click {
    margin-top: 40px;
}

@media(max-width: 767px){
    .hero .content h1,
    .hero .content h1 strong {
    font-size: 40px;
}

}
