@charset "UTF-8";

#text+section>.content_wrapper {
    background: var(--i_bg_color);
}

#text+section .heading.block_header_4 .h {
    font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif !important;
    font-weight: bold;
    font-size: 1.4rem !important;
}

#text+section .heading.block_header_4 p {
    font-size: 3.5rem !important;
}

#text+section .inner_item_txt p {
    font-size: 1.4rem;
}

#text+section .inner_item_txt em {
    font-style: normal;
}

#text+section .inner_item_txt a,
#text+section .inner_item_txt em {
    text-decoration: none;
    border: 1px solid var(--i_txt_color);
    border-radius: 50px;
    padding: 5px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px 5px 0;
    transition: .4s ease-in-out;
}

#text+section .inner_item_txt a:first-of-type {
    margin-left: 0;
}

#text+section .inner_item_txt a:hover,
#text+section .inner_item_txt em:hover {
    background: var(--i_txt_color);
    color: var(--i_bg_color);
}

@media screen and (max-width: 900px) {
    #text+section .heading.block_header_4 p {
        font-size: 2rem !important;
        line-height: 1.2;
    }
}