html, body {
    overflow-x: hidden;
}
.page-content{
    margin-top: 7.70833vw;
    width: 66.92708vw;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
h3{
color: var(--Black-Black-Basic, #0A0A0A);
text-align: center;
font-family: "Despair Display";
font-size: 3.33333vw ;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 3.33333vw */
letter-spacing: -0.06667vw;
text-transform: uppercase ;
margin-bottom: 3.125vw;
}
h2{
    color: var(--Black-Black-Basic, #0A0A0A);
/* Desktop/Card Text/Card Big */
font-family: "Despair Display";
font-size: 2.08333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 2.08333vw */
letter-spacing: -0.04167vw;
text-transform: uppercase;
margin-bottom: 1.5625vw;
}
p{
    color: var(--Black-Black-Basic, #0A0A0A);
/* Desktop/Text/Text Small */
font-family: "Inter";
font-size: 0.9375vw;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 1.03125vw */
letter-spacing: -0.01875vw;
margin-bottom: 2.08333vw;
}

@media (max-width: 1024px) {

.page-content{
    margin-top: 11.52344vw;
    width: 96.09375vw;
}
h3{
font-size: 6.25vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.625vw */
letter-spacing: -0.125vw;
text-transform: uppercase;
margin-bottom: 3.90625vw;
}
h2{
font-family: "Despair Display";
font-size: 2.34375vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 2.34375vw */
letter-spacing: -0.04688vw;
text-transform: uppercase;
margin-bottom: 1.95312vw;
}
p{
font-size: 1.36719vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 1.64062vw */
letter-spacing: -0.02734vw;
margin-bottom: 2.92969vw;
}

}

@media (max-width: 375px) {


.page-content{
    margin-top: 20.8vw;
    width: 94.66667vw;
}
h3{
font-size: 6.4vw;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 5.76vw */
letter-spacing: -0.128vw;
text-transform: uppercase;
margin-bottom: 5.33333vw;
}
h2{
font-size: 5.33333vw;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 5.33333vw */
letter-spacing: -0.10667vw;
text-transform: uppercase;
margin-bottom: 2.66667vw;
}
p{
font-size: 3.73333vw;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 4.48vw */
letter-spacing: -0.07467vw;
margin-bottom: 5.33333vw;
}

}