@import "../styles/variables";

.banner {
  border: $default-border;
}

.title {
  color: $font-light;
  font-size: 22px;
}

.description {
  color: $font-light;
  font-size: 14px;
}

.button {
  color: $font-light;
  border-color: $font-light;
}

.icon {
  width: 50px;
  height: 50px;
}

.image {
  width: 50px;
  height: 50px;
}