.card {
  background-color: #ffd166;
  padding: 1.5rem 1rem 3rem 1rem;
  border-radius: 6px;
  color: black !important;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 245px !important;
  position: relative;
}
.card * {
  color: black !important;
}

.card .avia-button {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
}

article.iconbox {
  background: #1d484e !important;
  color: #fff !important;
  padding: 1.5rem;
  border-radius: 0px 0px 30px 0px;
  font-size: 16px;
  min-height: 100%;
}
article.iconbox:hover{
background:#265f66 !important;
}
.icon-box-holder {
  height: 1px !important;
}
.iconbox_content_title {
  font-size: 24px !important;
}
.iconbox .entry-content-header {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.iconbox .entry-content-header * {
  color: #fff !important;
}

.iconbox a {
  position: unset !important;
}

.iconbox a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparant;
  border-radius: 0px 0px 30px 0px;
}

/* .avia-content-slider {
  width: 100vw;
} */

article.slide-entry {
  background: #ffd166;
  border-radius: 0px 0px 30px 0px;
}

article.slide-entry .slide-image {
  border-radius: 0 0 30px 0 !important;
}

@media (max-width: 640px) {
  .intro-section .icon-box-holder {
    min-height: unset !important;
    height: auto !important;
  }
}
