.inp-destino-content {
    padding: 84px 0;
    background: #f7f8f4;
}

.inp-destino-content__main {
    max-width: 1180px;
}

.inp-destino-content__eyebrow,
.inp-destino-keywords__label,
.inp-destino-map__head span {
    display: inline-block;
    margin-bottom: 10px;
    color: #8fa33c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.inp-destino-content h2 {
    max-width: 950px;
    margin: 0;
    color: #202720;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 800;
}

.inp-destino-content__location {
    margin: 14px 0 0;
    color: #687069;
    font-size: 14px;
    font-weight: 700;
}

.inp-destino-content__text {
    max-width: 1120px;
    margin-top: 28px;
    color: #424a43;
    font-size: 16px;
    line-height: 1.82;
}

.inp-destino-content__text p {
    margin: 0 0 18px;
}

.inp-destino-content__text h2,
.inp-destino-content__text h3,
.inp-destino-content__text h4 {
    margin: 30px 0 12px;
    color: #202720;
    letter-spacing: -.02em;
}

.inp-destino-content__text a {
    color: #7f9233;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.inp-destino-keywords {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #dde2d5;
}

.inp-destino-keywords__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inp-destino-keyword {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #dce2d4;
    border-radius: 999px;
    background: #fff;
    color: #343c34;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.inp-destino-map {
    margin-top: 56px;
    overflow: hidden;
    border: 1px solid #dde2d5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(30, 39, 28, .07);
}

.inp-destino-map__head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    padding: 26px 30px 22px;
}

.inp-destino-map__head h3 {
    margin: 0;
    color: #202720;
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.18;
    letter-spacing: -.025em;
    font-weight: 800;
}

.inp-destino-map__head strong {
    max-width: 360px;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}

.inp-destino-map__frame {
    position: relative;
    width: 100%;
    height: 420px;
    background: #eef1e9;
}

.inp-destino-map__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 760px) {
    .inp-destino-content {
        padding: 62px 0;
    }

    .inp-destino-map__head {
        display: block;
        padding: 22px 22px 18px;
    }

    .inp-destino-map__head strong {
        display: block;
        max-width: none;
        margin-top: 12px;
        text-align: left;
    }

    .inp-destino-map__frame {
        height: 330px;
    }
}
