main{
    padding-top: 165px !important;
    min-height: calc(100vh - 515px);
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section{
    width: calc(100% - 60px);
    padding: 60px 30px;
    color: var(--text-black);
    scroll-margin-top: 160px;
}

.section p{
    font-size: .9rem;
    line-height: 1.5;
}

.section h3{
    font-size: 1.3rem;
}

.title{
    font-size: 2rem;
    margin: 0;
    text-align: center;
    width: 100%;
}

.subtitle{
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

.text{
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}