

.imagetext-custom {
  margin-left: 25px !important;
  margin-right: 25px !important;
  padding: 245px 0;
}

.imagetext-custom__content {
  text-align: center;
}

.imagetext-custom__content--button {
  margin-top: 20px;
}




.instafeed-custom__title {
  font-size: 2.066667rem;
}

@media only screen and (min-width: 560px) {
  #insta-feed {
    display: flex;
    justify-content: space-evenly;
  }
}




.featured-companies {
  display: flex;
  flex-wrap: wrap;
}

.company-logo {
  display: flex;
  flex: 1;
  height: 100px;
  margin: 0 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all .2s;
}

.press-section {
  display: flex;
  flex-wrap: wrap;
}

.press-article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
  color: #fff;
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all .2s;
}

.press-text {
  margin-bottom: 5px;
}

.press-text:last-child {
  margin-top:20px;
  margin-bottom: 0px;
}

.publication-title {
  font-size: 1.5rem;
  text-align: center;
}

.article-title {
  font-style: italic;
  text-align: center;
}

@media only screen and (max-width: 800px) {

  .press-article {
    width: 100%;
  }

  .company-logo {
    height: 100px;
    margin: 0 5px;
  }

}

