.circle-button {
  width: 100px;
  height: 100px;
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.circle-button img {
  width: 40px;
  height: 40px;
}

.circle-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .circle-button {
    width: 70px;
    height: 70px;
  }

  .circle-button img {
    width: 40 px;
    height: 40px;
  }

  .fw-bold {
    font-size: 13px;
  }
}
a.atmbdbt,
a.atmbdbt:visited,
a.atmbdbt:hover,
a.atmbdbt:active,
a.atmbdbt:focus {
  color: inherit !important;      
  text-decoration: none !important; 
}