.csn-fbBanner {
    position: relative;
    height: 200px;
    width: 100%;
    display: block;
}

.csn-fbBanner__bacgkroundImage {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1);
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}
.csn-fbBanner__textWrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.csn-fbBanner__textContainer {
    height: 60px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    background-color: #3c1e5f;
    padding-left: 35px !important;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
 /*   overflow: hidden; */
}
.csn-fbBanner__textIcon {
    margin-left: auto;
    color: #ffffff;
}
.csn-fbBanner__textIcon,
.csn-fbBanner__text {
    height: 100%;
}
.csn-fbBanner__text {
    line-height: 1.5;
    color: white;
    margin-top: 35px !important;
}

@media (max-width: 769px) {
    .csn-fbBanner {
        height: 150px;
    }
}
@media (max-width: 320px) {
    .csn-fbBanner {
        height: 135px;
    }
    .csn-fbBanner__textContainer {
        height: 30px;
        width: 220px;
    }

    .csn-fbBanner__text {
        line-height: 30px;
    }
}