
@charset "UTF-8";

#contact_line + section .h{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 2rem;
}
#contact_line + section img{
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 900px){
    #contact_line + section .h{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px){
    #contact_line + section .h{
        font-size: 1.5rem;
    }
}