.title{
   text-align: center;
   font-size: 1.8rem !important; 
   padding: 3rem 0 !important;
}

.title .title-help{
    font-size: 1rem;
    color: black;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
}
.banner{
    background: url(../img/banner.png) no-repeat;
}
.banner .box{
    font-size: 1rem;
    width: 50%;
}
.banner .box h1{
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.banner .box p{
    border-bottom: 10px solid #c2162a;
    padding-bottom: 2rem;
}
.part1 .f4-mktg .icon{
    opacity: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.part1 {
    margin-bottom: 5rem;
}
.part1 .f4-mktg .icon img{
    width: 90%;
}
.part1 .f4-mktg h3{
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    position: absolute;
    bottom: -15px;left: 0;
    background-color: #c2162a;
    color: #fff;
}
.part1 .f4-mktg {
    height: 400px;
    padding: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.part1 .f4-mktg *{
    position: relative;
    z-index: 1;
}
.part1 .f4-mktg::before{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .2;
}
.part1 .f4-mktg:hover::before{
    opacity: .8;
}
.part1 .f4-mktg:hover ul{
    opacity: 1;
    right: 0;top: 25%;
}
.part1 .f4-mktg:hover h3{
    width: 72%;
    top: 15px;
    right: 20px;left: auto;
    background-color: rgba(255, 22, 22, 0);
    padding: 0 !important;
}
.part1 .f4-mktg:hover .icon{
    opacity: 1;
    background-color: rgba(255, 22, 22, 0.1);
}
.part1 .f4-mktg ul{
    width: calc(100% - 20px);
    opacity: 0;
    position: absolute;
    right: 0;top: 100%;
    transition: all .5s ease-in-out;
    color: #fff;
    padding: 0 10px;
}
.part1 .f4-mktg li{
    font-size: 0.875rem;
}
.part1 .f4-mktg.card-color{
    background-image: linear-gradient(90deg,#c2162a,#c52133);
}
.part1 .f4-mktg.card-color h3{
    padding: 20px;
    background-color: rgba(255, 22, 22, 0);
}
.part1 .f4-mktg.card-color .icon{
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}
.part1 .f4-mktg.card-color {
    color: #fff !important;
}
.part2 .f4-mktg{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    color: #fff;
    padding: 20px;
    background-size: cover;
}
.part2 .f4-mktg .icon{
    width: 220px;
    margin-right: 20px;
}
.part2 .f4-mktg .icon img{
    width: 100%;
}
.part2 .f4-mktg .info{
    width: 100%;
}
.part2 .f4-mktg .info span{
    font-size: .8rem;
}
.part2 .f4-mktg .info p{
    margin-top: .5rem;
    font-size: .9rem;
}
        .grid-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            padding: 20px;
        }
 
        .grid-item {
            border-radius: 10px;
            border-radius: 5px;
            overflow: hidden;
        }
        .grid1{
            grid-column-start: 1;
            grid-column-end: 3;
        }
        .grid2{
            grid-column-start: 3;
            grid-column-end: 5;
        }
        .grid5{
            grid-column-start: 1;
            grid-column-end: 4;
        }
        .grid6{
            grid-column-start: 4;
            grid-column-end: 5;
        }
        .grid3{
            grid-column-start: 1;
            grid-column-end: 3;
        }
        .grid4{
            grid-column-start: 3;
            grid-column-end: 5;
        }
@media (min-width:1440px) and (max-width:1919px){

}

/*============ Desktop Device ===========*/
@media (min-width:1366px) and (max-width:1439px){

}


/*============ Laptop Device ===========*/
@media (min-width:1024px) and (max-width:1365px){

}


/*============= Tablet Large device ===============*/
@media (min-width:992px) and (max-width:1023px){

}


/*============= Tablet device ===============*/
@media (min-width:768px) and (max-width:991px){
.part1 .flex>div{
    width: 100%;
}
.banner{
    background: url(../img/banner1.png) center 500% no-repeat,url(../img/banner.png) no-repeat;
}
.banner .box{
    font-size: 1rem;
    width: 100%;
}
.banner .box h1{
    font-size: 1rem;
    line-height: 28px;
}
.banner .box p{
    font-size: .8rem;
    line-height: 28px;
}
 
        .grid-item {
            border-radius: 10px;
            border-radius: 5px;
            overflow: hidden;
            grid-column-start: 1;
            grid-column-end: 5;
        }
        .grid-item .f4-mktg{
            display: flex;
            flex-direction: column;
        }
}


/*============= mobile large device ===============*/
@media (max-width:767px){
.part1 .flex>div{
    width: 100%;
}
.banner{
    background: url(../img/banner1.png) center 500% no-repeat,url(../img/banner.png) no-repeat;
}
.banner .box{
    font-size: 1rem;
    width: 100%;
}
.banner .box h1{
    font-size: 1rem;
    line-height: 28px;
}
.banner .box p{
    font-size: .8rem;
    line-height: 28px;
}
 
        .grid-item {
            border-radius: 10px;
            border-radius: 5px;
            overflow: hidden;
            grid-column-start: 1;
            grid-column-end: 5;
        }
        .grid-item .f4-mktg{
            display: flex;
            flex-direction: column;
        }
}


/*============= mobile device ===============*/
@media (min-width:320px) and (max-width:480px){
    
}