.info-section {
    width: 100%;
    padding-top: 130px;
    height: auto;
    background-color: #000000;
    padding-bottom: 40px;
}

.member-info {
    width: 95%;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 10px;
}

.btn-pro {
    background: #D7772F!important;
    border-color: #D7772F;
}

.tab {
    overflow: hidden;
    width: 95%;
    max-width: 1160px;
    height: auto;
    min-height: 86px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-bottom: 1px solid #232323;
}

.tab button {
    cursor: pointer;
    transition: 0.3s;
    width: 232px;
    height: auto;
    justify-content: space-evenly;
    align-items: center;
    /* gap: 10px; */
    background-color: black;
    margin-top: 10px;
    padding-bottom: 10px;
}

.tablinks h3 {
    width: 100;
    margin: 0;
    text-align: center;
    font: normal normal normal 28px/32px fc_minimalregular;
    letter-spacing: 0px;
    color: var(--white-text-color);
    line-height: 22px;
    text-shadow: none;
}

.tablinks h4 {
    margin: 0;
    text-align: center;
    font: normal normal normal 16px/16px fc_minimalregular;
    letter-spacing: 0px;
    color: var(--white-text-color);
    text-shadow: none;
}

h3 {
    text-shadow: none;
}

.tablinks img {
    max-width: 45px;
    margin-bottom: 5px;
}

.tabcontent {
    width: 95%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}

.promotion-card {
    width: 98%;
    max-width: 480px;
    height: auto;
    min-height: 240px;
    display: flex;
    margin-bottom: 30px;
}

.promotion-card>img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    margin-right: 10px;
}

.promotion-details {
    width: 236px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    color: var(--white-text-color);
}

.promotion-details>div {
    width: 100%;
}

.promotion-details>div:nth-of-type(1) {
    border-bottom: 1px solid white;
    margin-bottom: 5px;
}

.promotion-details h5 {
    font: normal normal 500 24px/35px fc_minimalregular;
    letter-spacing: 1px;
}

.promotion-details p {
    font: normal normal normal 16px/24px fc_minimalregular;
}

.promotion-details a,
.promotion-details a:hover {
    display: block;
    text-decoration: none;
    width: 109px;
    height: 33px;
    border-radius: 60px;
    text-align: center;
    font: normal normal normal 18px/31px fc_minimalregular;
    color: var(--white-text-color);
    background: var(--blue-btn-bg);
    box-shadow: var(--blue-box-shadow);
}

.mx300 {
    max-width: 280px;
}

@media (max-width:576px) {
    .mx300 {
        max-width: 208px;
    }
    .tablinks img {
        max-width: 32px;
    }
}

@media (max-width:576px) {
    .tab button {
        width: 80px;
        height: auto;
        gap: 5px;
    }
    .tablinks h3 {
        font: normal normal normal 16px/24px fc_minimalregular;
    }
    .tablinks h4 {
        font: normal normal normal 8px/12px fc_minimalregular;
    }
    .tablinks img {
        width: 48px;
        height: auto;
    }
    .promotion-card {
        min-height: 150px;
        display: flex;
        margin-bottom: 20px;
    }
    .promotion-card>img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin-right: 10px;
    }
    .promotion-details {
        width: 150px;
        height: 150px;
        flex-direction: column;
    }
    .promotion-details>div {
        width: 100%;
        height: 50%;
    }
    .promotion-details>div:nth-of-type(1) {
        border-bottom: 1px solid white;
        margin-bottom: 5px;
    }
    .promotion-details h5 {
        font: normal normal 500 18px/22px fc_minimalregular;
        letter-spacing: 1px;
    }
    .promotion-details p {
        font: normal normal normal 14px/24px fc_minimalregular;
        margin: 0;
    }
    .promotion-details a,
    .promotion-details a:hover {
        width: 60px;
        height: 20px;
        border-radius: 30px;
        font: normal normal normal 14px/18px fc_minimalregular;
    }
}

@media (max-width:1028px) {
    .tab button {
        width: 80px;
        height: auto;
        gap: 5px;
    }
}

.img-fluid {
    width: 100%!important;
}

.card {
    background-color: transparent;
    color: #fff;
    border: none;
}

.tab button.active {
    border-bottom: 2px solid #b9a05a;
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}