.home-two-what-we-do img {
    height: auto;
}

.home-one-what-we-do-grid {
    gap: 12px;
    grid-template-columns: repeat(7, 1fr);
}

.home-one-what-we-do-grid > div {
    padding: 10px;
}

@media (max-width: 992px) {.home-one-what-we-do-grid {grid-template-columns: repeat(5, 1fr);}}
@media (max-width: 768px) {.home-one-what-we-do-grid {grid-template-columns: repeat(4, 1fr);}}
@media (max-width: 576px) {.home-one-what-we-do-grid {grid-template-columns: repeat(3, 1fr);}}
@media (max-width: 384px) {.home-one-what-we-do-grid {grid-template-columns: repeat(2, 1fr);}}

@media (min-width: 769px) {
    .contact-us-three-form-content-block {
        flex-basis: 60%;
        margin-left: 20%;
    }
}