.service-section-1{
    background-color: #fdf6f1;
    padding: 1rem 3rem;
}

.service-heading h4{
    color: #1e1810;
    font-family: 'DM Serif Display', serif;
    font-size: 3.2rem;
    text-align: center;
    padding: 2rem 0;
}

.service-cards{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.service-card{
    width: 300px;
    height: 150px;
    margin: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-card h3{
    font-family: 'DM Serif Display', serif;
    font-size: 25px;
}

.service-card p{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #62615c;
}

.service-section-2{
    background-color: #fdf6f1;
    padding: 1rem 3rem;
}
.service-section-2-heading h4{
    font-family: 'DM Serif Display', serif;
    font-size: 3.2rem;
    text-align: center;
    padding: 1rem;
}
.client-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.client-section a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-section img{
    width: 160px;
    margin: 0.5rem 2rem;
}
.client-section .diltourImg img{
    width: 120px;
}

@media only screen and (max-width: 700px){
    .service-section-1{
        padding: 1rem;
    }
    .service-heading h4{
        font-size: 2rem;
    }
    .service-cards{
        flex-direction: column;
    }
    .service-card{
        width: auto;
        margin: 0.5rem;
    }
    .service-section-2{
        padding: 1rem;
    }
    .service-section-2-heading h4{
        font-size: 2rem;
    }
}

@media only screen and (max-width: 660px){
    .client-section img {
        width: 60%;
        margin: 1rem;
    }
    .section-1-contact-right img{
        width: 100%;
    }
  }

@media only screen and (max-width: 570px){
    .service-heading h4{
        font-size: 26px;
    }
    .service-card h4{
        font-size: 20px;
    }
    .service-card p{
        font-size: 12px;
    }
    .service-section-2-heading h4{
        font-size: 26px;
    }
    .section-6-project-left p{
        font-size: 12px;
    }
  }