.membership-box{
    border-left:10px solid var(--main-color-one);
    background-color: #efefef;
    padding:30px;
}

.title--big {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.membership-header-img{
    height:300px;
}
.member-img{
    height:230px;
}
[role='button']{
    cursor: pointer;
}

#support-details label {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #0d2366;
    margin-bottom: 8px;
}

#support-details > div .sub-detail {
    line-height: 28px;
}



#support-details a{
    text-decoration: none;
    color: #528ff0;
    display: inline-block;
}

 #support-details div {
    vertical-align: middle;
}
 #support-details svg {
    fill: #0d2366;
    width: 16px;
    margin-right: 8px;
}

 #support-details a div {
    color: #0d2366;
    font-size: 14px;
    display: inline-block;
}

#terms-details label {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #0d2366;
    margin-bottom: 8px;
}
#terms-details a {
    text-decoration: none;
    color: #528ff0;
    display: inline-block;
}
.form-label.required::after{
    content: '*';
    color: red;
}