.Visual_Spatial
{
    text-align: center;
    color: #900f0f;
/*    margin: 0 0;*/
    font-weight: bold
    
}
.img_Visual_Spatial
{
    width: 300px;
    height: 150px;
    margin: 5% 22%;
    border-radius: 20px;
    box-shadow: 0 9px 16px -4px #000 ;
}
.paragraph_Visual_Spatial
{
    text-align: center;
    color:#540a0a;
}
.parag1
{
    border: 2px solid #95afc0;
    background: none;
    width: 100%;
    height: 200px;
    color:#000;
    font-size: 20px;
}
.visual_bt
{
    width: 40%;
    background-color: #540a0a;
    margin: 5% 30%;
    height: 40px;
    color: white;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.67); 
    box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.67);
    
}
.visual_bt:hover
{
    width: 40%;
    background-color: #900f0f;
    margin: 5% 30%;
    height: 40px;
    color: white;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.67); 
    box-shadow: 0px 6px 6px -2px rgba(0,0,0,0.67);
    
}
.text
{
    color: #540a0a
}
.comp_span
{
    font-size: 20px;
    color: #060658
    
}
.comp_txt
{
    background: none;
    border: none;
    border-bottom: 1.3px solid #580618;
    border-radius: 5px;
    padding: 5px
}