.offered-services {
  padding: 30px;
}

.footer-icons > a
{
  font-size: 35px;
  padding-right: 8px;
}

.header-icon{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
}


@media (max-width: 600px) {
  .header-icon{
    right: 5rem;
    top: 2rem;
  }
}

@media (min-width: 601px) and (max-width:700px)
{
  .header-icon{
    right: 8.1rem;
    top: 2rem;
  }
}

@media (min-width: 767px) and (max-width:880px)
{
  .header-icon{
    right: 8.1rem;
    top: 2rem;
  }
}
