@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Great+Vibes&family=Playpen+Sans&display=swap');
.title-h1 {
    text-align: center;
    margin-top: 1%;
    color: #0c007a;
    font-family: 'Playpen Sans', cursive;
}
.about-text1 {
    text-align: center;
}
.about-text1, .about-text2, .about-text3 {
    font-size: 20px;
    font-weight: 500;
}
.about-text2 {
    font-weight: 600;
}
.for-center {
    display: flex;
    justify-content: center;
}
.team-img {
    width: 100%;
}
.idea-txt {
    margin-top: 2%;
}
.about-img-block {
    display: flex;
    justify-content: center;
}
.video-block {
    justify-content: center;
    margin-bottom: 2%;
}

@media (max-width:870px){
    .video {
        width: 100%;
    }
}