section {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1 {
    color: #212121;
    font-family:  "Mazzard", sans-serif;
    font-size: 7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 84.286px */
    text-transform: uppercase;
}
h2 {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 30.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 85%; /* 366.092px */
}
p {
    max-width: 923px;
    color: #212121;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 30px */
    margin: 0 0 60px !important;
}
a {
    border-radius: 112.67px;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFF;
    padding: 23px 58px;
    color: #FFF;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 124.535% */
}
@media(max-width: 1200px) {
    p {
        max-width: 700px;
    }
}
@media(max-width: 700px) {
    p {
        max-width: 400px;
    }
    h2 {
        font-size: 24rem;
    }
}