#offer {
    background-image: url('../Images/Path\ 1.png');
    background-repeat: no-repeat;
    background-size:contain;
}
#offer h3{
    color: white; font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
}
@media (max-width:768px) {
    #offer {
        background-size:auto;
     }
}





#specialize{
    background-color: #FAFAFC;
}
#specialize .specialize-in .inner-sec{
     display: flex;
     justify-content: center;
     align-items: center;
    font-size: 20px;
    font-weight: 500;
    height: 127px;
    border: 2px solid #dde2ed;
    border-radius: 10px;
    background-color: #EEF4FF;
 }
#specialize .specialize-in img{
   position: absolute;
   top: -7px;
}
@media (max-width:400px) {
    #specialize .specialize-in .inner-sec{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        height: 90px;
     }
    #specialize .specialize-in img{
        width: 100px;
        position: absolute;
        top: -4px;
     }
}


