.explore {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.explore h2 {
    font-weight: bold;
    text-align: end;
    font-size: 32px;
}

.border-explore {
    position: relative;
    margin: 50px;
    background: #F3EBE44D 0% 0% no-repeat padding-box;
    border: 3px solid #FF8400;
    border-radius: 20px;
}


@media screen and (max-width: 992px) {
    .border-explore {
        flex-direction: column;
        align-items: center;
    }

    .explore h2 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .border-explore .all-btn {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    section.explore .explore-link {
        text-align: center !important;
    }
}