@media only screen and (max-width: 1025px) {
    [data-template="64a7789ded553c1388955a3d"] .two-column{
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px !important;
    }

    [data-template="64a7789ded553c1388955a3d"] .itp-two-column:nth-child(1){
        margin-bottom: 20px !important;
    }

    [data-template="64a7789ded553c1388955a3d"] .itp-column-one{
        padding: 0px !important;
        display: block !important;
    }

    [data-template="64a7789ded553c1388955a3d"] .itp-column-two{
        padding: 0px !important;
        grid-row-start: 1;
    }
}

@media only screen and (max-width: 481px) {
    [data-template="64a7789ded553c1388955a3d"].template-about32{
        padding: 30px 10px !important;
    }

    [data-template="64a7789ded553c1388955a3d"] .itp-text-header{
        margin-bottom: 20px !important;
    }
}