.two-imgs .img-left {
	grid-area: 1/3/1/span 6;
    aspect-ratio: 1004/664;
    margin-right: max(16px, 5vw);
    clip-path: polygon( 0% 4.516%,0% 4.516%,0.039% 3.784%,0.154% 3.089%,0.336% 2.441%,0.581% 1.849%,0.882% 1.323%,1.233% 0.871%,1.627% 0.504%,2.059% 0.23%,2.523% 0.059%,3.011% 0%,97.064% 0%,97.064% 0%,97.628% 0.078%,98.153% 0.303%,98.632% 0.658%,99.056% 1.129%,99.418% 1.7%,99.709% 2.355%,99.921% 3.081%,100.045% 3.86%,100.074% 4.678%,100% 5.519%,86.179% 96.487%,86.179% 96.487%,86.059% 97.085%,85.889% 97.642%,85.673% 98.152%,85.415% 98.611%,85.121% 99.014%,84.794% 99.355%,84.438% 99.63%,84.058% 99.832%,83.658% 99.957%,83.243% 100%,3.011% 100%,3.011% 100%,2.523% 99.941%,2.059% 99.77%,1.627% 99.496%,1.233% 99.129%,0.882% 98.677%,0.581% 98.151%,0.336% 97.559%,0.154% 96.911%,0.039% 96.217%,0% 95.484%,0% 4.516% ); 
}

.two-imgs .img-right {
	grid-area: 1/8/1/span 5;
    aspect-ratio: 934/552;
    align-self: flex-end;
    clip-path: polygon( 12.079% 4.241%,12.079% 4.241%,12.207% 3.52%,12.39% 2.849%,12.622% 2.233%,12.899% 1.679%,13.216% 1.194%,13.568% 0.782%,13.952% 0.451%,14.361% 0.207%,14.792% 0.056%,15.239% 0.004%,96.76% 0.004%,96.76% 0.004%,97.286% 0.075%,97.784% 0.281%,98.249% 0.61%,98.674% 1.052%,99.051% 1.595%,99.375% 2.228%,99.638% 2.939%,99.835% 3.719%,99.958% 4.554%,100% 5.435%,100% 94.569%,100% 94.569%,99.958% 95.45%,99.835% 96.286%,99.638% 97.065%,99.375% 97.776%,99.051% 98.409%,98.674% 98.952%,98.249% 99.394%,97.784% 99.723%,97.286% 99.929%,96.76% 100%,3.249% 100%,3.249% 100%,2.644% 99.906%,2.079% 99.637%,1.564% 99.211%,1.108% 98.646%,0.719% 97.961%,0.406% 97.174%,0.178% 96.303%,0.043% 95.367%,0.01% 94.385%,0.089% 93.374%,12.079% 4.241% ); 
}

@media (max-width: 767.98px) {
    .two-imgs .img-left {
        grid-area: 1/2/1/span 7;
    }

    .two-imgs .img-right {
        grid-area: 1/8/1/span 6;
    }
}




@media (max-width: 575.98px) {
    .two-imgs .img-left {
        margin-right: 6px;
    }

    .two-imgs .img-right {
        margin-left: -8px;
    }
}