
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* SOME-OF-OUR-WORKS */

.service-container {
    width: 80%;
    margin-top: 10px;
}

.some-works-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    /* line-height: 29px; */
    text-align: justify;
    text-transform: uppercase;
    color: #EC6F57;
    /* margin-bottom: 70px; */
}
.some-works-text {
    font-family: 'Inter';
    font-style: normal;
    /* font-weight: 600; */
    font-size: 17px;
    /* line-height: 29px; */
    text-align: justify;
    /* text-transform: uppercase; */
    /* color: #EC6F57; */
    /* margin-bottom: 70px; */
}

.service-wrapper-image img {
    filter: drop-shadow(2px 4px 8px #585858);
}

.service-wrapper .col:nth-child(even) .col-md-6:nth-child(even) {
    order: 1;
}

.service-wrapper .col:nth-child(odd) .col-md-6:nth-child(odd) {
    order: 2;
}

@media screen and (max-width: 480px) {

    .service-container {
        width: 100%;
        margin-top: 10px;
    }

    .service-wrapper .col-md-6:nth-child(even) {
        order: 1;
    }

    .service-wrapper .col-md-6:nth-child(odd) {
        order: 2;
    }

    .some-works-title {
        margin-bottom: 20px;
    }

    .service-image img {
        filter: drop-shadow(2px 4px 4px #585858);
        width: 100%;
        margin: auto;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-container {
        width: 100%;
        margin-top: 50px;
    }

    .some-works-title {
        margin-bottom: 20px;
    }

    .service-image img {
        filter: drop-shadow(2px 4px 4px #585858);
        width: 100%;
        margin: auto;
    }

}
