.container {
    display: flex;
    flex-wrap: wrap;
}

.container .subcontainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

h1 {
    font-size: 60px;
    margin-bottom: 0;
}

p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 550;
}