.bevespi-light-pink-bg, #bevespi-light-pink-bg{
    background: #C4007A1A;
}
.bevespi-pink, #bevespi-pink{
    color:#C4007A;
}

.bevespi-gray, #bevespi-gray{
    color:#373A36;
}

#bevespi-gray .cmp-accordion__title {
    color: #373A36;
}

#aerosphere-container img{
    width:auto;
}

#aerosphere-container .image {
    width: 100%;
    display: flex;
    justify-content: center;
}

#trixeo-gold{
    color:#F0B323;
}
.bevespi-purple, #bevespi-purple{
    color: #252359;
}
#seventy-three-white-bg-col{
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #D8DFDE;
    flex-wrap: wrap;
}
#seventy-three-white-bg-col-v2{
    display: flex;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #C4007A;
    flex-wrap: wrap;
    margin-top: 20px;
}
#seventy-three-without-bg-border{
    display: flex;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    padding: 15px;
    /*margin-bottom: 15px;*/
}
div#seventy-three-without-bg-border img {
    width: 70px;
}



@media screen and (max-width: 767px){
    #seventy-three-without-bg-border{
        flex-wrap: wrap;
    }
}


