body {
    margin: 0px;
    font-family: "Poppins", sans-serif;
}
 
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}
  
 


section.virochani {
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    background-image: url(../img/bg.jpg);
}

section.virochani img {
    margin-bottom: 50px;
}

section.virochani h3 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}





/* Media Screens */

@media (max-width: 576px) {
   
}



@media (max-width: 767.9px) {
    section.virochani h3 {
        font-size: 20px;
        line-height: 30px;
    }
    section.virochani img {
        margin-bottom: 20px;
    }
    section.virochani {
        height: 90vh;
    }

}
 

/* Close Media Screens */