@media screen and (max-width: 1760px) {
    p {
        font-size: 45px;
    }
}

@media screen and (max-width: 1600px) {
    p {
        font-size: 40px;
    }
}

@media screen and (max-width: 1440px) {
    p {
        font-size: 35px;
    }
}

@media screen and (max-width: 1280px) {
    p {
        font-size: 30px;
    }
}

@media screen and (max-width: 1080px) {
    p {
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    p {
        font-size: 20px;
    }
}

@media screen and (max-height: 860px) {
    .main {
        margin-top: 9%;
    }
}
