.footer__map {
    max-width: 655px;
    width: 100%;
    aspect-ratio: 655/330
}

.footer__map iframe {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.our-mission {
    justify-self: end;
    width: 100%;
    max-width: unset;
}



.about-company__article {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.about-company__info {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.border--black {
    position: relative;
}

.about-company__wrapper {
    padding-left: unset;
    padding-right: unset;
}

.projects__header-title {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.projects__wrapper {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 50px;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.projects__card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media(min-width: 1400px) {
    .about-company__info-numbers>.border--black:not(:first-child) {
        padding-left: 50px;
    }

    .about-company__info-numbers>.border--black:not(:first-child)::after {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 100%;
        background-color: #D9D9D9;
    }
}

.about-company__info-numbers {
    gap: 30px;
    height: unset;
}

@media (max-width: 1400px) {
    .about-company__info {
        gap: 30px;
    }

    .line {
        width: 100%;
        height: 2px;
        background: #D9D9D9;
    }



    .about-company__article {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1023px) {
    .projects__tags {
        grid-row: 2;
        flex-direction: unset;
    }

    .projects__wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 0;
    }



    .footer__map {
        max-width: 100%;
        aspect-ratio: 240/240
    }
}

.projects__swiper-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 30px;
    margin-left: auto;
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .projects__swiper-navigation {
        margin-right: 0;
    }
}

.footer__title-text:hover {
    color: #F8B324
}

.footer__info-content {
    width: 100%;
}

.footer__copyright {
    display: block;
}

.footer__title-container img {
    height: 24px;
    max-width: 19px;
}

.footer__info {
    display: grid;
    grid-template-columns: 0.6fr 0.6fr 1fr 1.4fr;
}

@media(max-width: 1400px) {
    .footer__info {
        row-gap: 20px;
        grid-template-columns: 0.8fr 1.2fr;
    }
}

@media(min-width: 780) {
    .footer__social--mobile {
        display: none;
    }
}

@media(max-width: 780px) {
    .footer__social--mobile {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        display: flex;
    }

    .footer__copyright--tablet {
        grid-row: -1;
    }

    .footer__map {
        aspect-ratio: 655 / 330;
    }

    .footer__info {
        row-gap: 20px;
        grid-template-columns: 1fr;
    }
}

@media(max-width:550px) {
    .about-company__img-wrapper {
        padding: 10px 20px;
    }
}


@media(max-width: 360px) {

    .footer__social--mobile {
        width: 73%;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .lg\:min-w-\[370px\] {
        min-width: 370px;
    }

}

.bx-check {
    max-width: 4rem;
    max-height: 2rem;
    font-size: 0.8rem;
}

.border-yellow {
    border-color: #F8B324;
}

footer {
    overflow: hidden;
}

.grid {
    display: grid;
}

@media (min-width: 768px) {
    .md\:w-\[350px\] {
        width: 350px;
    }

    .md:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .md:justify-between {
        justify-content: space-between;
    }

    .md:relative {
        position: relative;
    }
}

.text-yellow {
    color: #F8B324;
}