.white-block{
    padding: 25px 40px;
    background-color: #fff;
    box-shadow: 1px 4px 7px 0px #ccc;
    text-align: center;
    width: 175px;
}
.top-container{
    margin: -50px auto;
    background: #fff;
    padding: 35px 0px;
    border-radius: 25px;
}
/* .about-us-container{
    padding: 85px 270px !important;
    color: #fff;
    background-image: url(../pix/BusinessAssociates/background-image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    height: 730px;
    margin-top: 130px;
} */
.layer {
    background-color: #483871f2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.8; */
}
.about-card{
    background-color: #483871;
    color: #fff;
    border-radius: 20px;
    box-shadow: 1px 4px 7px 0px #15112045;
    border: none !important;
}
.card-header{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    background: #483871;
    padding: 26px 0px;
    border-bottom: 4px solid #15112045;
}
.card-body{
    text-align: left !important;
    font-size: 13px;
    line-height: 22px;
    /* height: 220px; */
}
.custom-box-shadow{
    box-shadow: 1px 4px 7px 0px #15112045;
}
/* .benefits-container{
    padding: 85px 270px !important;
    color: #fff;
    background-image: url(../pix/BusinessAssociates/3-background-image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
} */
.benefits-container ul li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
  }
  .setup-container  ul li::before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
  }
  .setup-container{
    margin-top: 70px;
    margin-bottom: 70px;
  }
  /* .terms-container{
    padding: 85px 270px !important;
    color: #fff;
    background-image: url(../pix/BusinessAssociates/3-background-image.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    height: 310px;
} */
/* .terms-container ul li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
  } */
.white-block .icons{
    width: 60px;
    height: 60px;
}
textarea{
    border: solid 0.5px #b0b0b3 !important;
}