@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) and (max-width: 959px) {

}
@media screen and (min-width: 960px) and (max-width: 1263px) {

}

@media screen and (min-width: 1264px) and (max-width: 1904px) {
}

@media screen and (min-width: 1904px) {
}

.hello {
    font-family: "MYRIADPRO-SEMIBOLDSEMIEXT_0", sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #565656;
    margin-bottom: 0;
}

.content {
    font-family: "MYRIADPRO-IT", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #565656;
}