.test {
    max-width: 1400px;
    min-height: 250px;
    margin-bottom: 24px;
}

.test__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
}

.test_v1,
.test_v2,
.test_v3 {
    flex-shrink: 0;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

.test_v1 .adsbygoogle,
.test_v2 .adsbygoogle,
.test_v3 .adsbygoogle {
    width: 300px;
    height: 250px;
}

@media screen and (max-width: 850px) {
    .test_v1 .adsbygoogle {
        width: 336px !important;
        height: 288px !important;
        max-height: 288px !important;
    }
}

@media screen and (max-width: 1100px) {
    .test_v4 {
        width: 728px;
    }
}

@media screen and (max-width: 850px) {
    .test_v2,
    .test_v3 {
        display: none;
    }
    .test_v1 {
        width: 336px;
        height: 288px;
    }
    .test__flex {
        gap: 20px;
    }
}