.relative-img .check-icon {
  top: 0;
  left: 15%;
  transform: translateY(-50%);
  position: absolute;
  max-width: 70%;
}

.relative-img .identity-icon {
  left: 1.6rem;
  bottom: 1.6rem;
  position: absolute;
  max-width: 60%;
}

.relative-img .user-icon {
  bottom: 0;
  left: 20%;
  transform: translateY(50%);
  position: absolute;
  max-width: 70%;
}

.relative-img .verified-icon {
  top: 0;
  right: 20%;
  transform: translateY(-50%);
  position: absolute;
  max-width: 70%;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .check-icon,
  .user-icon,
  .verified-icon {
    width: 4.5rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .check-icon,
  .user-icon,
  .verified-icon {
    width: 3rem;
  }
}
