.member{height:590px !important;}
.cat-membership{
    border: 2px dotted #3b5998;
    padding: 50px 0px 35px;
    border-radius: 15px;
    background: #eff8fc;
    height: 299px;
}
.cat-membership img{
    width: 160px;
}
.cat-membership h4 {
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #184a74;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background: rgb(177, 50, 151);
    background: linear-gradient(100deg, rgb(197 232 247) 3%, rgb(249 212 213) 40%);
    margin: 11px;
    border-radius: 10px;
    padding: 10px;
    border: 1px dotted #184a74;
}
.cat-membership-1{
    border: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    background: unset !important;
    height: unset !important;
}