.alert {
  border: 1px solid #DCDFE5;
  background-color: transparent;
  box-shadow: rgba(24, 36, 51, 0.04) 0 2px 4px 0;
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
}

.alert-success {
  border-left: 0.25rem solid #28a745;
}

.alert-danger {
  border-left: 0.25rem solid #dc3545;
}

.alert-warning {
  border-left: 0.25rem solid #ffc107;
}

.alert span {
  padding-left: 15px;
}

.alert .alert-icon {
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alert-dismissible .btn-close {
  top: -4px;
  right: 16px;
  cursor: pointer;
}

@media(max-width: 2560px) {
  .card-image .card-img-top {
    max-height: 231px;
  }
}

@media(max-width: 1024px) {
  .card-image .card-img-top {
    max-height: 165px;
  }
}