#arcontactus img {
    max-width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px;
}
#arcontactus {
    display: flex;
    position: fixed;
    right: 50px;
    bottom: 150px;
    flex-wrap: wrap;
    width: 60px;
}
#arcontactus a {
    display: flex;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #b12027;
    border-radius: 100%;
}
@media (max-width:900px) {
  #arcontactus {
      display: flex;
      position: fixed;
      right: 20px;
      bottom: 100px;
      flex-wrap: wrap;
      width: 60px;
  }
}