@charset "UTF-8";

a#sv+section p {
    font-size: 2.4rem;
}

a#sv+section p u {
    text-underline-offset: 10px;
}

@media screen and (max-width: 1350px) {
    a#sv+section p {
        letter-spacing: 0 !important;
        font-size: 2.52rem !important;
    }
}

@media screen and (max-width: 800px) {
    a#sv+section p {
        font-size: 2.16rem !important;
        padding-left: 10px;
    }
}

a#sv+section img {
    /*width: 65% !important;*/
    width: 100% !important;
}

/*@media screen and (max-width: 900px) {
a#sv+section img {
    width: 50% !important;
}
}

@media screen and (max-width: 480px) {
a#sv+section img {
    width: 70% !important;
}
}*/