    .explore-image-col {
        overflow: hidden;
        background-color: #e8e0f0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .explore-tall-image {
        margin-top: 50px;
        width: 100%;
        object-fit: contain;
        display: block;
        padding: 0 20px 20px 20px;
    }

    .explore-sidebar-header {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 40px 0 40px;
    }

    .explore-sidebar-text {
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px 40px 40px;
    }

    .explore-sidebar-title {
        font-family: "acumin-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        line-height: 1.2;
        color: #2b2640;
        text-align: left;
        margin: 0;
    }

    .explore-sidebar-desc {
        font-family: "acumin-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        line-height: 1.5;
        color: #6b7280;
        text-align: left;
        margin: 0;
    }

    .method-card-full {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .method-card-link:hover {
        text-decoration: underline;
        /* color: #6e4444; */
    }
