.title {
    font-family: 'Satoshi-Black';
    color: #023047;
    font-size: 30px;
}

.headerContainer {
    padding-top: 100px;
    padding-bottom: 80px;
}

.subTitle {
    font-family: 'Satoshi-Bold';
    color: #023047;
    font-size: 26px;
}

.paragraph {
    color: #1B4559;
    font-family: Satoshi-Regular;
    font-size: 18px;
    line-height: 36px;
}

.formationContainer {
    padding: 0px 18px;
}

.formationDot {
    width: 22px;
    height: 22px;
    border-radius: 25px;
    background: #FFB703
}

.formationDates {
    color: #678391;
    font-family: Satoshi-Regular;
    font-size: 14px
}

.formationTitle {
    color: #023047;
    font-family: Satoshi-Bold;
    font-size: 20px
}

.formationDescription {
    color: #1B4559;
    font-family: Satoshi-Regular;
    font-size: 18px
}
