* {
    font-family: "Montserrat", sans-serif;
    --pink: #ed1969;
    --blue: #1c3a8e;
}

body,
html {
    overflow-x: hidden;
}

section {
    margin-top: 60px;
}

.reimbursement__title {
    color: var(--blue);
    font-size: 28px;
    font-weight: 700;
}

.reimbursement__sub {
    font-size: 20px;
    font-weight: 500;
}

.reimbursement__paragraph {
    font-size: 18px;
    font-weight: 500;
}

.reimbursement__paragraph--smallweight {
    font-weight: 300;
}

.reimbursement__separator {
    width: 120px;
    border-top: 1px solid var(--pink);
    margin-top: 10px;
    margin-bottom: 10px;
}

.reimbursement__subtitles {
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
}

.reimbursement__sub--small {
    font-size: 18px;
    font-weight: 500;
}

