.text-blue {
    color: rgb(155, 176, 192) !important
}

.text-grey {
    color: #1d4b80 !important;
    background-color: #ffffff !important;
}
.bg-grey {
    color: #ffffff !important;
    background-color: #1d4a7f !important;
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

[class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: 1.2 !important;
}

.max-width {
    max-width: 65% !important;
}

section:nth-of-type(odd) {
    color: #ffffff !important;
    background-color: #1d4a7f !important;
    background-image: url("../img/wave-c4f72d3a28b1698f2c5e601173c8a81b.svg"); /* ou wave.svg */
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}

footer {
    background-color: #132e4a !important;
}
