@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}
.service-content{
    font-size: 16px;
    color: #767676;
}
.contentfor{
    margin-top: 50px;
    margin-bottom: 60px;
}
.date{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #171717;
    font-size: 17px;
}
.service{
    margin-top: 120px;
}
.service-image{
    float: left;
    padding: 0 29px 24px 0;
    max-width: 650px;
}
@media only screen and (max-width: 1200px) {
    .contentfor {
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .date{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 740px) {
    .service-image{
        width: 100%;
    }
    .contentfor {
        margin-top: 30px;
    }
    .date{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .service{
        margin-top: 30px;
    }
}
