
.icon-square {
  background-color: #adb5bd; /* Bootstrap blue color */
  border-radius: 10px;        /* Rounded corners */
  display: inline-flex;      /* Centers the icon within the square */
  justify-content: center;
  align-items: center;
  width: 70px;               /* Square dimensions */
  height: 70px;              /* Square dimensions */
}

.icon-square i {
  color: #fff;               /* White icon color */
  font-size: 30px;           /* Adjust icon size */
}

.icon-square .fa-slash {
  font-size: 30px;          /* Slash icon size */

    position: absolute;
}

@media (min-width: 1200px) {
    .container-sm{
        max-width: 940px;
    }
}