@media (max-width: 990px) {
    .left-content img {
        width: -webkit-fill-available;
    }

    .item-link {
        font-size: 1.1rem !important;
    }

    .item-nav:not(:last-child) {
        margin-right: 10px;
    }

    .item-nav {
        margin-bottom: 15px;
    }

    .hero-block {
        padding-top: 20%;
    }

    .section-offset {
        padding: 50px 0 !important;
    }
}

@media (max-width: 1200px) {
    .bra-tr-100,
    .bra-bl-100 {
        border-radius: 20px !important;
    }
}

@media (max-width: 1220px) {
    .circle-container {
        display: none !important;
    }

    .section-description {
        width: 100% !important;
        text-align: center;
    }

    .left-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}