@charset "UTF-8";

a#insta+section {
    padding-top: 0 !important;
}
a#insta+section .content_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
}
a#insta+section .content_wrapper .heading.block_header_2 {
    margin-bottom: 0 !important;
    width: max-content;
}
a#insta+section .wrapper_item {
    width: 40px !important;
    height: 40px !important;
}
a#insta+section img {
    width: 40px !important;
    height: 40px !important;
}
a#insta+section .wrapper_item .inner_item_img a {
    transition: all 0.3s ease-out;
}
a#insta+section .wrapper_item .inner_item_img a:hover {
    opacity: 0.8;
}