
.left_content {
    padding-top: 100px;
    padding-bottom: 100px;
    border-right: 3px solid #4169e1;
}

.right_content {
    padding-top: 100px;
    padding-bottom: 100px;
    border-left: 3px solid #4169e1;
}
.right_content2 {
    padding-top: 100px;
    padding-bottom: 100px;
    border-left: 3px solid #FF007F;
}

.left_content .text_first {
    font-size: 40px;
}



.quote-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    background: linear-gradient(90deg, #3366ff 50%, #ff3399 50%);
    color: white;
    padding: 20px;
    margin-top: 60px;
}

.quote-text {
    width: 100%;
    font-size: 25px;
    color:white;
    font-weight: 600;
    margin-bottom: 20px;
}

.author-text {
    font-size: 25px;
    font-weight: 400;
    color: white;
}

@media(max-width:767px) {
    .first_banner {
        padding-top: 100px;
        padding-left: 0px;
        text-align: center;

    }

    .first_banner h2,
    h3 {
        width: 100%;
        color: #FF007F !important;
        word-spacing: 0px;
        font-size: 15px;
        line-height: 30px;
        margin:10px 0;

    }
        
.slick-prev {
 left:5px !important;   
}
.slick-next {
 right:5px !important;   
}
    .left_content {
        border-right: none !important;
    }

    .right_content {
        border-left: none !important;
    }

    .quote-text {
        width: 100%;
        font-size: 2rem;
    }

    .author-text {
        font-size: 1.2rem;
    }
}
