.golf-with-text {
    position: relative;
    overflow: hidden;
}
.golf-with-text__row {
    position: relative;
    z-index: 1;
}
.golf-with-text__content {
    position: relative;
    z-index: 2;
}
.golf-with-text__title {
    color: rgba(26,46,87,1);
    font-weight: 800;
}
.golf-with-text__subtitle {
    color: rgba(26,46,87,1);
    font-weight: 700;
}
.golf-with-text__text,
.golf-with-text__item {
    color: #0064A3;
    font-weight: 400;
}
.golf-with-text__text {
    display: block;
}
.golf-with-text__amenities-item {
    flex: 0 1 25%;
}
.golf-with-text__amenities-ico {
    display: block;
    margin: 0 auto;
}
.golf-with-text__amenities-text {
    color: #1A2E57;
    letter-spacing: 0.2px;
}
.golf-with-text__item {
    position: relative;
}
.golf-with-text__item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #0064A3;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.golf-with-text .bttn-ghost {
    color: var(--navy-blue);
}
@media only screen
and (min-width : 961px) {

    .golf-with-text {
        margin-top: 10rem;
    }
    .golf-with-text__row {
        padding-bottom: 7rem;
    }
    .golf-with-text__description {
        position: relative;
    }
    .golf-with-text__description::before {
        content: '';
        width: 200vw;
        position: absolute;
        left: -100vw;
        background-color: #EDF8FB;
        z-index: -1;
        top: -3rem;
        height: 200%;
    }
    .golf-with-text__head {
        margin-bottom: 5.4rem;
    }
    .golf-with-text__title {
        margin: 5.4rem 0 1rem;
        font-size: 3.6em;
    }
    .golf-with-text__subtitle {
        font-size: 1.6em;
        letter-spacing: 0.1px;
        line-height: 1.429em;
    }
    .golf-with-text__text {
        font-size: 1.6em;
        letter-spacing: 0.77px;
        line-height: 1.929em;
        margin-bottom: 1.2rem;
    }
    .golf-with-text__item {
        font-size: 1.6em;
        line-height: 1.929em;
        padding-left: 2rem;
    }
    .golf-with-text__action {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 3rem;
    }
    .golf-with-text__action-item:not(:last-child) {
        margin-right: 5.92rem;
    }
    .golf-with-text__action-item .bttn{
        padding: 2.5rem 3.1rem;
    } 
    .golf-with-text__figure {
        width: 100%;
        height: 36.4rem;
        margin-bottom: 5rem;
    }
    .golf-with-text__amenities-list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .golf-with-text__amenities-item {
        text-align: center;
        margin-bottom: 4.9rem;
    }
    .golf-with-text__amenities-ico {
        width: 5em;
        height: 5em;
        object-fit: contain;
        margin-bottom: 1rem;
    }
    .golf-with-text__amenities-text {
        font-size: 1.2rem;
        line-height: 1.6em;
    }
}
@media only screen
and (max-width : 960px) {
    
    .golf-with-text {
        margin-top: 14.2rem;
    }
    .golf-with-text__row {
        padding-bottom: 8.2rem;
    }
    .golf-with-text__row::before {
        content: '';
        width: 200vw;
        position: absolute;
        left: -100vw;
        background-color: #EDF8FB;
        z-index: -1;
        top: 18.7rem;
        height: 100%;
    }
    .golf-with-text__content {
        position: static;
    }
    .golf-with-text__content--info {
        order: -1;
        padding-top: 37.4rem;
    }
    .golf-with-text__figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 6.5rem;
        height: 37.4rem;
        background-color: transparent;
    }
    .golf-with-text__head {
        margin-bottom: 2.8rem;
    }
    .golf-with-text__title {
        margin:  8.2rem 0 1.7rem;
        font-size: 5em;
        letter-spacing: 1.07px;
        line-height: 1.040em;
    }
    .golf-with-text__subtitle {
        font-size: 2.6em;
        letter-spacing: 0.19px;
        line-height: 1.231em;
    }
    .golf-with-text__text {
        font-size: 2.6em;
        letter-spacing: 0.56px;
        line-height: 1.694em;
        margin-bottom: 2rem;
    }
    .golf-with-text__item {
        font-size: 2.6em;
        line-height: 1.694em;
        padding-left: 2rem;
    }
    .golf-with-text__item::before {
        top: 1.5rem;
        transform: none;
    }
    .golf-with-text__action {
        margin-top: 9.1rem;
    }
    .golf-with-text__action-item:not(:last-child) {
        margin-bottom: 4.1rem;
    }
    .golf-with-text__action-item:last-child {
        margin-bottom: 5rem;
    }
    .golf-with-text__amenities-list {
        position: relative;
        left: -4.2rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 9.1rem;
    }
    .golf-with-text__amenities-item {
        text-align: center;
        margin-bottom: 4.9rem;
    }
    .golf-with-text__amenities-ico {
        width: 5em;
        height: 5em;
        object-fit: contain;
        margin-bottom: 1rem;
    }
    .golf-with-text__amenities-text {
        display: inline-block;
        font-size: 2em;
        letter-spacing: 0.22px;
        line-height: 1em;
        max-width: 11rem;
    }
}