.content-bg,
.why-brandvista {
    width: 100%;
    height: 100%
}

.about-left-side-content img {
    margin-top: 40px
}

.about-right-side-content p {
    font-family: var(--secondary_font) !important;
    font-weight: var(--regular) !important;
    line-height: 30px !important;
    color: var(--grey)
}

.about-right-side-content h3 {
    font-style: italic;
    color: #303030 !important;
    margin-top: 19px;
    margin-bottom: 27px
}

.about-right-side-content p:first-child {
    margin-bottom: 20px
}

.about-right-side-content p:nth-child(2) {
    margin-bottom: 35px
}

.about-right-side-content {
    padding-left: 65px
}

.about-right-side-content span {
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 18px;
    color: #303030
}

.signature {
    margin-top: 35px
}

.why-brandvista h2 {
    color: #000 !important
}

.why-brandvista p {
    color: var(--grey) !important;
    font-family: var(--secondary_font);
    font-weight: 400;
}

.why-brandvista-content-bg {
    width: 100%;
    background: linear-gradient(129deg, rgba(223, 232, 232, .4) 0, rgba(235, 206, 209, .4) 50%, rgba(191, 217, 230, .4) 100%);
    border-radius: 60px;
    margin-top: 40px
}

.why-brandvista-content-bg>* {
    padding: 30px 15px
}

.why-content-card {
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 #aad9F31A;
    gap: 15px
}

.why-content-card:not(:last-child) {
    margin-bottom: 30px
}

.why-content-left {
    gap: 30px
}

.content-bg {
    background: url('../images/why-content-right-img.jpg') 0 0/cover;
    border-radius: 20px
}

.play-btn {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.play-btn:hover {
    box-shadow: rgba(255, 255, 255, .3) 0 0 0 10px, rgba(255, 255, 255, .1) 0 0 0 20px
}

button.play-btn {
    border: none
}

.modal {
    cursor: pointer
}

.close {
    margin-left: 98% !important;
    color: #fff;
    margin-bottom: 15px !important;
    font-size: larger
}

.close span:hover {
    cursor: pointer !important
}

@media (max-width:1399px) {
    .about-right-side-content {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .why-content-card {
        padding: 20px
    }

    .why-brandvista-content-bg>* {
        padding: 20px 10px
    }

    .content-bg {
        border-radius: 30px
    }

    .about-left-side-content,
    .about-right-side-content,
    .about-section .prefix {
        text-align: center
    }

    .about-right-side-content {
        margin-top: 30px
    }
}

@media (max-width:767px) {

    .about-left-side-content,
    .about-right-side-content,
    .about-section .prefix,
    .card-details {
        text-align: center
    }

    .why-brandvista-content-bg {
        flex-direction: column
    }

    .content-bg {
        width: 100%;
        height: 400px
    }

    .why-content-card {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}