.press h2 {
    font-size: 18px;
    color: #422a0a;
    margin-bottom: 0;
}

.outstanding {
    font-size: 14px;
    line-height: 1.35;
}

.outstanding-title {
    margin-bottom: 30px;
}

.outstanding-title p {
    max-width: 50ch;
    margin: 0 auto;
    font-size: 16px;
}

.outstanding-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.outstanding-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
    width: 100%;
}

.outstanding-item-number {
    position: absolute;
    bottom: 0px;
    left: 15px;
    font-size: 50px;
    font-weight: 800;
    color: white;
    text-shadow: 1px 1px 20px #000;
}

.outstanding-item-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.7;
    background-size: cover;
    background-position-x: 0px;    
}   


.outstanding-item-1 .outstanding-item-image {
    background-image: url(../images/excursions/1.webp);
}

.outstanding-item-2 .outstanding-item-image {
    background-image: url(../images/excursions/2.webp);
}

.outstanding-item-3 .outstanding-item-image {
    background-image: url(../images/excursions/3.webp);
}

.outstanding-item-4 .outstanding-item-image {
    background-image: url(../images/excursions/4.webp);
}

.outstanding-item-image img {
}

.outstanding-item-text-wrapper {
    position: relative;
}

.outstanding-item-text {
    background-color: #d4fff6;
    padding: 20px 15px;
    width: 100%;
}

.outstanding-item-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #00876d;
    text-align: left;
    margin: 0;
}

.outstanding-item-text span {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

.social {
    padding-bottom: 10vw;
}

.social-list {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.social h2 {
    font-size: 5.797vw;
    margin-bottom: 2.415vw;
    color: #00876d;
}

.social-item {
    text-align: center;
    flex-shrink: 0;
    width: 25%;
}

.social-icon {
    width: 65%;
    margin: 0 auto 5px;
}

.social-list span {
    font-size: 12px;
    font-weight: 700;
}

@media screen and (min-width: 640px) {

    .press h2 {
        font-size: 2.292vw;
        width: 36ch;
        color: #422a0a;
        margin-bottom: 0;
    }

    .outstanding {
        font-size: 1.042vw;
        line-height: 1.35;
    }

    .outstanding-title {
        margin-bottom: 1.563vw;
    }

    .outstanding-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0px;
        gap: unset;
    }

    .outstanding-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 1;
        width: 24.5%;
    }

    .outstanding-item-number {
        position: absolute;
        bottom: 0.521vw;
        left: 1.302vw;
        font-size: 1.563vw;
        font-weight: 800;
        color: white;
        text-shadow: 1px 1px 1.042vw #000;
    }

    .outstanding-item-image {
        position: relative;
        width: 100%;
        aspect-ratio: 1.7;
        background-size: cover;
        background-position-x: 0px;
    }   

    .outstanding-item-image img {
    }

    .outstanding-item-text-wrapper {
        position: relative;
    }

    .outstanding-item-text {
        padding: 0.521vw 0.521vw 0.521vw 1.042vw;
        min-height: 5.365vw;
    }

    .outstanding-item-text h3 {
        font-size: 1.146vw;
        margin-bottom: 0.156vw;
    }

    .outstanding-item-text span {
        display: block;
        font-size: 0.677vw;
        line-height: 1.3;
    }

    .social {
        margin-top: 1.563vw;
        padding-bottom: 2.604vw;
    }

    .social-list {
        max-width: 57.031vw;
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }

    .social h2 {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .social-item {
        text-align: center;
        flex-shrink: 0;
        width: 20%;
    }

    .social-icon {
        width: 65%;
        margin: 0 auto 20px;
    }

    .social-list span {
        font-size: 16px;
        font-weight: 700;
    }

}

@media screen and (min-width: 1300px) {

    .press h2 {
        font-size: 44px;
        width: 36ch;
        color: #422a0a;
        margin-bottom: 0;
    }

    .outstanding {
        font-size: 20px;
        line-height: 1.35;
    }

    .outstanding-title {
        margin-bottom: 30px;
    }

    .outstanding-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0px;
        gap: unset;
    }

    .outstanding-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 1;
        width: 24.5%;
    }

    .outstanding-item-number {
        position: absolute;
        bottom: 10px;
        left: 25px;
        font-size: 30px;
        font-weight: 800;
        color: white;
        text-shadow: 1px 1px 20px #000;
    }

    .outstanding-item-image {
        position: relative;
        width: 100%;
        aspect-ratio: 1.7;
        background-size: cover;
        background-position-x: 0px;
    }   

    .outstanding-item-image img {
    }

    .outstanding-item-text-wrapper {
        position: relative;
    }

    .outstanding-item-text {
        padding: 10px 10px 10px 20px;
        min-height: 103px;
    }

    .outstanding-item-text h3 {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .outstanding-item-text span {
        display: block;
        font-size: 13px;
        line-height: 1.3;
    }

    .social {
        margin-top: 30px;
        padding-bottom: 80px;
    }

    .social-list {
        max-width: 1095px;
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }

    .social h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .social-item {
        text-align: center;
        flex-shrink: 0;
        width: 20%;
    }

    .social-icon {
        width: 65%;
        margin: 0 auto 20px;
    }

    .social-list span {
        font-size: 16px;
        font-weight: 700;
    }

}