/* Unique wrapper for call-out-2 */
.brx-call-out-2-wrapper {
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff;
    text-align:center;
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0px auto;
    margin-bottom: 80px;
    margin-top:150px;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0px 10px 25px 0px #0000004D;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    position: relative;
    z-index: 2;
}

.brx-call-out-2-heading {
 font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    line-height: 150%;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #36194C !important;
}

.brx-call-out-2-description {
       font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #36194C !important;
}

@media (max-width: 768px) {

.brx-call-out-2-wrapper{
    margin-left:20px !important;
    margin-right:20px !important;
    margin-top:20px;
    margin-bottom:40px;
}

.brx-call-out-2-description {
    font-size: 20px;

}

}