.desktop-nav-list {
    display: flex;
    gap: 20px;
    align-items: center
}

.burger {
    display: none
}

header {
    padding: 20px 40px
}

.logo img {
    width: 40px
}

.logo span {
    font-size: 20px
}

.desktop-nav-list a {
    font-weight: 500;
    font-size: 16px;
    color: #222;
    text-decoration: none
}

.desktop-nav-list .btn {
    font-size: 22px;
    width: auto;
    color: #00188f;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px
}

.info-card>* {
    flex: 1 1 50%
}

.section-title {
    font-size: 42px;
    margin-bottom: 60px
}

.section-desc {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px
}

.info-card.reverse {
    flex-direction: row-reverse
}

.info-card {
    flex-direction: row;
    margin-bottom: 60px;
    gap: 40px
}

.info-card-text h3 {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 15px
}

.info-card-text p {
    margin-bottom: 0
}

.info-card-img {
    max-height: 222px;
    border-radius: 15px;
    position: relative
}

.info-card-img img {
    height: 222px
}

.info-card-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 215, 0, .1);
    border-radius: 15px;
    z-index: 1;
    pointer-events: none
}

section:not(.intro) {
    padding-top: 60px;
    padding-bottom: 60px
}

.btn.end-section {
    width: 410px
}

.card-img--2,
.card-img--3,
.card-img--9 {
    object-position: center -250px
}

@media (max-width:1024px) {
    .desktop-nav-list {
        gap: 10px;
        padding: 0 10px
    }

    .desktop-nav-list a {
        font-size: 14px
    }

    .desktop-nav-list .btn {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px
    }

    .info-card {
        gap: 20px
    }

    .card-img--2 {
        object-position: center -110px
    }

    .card-img--3 {
        object-position: center -130px
    }

    .card-img--9 {
        object-position: center -120px
    }
}

.faq-container {
    max-width: none;
    width: 90%
}

.faq-question {
    padding-left: 10px
}

.faq-question span {
    font-size: 18px
}

.themed-section {
    padding-top: 65px;
    padding-bottom: 65px
}

.container.contact {
    padding-top: 100px;
    padding-bottom: 100px
}

footer .content .logo span {
    font-size: 50px
}

footer .content .logo img {
    width: 65px
}

footer .content .logo {
    gap: 40px;
    padding: 40px 0 20px
}

footer .menu-contact {
    width: auto
}

footer .links-wrapper {
    display: flex;
    justify-content: space-between
}

.tips-wrapper {
    gap: 30px
}

.tips-item {
    max-width: 800px
}

.tips-item h3 {
    font-size: 28px;
    margin-bottom: 20px
}

@media (min-width:1241px) {
    .container {
        padding: 0
    }
}