.first-con {
  display: flex;
  justify-content: space-between;
}

.zero-title h2{
    color: #513776;
    font-size: 50px;
    width: 50px;
}

.cms-img img {
    width: 80%;
    border-radius: 10px;
}

.second-con {
    display: flex;
    justify-content: space-between;
    padding: 20px;   
}

.second-con .image-column {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
}

.second-con .image-column img {
    border-radius: 20px;
}

.third-con {
    background-color: #513776;
    border-radius: 20px;
    margin: auto;
}

.sec-title h2{
    color:white;
    padding: 60px 0;
}

.sec-para p {
    color: white;
}

.third-con .img img{
    border-radius: 10px;
    margin-top: 100px;
}

.forth-con {
    display: flex;
    flex-wrap: wrap;  
    margin-top: 100px;
    justify-content: space-evenly;
    gap: 20px;  
}

.thi-title h2{
    color:white;
}

.thi-para p{
    color: white;

}

.forth-con .card1, 
.forth-con .card2, 
.forth-con .card3 {
    background-color: #513776;
    border-radius: 20px;
    width: 100%; 
    max-width: 380px; 
    padding: 20px;
    box-sizing: border-box;
}

.forth-con .img1, 
.forth-con .img2, 
.forth-con .img3 {
    margin: auto;
    width: 100px;
    margin-top: -50px;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
}

@media (max-width: 1024px) {
    .forth-con {
        flex-direction: column; 
        align-items: center;
    }
    
    .forth-con .card1, 
    .forth-con .card2, 
    .forth-con .card3 {
        width: 100%;  
        margin-bottom: 30px;
    }

    .forth-con .img1, 
    .forth-con .img2, 
    .forth-con .img3 {
        width: 80px;  
    }
}

@media (max-width: 768px) {
    .forth-con {
        flex-direction: column; 
        align-items: center;
    }

    .forth-con .card1, 
    .forth-con .card2, 
    .forth-con .card3 {
        width: 100%;  
        margin-bottom: 30px;
    }

    .forth-con .img1, 
    .forth-con .img2, 
    .forth-con .img3 {
        width: 100px; 
    }
} 


.fifth-con .img img{
    border-radius: 10px;

}    

.for-title h2{
    color: #513776;
}

.for-para p{
    color: #513776;
    margin: 15px;
}

.sixth-con {
    background-color: #513776;
    border-radius: 20px;
    margin: auto;
}

.fif-title h2{
    color:white;
    padding: 60px 0;
}

.fif-para p {
    color: white;
}

.seven-con {
    display: flex;
    flex-wrap: wrap;  
    margin-top: 100px;
    justify-content: space-evenly;
    gap: 20px; 
}

.seven-con .card1, 
.seven-con .card2, 
.seven-con .card3 {
    background-color: #513776;
    border-radius: 20px;
    width: 100%;  
    max-width: 380px; 
    box-sizing: border-box;
}

.seven-con .img1 img,
.seven-con .img2 img,
.seven-con .img3 img {
    border-radius: 20px;
    width: 100%; 
    object-fit: contain; 
}

.seven-con .six-title h2 {
    color: white;
    margin: 20px 0;
}

.seven-con .six-para p {
    color: white;
    margin: 20px 0;
}



/* @media (max-width: 1024px) {
    .seven-con {
        flex-direction: column;
        align-items: center;
    }
    
    .seven-con .card1, 
    .seven-con .card2, 
    .seven-con .card3 {
        width: 90%;  
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .seven-con {
        flex-direction: column; 
        align-items: center;
    }

    .seven-con .card1, 
    .seven-con .card2, 
    .seven-con .card3 {
        width: 90%;  
        margin-bottom: 30px;
    }
    
    .seven-con .img1 img,
    .seven-con .img2 img,
    .seven-con .img3 img {
        width: 50%; 
        margin-top: -30px;  
        max-height: 150px; 
    }

}

@media (max-width: 576px) {
    .seven-con {
        flex-direction: column;  
        align-items: center;
    }

    .seven-con .card1, 
    .seven-con .card2, 
    .seven-con .card3 {
        width: 100%;  
        margin-bottom: 20px;
    }

    .seven-con .img1 img,
    .seven-con .img2 img,
    .seven-con .img3 img {
        margin-top: -20px; 
        max-height: 120px;  
    }

} */

.eight-con {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #a191c2; 
    margin: auto;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.quote-mark {
    font-size: 40px;
    color: #5a3b9c; 
    position: absolute;
    top: -10px;
    left: 10px;
}


.sev-title h2{
    color: #513776;
    padding: 60px 0;
}

.sev-para p {
    color: #513776;
}



/* .quote-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #a191c2; 
    max-width: 600px;
    margin: auto;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}


.quote-mark {
    font-size: 30px;
    color: #5a3b9c; 
    position: absolute;
    top: -10px;
    left: 10px;
}


  */
