@charset "UTF-8";

@media screen and (min-width: 901px) {
.wrap-two-columns {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

a#content_left+section {
    flex-basis: 50%;
}

a#content_right+section {
    flex-basis: 50%;
    padding-top: 200px;
}

a#content_right+section .img_contetns img {
    width: 40%;
}
a#content_right+section .img_contetns .img_3clm img {
    width: 35% !important;
}

a#content_right+section .img_contetns .img_3clm {
    padding-right: 10px;
}
}

@media screen and (min-width: 901px) and (max-width: 1400px) {
a#content_right+section .img_contetns {
    gap: 30px;
}
a#content_right+section .img_contetns img {
        width: 45%;
    }
a#content_right+section .img_contetns .img_3clm img {
    width: 37% !important;
}
}

a#content_right+section .img_contetns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

a#content_right+section .img_contetns .img_3clm {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    a#content_right+section .img_contetns .img_3clm {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
    a#content_right+section .img_contetns img {
    object-fit: contain;
    width: 48%;
}
}

@media screen and (max-width: 768px) {
    a#content_right+section .img_contetns img {
    width: 100%;
}
}

a[id^="img"]+section img {
    object-fit: contain;
    pointer-events: none;
}