
.flexCenterColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flexCenterRow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleBorder {
    border-bottom: 8px solid #296EF6;
    width: 65px;
    margin-top: 15px;
}

.comTitle {
    padding: 50px 0 70px 0;
    color: #282828;
}