.membership-info {
    top: 2700px;
    left:32px;
    width: 1856px;
    height: 400px;
    position: absolute;
    border-radius: 16px;
    background-image: url('../../new-ui-img/main/membership-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    font-size: 18px;
    color: #dbdcdf;
    font-family: Roboto;
}

.membership-info-heading-1 {
    position: absolute;
    top: 79.61px;
    left: calc(50% - 105.36px);
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.membership-info-heading-2 {
    position: absolute;
    top: 122.61px;
    left: calc(50% - 333.36px);
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
}

.membership-info-heading-3 {
    width: 500px;
    height: 48px;
    top: 192.8px;
    left: 698.47px;
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
}
.membership-info-heading-3-text {
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto;
    color: #dbdcdf;
    text-align: center;
}

/* 버튼 */
.membership-info-button { 
    position: absolute;
    top: 270.39px;
    left: 838.48px;
    width: 179px;
    height: 52px;
    backdrop-filter: blur(20px);
    border-radius: 12px;
    background-color: #f4f4f5;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    text-align: center;
}
.membership-info-button-text {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 18px;
    color: #00b872;
    font-family: Roboto;
}


