strong {
    font-weight: 600;
}

::selection {
    background-color: #0068b1;
    color: #fff;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.77778;
    overflow-wrap: normal;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px;
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.41666667;
}

a {
    font-weight: 600;
    color: #0068b1;
}

nav .container a[convertir] {
    background: #0068b1;
    border-radius: 50px;
    color: white !important;
}

nav .container a:hover {
    color: #0068b1;
}

nav .container a:nth-child(3) {
    display: none;
}

.reviews a {
    user-select: initial;
}

footer .container .brand div.contenu img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(67%) saturate(6718%) hue-rotate(192deg) brightness(90%) contrast(100%);
}

.b-sep {
    display: flex;
    justify-content: space-between;
}

.b-left p:first-child {
    margin-top: 0;
}

.b-left {
    width: calc(70% - 30px);
}

.b-right {
    width: 30%;
    background: #f4f4f4;
    padding: 20px;
    height: fit-content;
    border-radius: 20px;
}

.b-right h3 {
    margin: 0;
}

.infos {
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 15px;
}

@media screen and (max-width: 900px) {
    .b-sep {
        flex-direction: column-reverse;
    }

    .b-left, .b-right {
        width: 100%;
    }

    .b-right {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 35px;
    }
}