﻿.imgresservice {
    /* Default styles for mobile screens */
    height: 282px;
    width: 303px;
}

/* Styles for laptop screens */
@media (min-width: 768px) {
    .imgresservice {
        height: 500px;
        width: 1157px;
    }
}

@media (max-width: 768px) { /* Adjust the max-width as needed for your mobile view */
    #contactme {
        margin-left: 82px;
    }
}
@media (max-width: 768px) { /* Adjust the max-width as needed for your mobile view */
    #contactmeinner {
        margin-left: 49px !important;
    }
}