#info-home .info-left h1{
    font-family: "Etheline Sans";
    font-size: 12.93rem;
    font-style: normal;
    font-weight: 400;
    line-height: 167px;
}
#info-home .info-left p{
    font-family: "Etheline Sans";
    font-size: 2.57rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#info-home .line {
    width: 81px;
    height: 1px;
}
@media screen and (max-width:1660px){
    #info-home .info-left h1{
        font-size: 9.93rem;
        line-height: 117px;
    }
    #info-home .info-left p{
        font-size: 2.00rem;
    }
}
@media screen and (max-width:1295px){
    #info-home .info-left h1{
        font-size: 7.93rem;
        line-height: 92px;
    }
}
@media screen and (max-width:1099px){
    #info-home .info-left h1{
        font-size: 5.93rem;
        line-height: 68px;
    }
}
@media screen and (max-width:463px){
    #info-home .info-left h1{
        font-size: 3.93rem;
        line-height: 49px;
    }
}

#info-home img{
    max-height: 203px;
}