.img-part1{
    width: 100%;
    height: 220px;
    background-image: url("../img/favicon/apple-touch-icon.png");
    background-repeat: repeat-x;
    background-size: contain;
    margin: 10px 0;
}
.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;
}
.part2{  
    background-image: url("../img/favicon/apple-touch-icon.png");
    background-color: brown;
    background-blend-mode: multiply;
    color: #fff;
    padding: 1rem 5rem 5rem 5rem;
}
.part2 .title{
    color: #fff !important;
}
.part2 .title .title-help{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.part2 .flex{
    background-color: #fff;
    color: black;
    padding: 4rem 2rem;
    box-shadow: 0 5px 10px rgb(114, 0, 0);
}
.part2 .flex .f4-mktg h4{
    color: brown;
    margin-bottom: .5rem;
}

.part2 .flex .f4-mktg{
    text-align: center;
}
.part2 .flex .f4-mktg span{
    font-size: 1rem;
}
.part2 .flex .f4-mktg p{
    margin-top: 1rem;
}


.part4{  
    background-image: url("../img/favicon/apple-touch-icon.png");
    background-color: brown;
    background-blend-mode: multiply;
    color: #fff;
    padding: 1rem 5rem 5rem 5rem;
}
.part4 .title{
    color: #fff !important;
}
.part4 .title .title-help{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.part4 .box{
    background-color: #fff;
    color: black;
    padding: 2rem 2rem 4rem 2rem;
    box-shadow: 0 5px 10px rgb(114, 0, 0);
}
.part4 .box>p{
    margin-bottom: 2rem;
}
.part4 .flex .f4-mktg h4{
    color: brown;
    margin-bottom: .5rem;
}
.part4 .flex .f4-mktg span{
    font-size: 1rem;
}
.part4 .flex .f4-mktg p{
    margin-top: 1rem;
}
.part5{
    background-image: url("../img/favicon/apple-touch-icon.png");
    background-color: brown;
    background-blend-mode: multiply;
    background-size: 120px 120px;
    color: #fff;
    padding: 1rem 5rem 5rem 5rem;
}
.part5 .title{
    color: #fff !important;
}
font.light{
    font-size: 2rem;
    margin: 0 10px;
    font-weight: 400;
    text-shadow: 0 0 10px rgb(133, 24, 24);
}
.img-part6{
    width: 100%;
    height: 100%;
    background-image: url("../img/favicon/apple-touch-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.flex .l-cols{
    gap: 20px !important;
}

@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){

}


/*============= mobile large device ===============*/
@media (max-width:767px){
    .part2,.part4{
        padding: 1rem;
    }
    .title{
        font-size: 1.5rem !important; 
    }
}


/*============= mobile device ===============*/
@media (min-width:320px) and (max-width:480px){
    
}