
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

.heading-1{
    margin-top: 1em;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'Merriweather', serif;

}

/* .banner{
   
    background-image: url("./images/clients/banner.webp");
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;
} */

.automobile{
    border-top:3px solid rgb(65 123 195);
}

/* .title-11::before{
    background: #a3bcdb;
    bottom: 24.9em;
    content: " ";
    right: 29.8em;
    height: 3px;
    position: absolute;
    top: auto;
    width: 67px;
} */


.engineering{
    display: flex;
    justify-content: space-around;
    margin-top: 5em;
}





.img{
    padding: 6px;
    width: 200px;
    height: 93px;
    box-shadow: 0px 2px 7px 3px #7a7a7a30;
}