
@charset "UTF-8";

#anchor1 + section .h,
#anchor2 + section .h,
#anchor3 + section .h {
    font-size: 2.0rem;
    position: relative;
    background: var(--i_btn_color);
    width: fit-content;
    margin: 0 auto;
    top: -7rem;
    color: var(--i_bg_color);
    padding: 2rem 4rem;
    border-radius: 50px;
}
#anchor1 + section.dec1_4:not(.block_images_21)>.content_wrapper,
#anchor2 + section.dec1_4:not(.block_images_21)>.content_wrapper,
#anchor3 + section.dec1_4:not(.block_images_21)>.content_wrapper {
  box-shadow: 0 0 20px var(--i_shadow_color);
}
#anchor1 + section img,
#anchor2 + section img,
#anchor3 + section img {
    border-radius: 30px;
}
@media screen and (max-width: 1023px) {
    #anchor1 + section .h,
    #anchor2 + section .h,
    #anchor3 + section .h {
        top: -9vw;
    }
}
@media screen and (max-width: 768px) {
    #anchor1 + section .h,
    #anchor2 + section .h,
    #anchor3 + section .h {
        font-size: max(1.2rem,3vw)!important;
        padding: 3vw 6vw;
    }
}