.custom-membership-tabs-wrapper {
    padding-bottom: 22px;
}

.tab-titles {
    display: flex;
    column-gap: 22px;
    overflow: scroll;
    transform: translateY(50px);
}

.tab-title {
    font: 18px/24px Roboto;
    letter-spacing: -0.32px;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
    height: 24px;
}

.tab-title.active {
    font-weight: 900;
    letter-spacing: -0.36px;
    color: #d97b08;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }
  

.tab-item {
    display: flex;
    column-gap: 30px;
}

.tab-header {
    max-width: 50%;
    padding: 20px 0;
}

.sector-title {
    padding-top: 70px;
}

.heading {
    margin-bottom: 15px;
}

.description {
    font: normal normal normal 18px/26px Roboto;
    letter-spacing: -0.36px;
    color: #333333CC;
}

.tab-buttons {
    margin-top: 22px;
    display: flex;
    column-gap: 30px;
}

.tab-img-wrapper {
    width: 50%;
    height: auto;
    position: relative;
}

.tab-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 780px) {
    .tab-titles {
        justify-content: center;
        transform: none;
        margin-bottom: 35px;
    }

    .tab-item {
        flex-direction: column-reverse;
    }

    .tab-header {
        max-width: 100%;
    }

    .tab-buttons {
        column-gap: 16px;
    }

    .tab-img-wrapper {
        width: 100%;
        height: 163px;
    }

    .tab-item {
        max-height: unset;
    }

    .sector-title {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .heading {
        margin-bottom: 11px;
    }
}
