.ad-benefit-card-container{
    background-color: var(--petals-purple-2-light);
    border: 1px solid var(--petals-purple-2-light);
    -webkit-box-shadow: 0 3px 5px 0 #cac6c6;
    box-shadow: 0 3px 5px 0 #cac6c6;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    height: 300px;
}
.ad-benefit-card-container .icon-container{
    background-color: var(--petals-purple-2);
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 23px;
    padding-top: 12px;
}
.ad-benefit-card-container i{
    color: var(--petals-white);
    font-size: 36px;
}
.ad-benefit-card-container .title{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}
.ad-benefit-card-container .description{
    font-size: 16px;
    text-align: justify;
}
