@charset "UTF-8";

a#cm+div .map {
    display: none;
}

a#cm+div {
    padding-bottom: 10px !important;
}

a#cm+div .wrapper_item {
    margin-bottom: 0 !important;
}

a#security+section .inner_item_img {
    margin-left: 0;
    width: 23% !important;
    max-width: none !important;
    margin-top: 10px !important;
}

a#security+section .inner_item_txt {
    padding-bottom: 10px !important;
    border-bottom: 1px solid var(--i_border_color);
}

a#cm2+div .wrapper_item {
    display: none;
}

@media screen and (max-width: 900px) {
a#security+section .inner_item_img {
    width: 35% !important;
}
}

@media screen and (max-width: 600px) {
a#security+section .inner_item_img {
    width: 45% !important;
}
}

@media screen and (max-width: 480px) {
a#security+section .inner_item_img {
    width: 55% !important;
}
}