section {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-left: 30px;
}

h1 {
    text-align: center;
    font-size: 50px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 20px;
}

h2 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    font-weight: 200;
    color: black;
    margin: 0px;
    margin-bottom: 10px;
}

.info {
    margin-bottom: 23px;
}

p a {
    color: black;
    font-weight: 500;
}