/*.explore-page {*/
/*    padding: 40px 0;*/
/*}*/


/* INTRO */
.explore-intro {
    /*text-align: center;*/
    /*max-width: 900px;*/
    margin: 0 auto 70px auto;
}

.explore-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 40px;
}

.explore-item.reverse {
    flex-direction: row-reverse;
}

.explore-image {
    flex: 1;
}

.explore-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.explore-text {
    flex: 1;
}

.explore-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.explore-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.read-more-btn{
    padding: 12px 24px !important;
}

.post-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .explore-item,
    .explore-item.reverse {
        flex-direction: column;
    }
}
