.contactSection {
    padding: 64px 5%;
}

.contactSection .flex-col2 {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
}

.contactSection .flex-col2 .content--titleBox {

}

.contactSection .content--title {
    font-size: 3.2rem;
    text-align: center;
}

.contactSection .flex-col2 {
    margin-top: 40px;
}

.contactSection .content--text {
    font-size: 1.6rem;
    line-height: 1.5;
}