#block-21 .is-layout-flex {
   background: white; 
   margin-bottom: 0;
} 

#medical_circle_team-2 #home-team-id .container {
   margin-top: 60px;
}

.site-footer .socials.at-display-inline-block i::before {
  font-size: 26px;
}

.site-footer .socials.at-display-inline-block li:nth-of-type(2) i::before {
  font-size: 20px;
}

.site-footer .socials.at-display-inline-block li:nth-of-type(3) {
  padding-top: 2px;
}

.site-footer .socials.at-display-inline-block li:nth-of-type(3) i::before {
  font-size: 24px;
}


.site-footer  .socials li a {
    border-radius: 50%;
    background: white;
    color: black;
    padding: 5px;
    min-width: 38px;
    min-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-footer  .socials li a i {
    color: #2d81e0;
}

@media(max-width: 575px){ 
  .site-footer .copy-right .row{
     flex-direction: column-reverse;
  }
}