.title{
    margin: 36px 0 36px 0;
    font-size: 48px;
}

.sub-section{
    height: 400px;
    display: grid;
    place-content: center;
}

.sub-section h3{
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}