
.contactPage{
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.contactText h2{
    font-family: boldText;
}

.contactPage p{
    font-family: lightText;
    font-size: 1.2rem;
    letter-spacing: .15rem;
    margin: 0;
    color: #3a3a3a;
}

.contactPage p:nth-of-type(2){
    max-width: 25ch;
}

.contactPage p:nth-of-type(2){
    text-align: right;
}

.contactPage .contactText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

@media only screen and (max-width: 767px) {
    .contactPage .contactText{
        align-items: center;
    }

    .contactPage p:nth-of-type(2){
        text-align: center;
    }
}