 
.panel-body{
    background-color: #573880;
}
.row{
    color: #ffffff;
}
.panel-heading{
    background-color: #2B0261;
        
}
.panel-heading > h3{
    color: white;
}
.panel{margin: -1px;}
.class_footer
{
    background-color: #706A78;
    height: 200px;
    
}
.text_footet{
    
    position: relative;
   margin-left: 30%;
  width: 700px;
  padding-top: 2.5%;
  color: #9B999F;
  font-size: 2em;
}
@media screen and (max-width: 930px)
{
    .text_footet{
        font-size: 90%;
    }
}
@media screen and (max-width: 450px)
{
    .text_footet{
       
        margin-left: 0;
    }
}