.location-image-text__wrapper {
    border-radius: 28px;
    padding: 28px 19px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 35px;
    flex-direction: column;
}

.location-image-text__wrapper__image {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 22px;
}

.location-image-text-image {
    width: calc(50% - 5px);
    border-radius: 17px;
    aspect-ratio: 2 / 2.09;
    overflow: hidden;
}


.location-image-text-image:nth-child(2),
.location-image-text-image:nth-child(3) {
    border-radius: 50%;
}

.location-image-text__wrapper__content .btn-group {
    min-width: 301px;
}

.location-image-text-link__col a {
    display: block;
    background: #0C0C0C;
    border-radius: 30px;
    position: relative;
    border-bottom: none;
    padding: 22px 20px 22px 69px;
}

.location-image-text-link__col a:after {
    content: "\e908";
    font-family: 'bar-icon';
    position: absolute;
    left: 15px;
    font-size: 43px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    top: 50%;
    transform: translate(0, -50%);
}

.location-image-text-link__col a h3 {
    font-size: 25px;
    line-height: 1em;
    margin: 0;
}

.location-image-text-link__col a .btn {
    font-size: 18px;
    padding: 0 23px 0 0;
}

.location-image-text-link__col a .btn:after {
    font-size: 16px;
}

.location-image-text-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
    padding-right: 0;
    margin-bottom: 23px;
}


@media(min-width: 768px) {
    .location-image-text__wrapper {
        border-radius: 50px;
        padding: 50px 48px;
        gap: 50px;
    }

    .location-image-text-link {
        flex-direction: row;
        gap: 20px;
        padding-right: 0;
    }

    .location-image-text-link__col {
        width: calc(50% - 10px);
    }

    .location-image-text-link__col a {
        padding: 19px 20px 19px 69px;
    }


    .location-image-text-link__col a h3 {
        margin: 0 0 5px;
    }

    .location-image-text__wrapper__image {
        gap: 24px 20px;
        padding-right: 0;
    }

    .location-image-text-image {
        width: calc(50% - 10px);
        border-radius: 30px;
        aspect-ratio: 2 / 2.08;
    }

    .location-image-text__wrapper__content .btn-group {
        gap: 20px;
    }
}



@media(min-width: 1200px) {
    .location-image-text__wrapper {
        border-radius: 75px;
        padding: 40px 30px;
        gap: 20px;
        align-items: center;
        flex-direction: row;
    }

    .location-image-text__wrapper__content {
        width: calc(56% - 56px);
    }

    .location-image-text__wrapper__image {
        width: calc(44% - 24px);
        align-items: center;
    }

    .location-image-text-image {
        width: calc(50% + 32px);
        aspect-ratio: 2 / 1.56;
    }

    .location-image-text-image:nth-child(2),
    .location-image-text-image:nth-child(3) {
        width: calc(50% - 52px);
        aspect-ratio: 2 / 2;
    }

    .location-image-text-link__col a h3 {
        font-size: 30px;
    }

    

    .location-image-text-link {
        margin-bottom: 35px;
    }

    .location-image-text-link__col a:hover {
        background: #303030;
    }

    .location-image-text-link__col a:hover .btn {
        color: #fff;
    }

    .location-image-text--homepage {
        background: #0C0C0C;
        margin: 0 !important;
        padding-top: 100px !important;
    }

    .location-image-text__wrapper__content .btn-group {
        gap: 20px 15px;
    }
}

@media(min-width: 1600px) {
    .location-image-text-link__col a {
        padding: 19px 20px 19px 92px;
    }

    .location-image-text-link__col a:after {
        left: 13px;
        font-size: 67px;
    }

    .location-image-text-link__col a h3 {
        font-size: 40px;
    }

    .location-image-text__wrapper {
        padding: 80px 60px;
        gap: 90px;
    }
}

@media( min-width : 1960px ) {
    .location-image-text__wrapper__content p {
        text-align: justify;
    }
}