.homepage-featured-content {
  display: flex;
  flex-direction: row;
}

.homepage-featured-content .featured-image {
  flex: 0 0 50%;
  margin-right: 5%;
}

.homepage-featured-content .featured-image img {
  height: 100%;
  object-fit: cover;
}

.homepage-featured-content .content {
  color: white;
  display: flex;
  flex: 1 1 45%;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 3rem;
}

.homepage-featured-content h2 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: .5rem;
  color: #fff;
}

.homepage-featured-content h3 {
  border-bottom: 3px dotted #67A6F4;
  color: #FBBF35;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.homepage-featured-content .middle {
  display: flex;
  margin-bottom: 1rem;
}

.homepage-featured-content .middle a,
.homepage-featured-content .middle a:hover {
  color: #FBBF35;
}

.homepage-featured-content .actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.homepage-featured-content .actions .btn.btn-primary {
  color: #002553;
  background-color: #FBBF35;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.18);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.18);
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 35px;
}

.homepage-featured-content .actions .btn.btn-primary::after {
  content: url("/wp-content/themes/avidoa/includes/images/link_arrow_navy.svg");
  height: 12px;
  margin-left: 1rem;
  position: relative;
  width: 6px;
  top: 3px;
}

@media only screen and (max-width: 1440px) {
  .homepage-featured-content .featured-image {
    margin-right: 0;
  }

  .homepage-featured-content .content {
      padding: 2rem 5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .homepage-featured-content {
    padding: 0 3rem;
  }

  .homepage-featured-content .featured-image {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 980px) {
  .homepage-featured-content .featured-image {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .homepage-featured-content {
    padding: 0 2.25rem;
  }
}

@media only screen and (max-width: 576px) {
  .homepage-featured-content {
    padding: 0;
  }

  .homepage-featured-content .content {
    padding: 2rem 1.5rem;
  }

  .homepage-featured-content .actions .btn.btn-primary {
    padding: 10px 16px;
  }
}
