footer{
  margin:O auto;
  background-color: #2A2825!important;

}

.flex-box{
display:flex;
}
.footer-container{
max-width: 1240px;
  margin: 0 auto;
}
.main-footer{

background-color: rgb(119, 131, 247);
box-sizing: border-box;
color: rgb(255, 255, 255);
font-family: "AvenirNext";
font-size: 16px;
line-height: 22.4px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-bottom: 64px;
padding-left: 0px;
padding-right: 0px;
padding-top: 64px;
}

body, *, ::after, ::before {
  padding: 0;
  margin: 0;
    margin-top: 0px;
  box-sizing: border-box;
}

.footer__group li a{
 box-sizing: border-box;
color: rgb(255, 255, 255);
font-family: "AvenirNext";
font-size: 16px;
font-weight: 400;
line-height: 22.4px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-decoration-color: rgb(255, 255, 255);
text-decoration-line: none!important;
text-decoration-style: solid;
text-decoration-thickness: auto 
}

.Social-links li{
   margin-bottom: 8px;
   display: flex;
   font-size: small;
   justify-content: space-between;
   width: 70%;
   list-style: none !important;
}
.Social-links li a {
  
   text-decoration: none;
   position: relative;
}
.fab {
   font-family: "Font Awesome 5 Brands";
}

.fa-2x {
   font-size: 26px;
}
.fa, .fab, .fal, .far, .fas {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
}
.fa-twitter:before {
   content: "\f099";
}
.fa-linkedin-in:before {
   content: "\f0e1";
}
.fa-facebook-f:before {
   content: "\f39e";
}
.fa-youtube:before {
   content: "\f167";
}

.footer-container{
  display:flex;
  flex-wrap:wrap;
  max-width:1240px;
}

.footer-container ul{
list-style:none;
}



.line-sep{
background-color: white;
  width:1px;
  margin: 0 26px;
}

.footer-left-side{
  display: flex;
flex-direction: column;
justify-content: space-between;
}

.footer-copyright_visible{
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  padding-top: 40px;
}

.footer-title{
font-family: 'Avenir Next';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
color: #FFFFFF;
}

.footer-link{
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

}

.footer__group{
margin:0!important;
}

.footer__socials a span {
  padding-right: 0!important;
}


.footer__socials{
  display: flex;
  justify-content: space-between;
}

@media screen and  (max-width: 1240px) { 
  
  .footer-container{
    margin: 0 28px;
  }


}


.footer-link{
white-space: nowrap;
}


}


@media screen and (max-width: 450px) { 
  .line-sep {
  width: 1px;
  margin-right:15px!important;
  margin-left:15px!important;
  }
  .fa-2x {
  font-size: 1.4em!important;
  }
}

