@media only screen and (max-width: 769px) {
    [data-template="6423fc08e80a29674f0eab1b"] .four-six-column{
        grid-template-columns: repeat(2,1fr) !important;
        gap: 40px !important;
    }
}

@media only screen and (max-width: 481px) {
    .itp-template-about1-2{
        padding: 30px 10px !important;
    }

    [data-template="6423fc08e80a29674f0eab1b"] .four-six-column{
        grid-template-columns: repeat(1,1fr) !important;
        gap: 20px !important;
    }
}