
@media (max-width: 797px) {
    .contact-page-section .contact-info-boxed {
       padding: 20px;
       border-radius: 12px;
    }

    .pic-4-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }

    .pic-4-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}