.ty-container
{
    background: white;
    border-radius: 35px;
}


section.ty-page-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ty-container
{
    padding: 100px;
    max-width: 50vw;
}


.ty-container h2
{
    font-family: "Onest";
    color: #1f1f1f;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.ty-container p
{
    font-family: "Onest";
    font-size: 22px;
    margin-bottom: 30px;
    color: #909090 !important;
    text-align: center;
}

.ty-container .global-btn-yellow
{
    margin: 0 auto;
}

@media(min-width:768px) and (max-width: 1550px)
{
    .ty-container h2
    {
        font-size: 40px;
    }

    .ty-container p
    {
        font-size: 18px;
    }
}

@media (max-width: 767px)
{
    .ty-container h2
    {
        font-size: 30px;
    }

    .ty-container p
    {
        font-size: 13px;
    }
}

@media(max-width:1024px)
{
    .ty-container {
    padding: 50px;
    max-width: 80vw;
}

.global-btn-yellow {
max-width: 100%;
height: 60px;
font-size: 16px;
}
}