/* download */
.SeoDownload{
    background-color: #fcdbd3;
    height: 100px;
    margin: auto;
   
}
.content_width{
  width: 50%;      
}
@media(max-width:480px){
    .SeoDownload{
        
        height: max-content;
        flex-direction: column;
        
       
    }  
    .content_width{
        width: 90%;      
    }
}