.feed-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px;
  background: #fff;
}

.feed-section-dark {
  background: #f0f0f0;
}

.feed-section-darker {
  background: #e0e0e0;
}

.feed-section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.feed-intro {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.feed-intro-image {
  width: 370px;
  margin-right: 60px;
}

.feed-intro-circle {
  position: absolute;
  top: 15px;
  left: 290px;
  width: 290px;
  height: 290px;
  border-radius: 250px;
  background: rgba(255, 208, 0, 0.6);
}

.feed-intro-content {
  z-index: 1;
}

.feed-intro-text {
  width: 520px;
  font: 36px Avenir;
  color: #000;
}

#feed-intro-buttons {
  display: flex;
  margin-top: 20px;
}

.feed-intro-button {
  cursor: pointer;
  position: relative;
  display: block;
  width: 208px;
  height: 42px;
  border: 0;
  outline: 0;
  padding: 10px;
  box-sizing: border-box;
  color: #4a4a4a;
  background: #ffe366;
  font: 18px Rubik;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}

.feed-intro-button:hover {
  background: #ffeea3;
}

.feed-intro-button-left {
  margin-right: 50px;
}

.feed-intro-button-left > span {
  position: absolute;
  left: 20px;
  bottom: -8px;
}

.feed-intro-button-right > span {
  position: absolute;
  left: 39px;
  bottom: -8px;
  white-space: nowrap;
}

.feed-title {
  color: #4a4a4a;
  font-size: 40px;
  font-family: Rubik;
  text-transform: uppercase;
}

.feed-preview {
  display: flex;
  margin-top: 50px;
}

.feed-preview-right {
  flex-direction: row-reverse;
}

.feed-preview-main {
  position: relative;
  width: 575px;
  height: 300px;
  background-color: #9b9b9b;
}

.feed-preview-main-link {
  display: block;
  width: 100%;
  min-width: 350px;
  height: 100%;
  background-size: cover;
  transition: 0.3s;
}

.feed-preview-main-link:hover {
  opacity: 0.6;
}

.feed-preview-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 35px -50px -35px 50px;
  padding: 25px;
  background: rgba(247, 247, 247, 0.9);
}

.feed-preview-main-title {
  font: bold 25px Avenir;
}

.feed-preview-main-title a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.feed-preview-main-title a:hover {
  color: #4679b0;
}

.feed-preview-main-subtitle {
  margin-top: 10px;
  font: 18px Rubik;
  color: #4a4a4a;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed-preview-main-subtitle-closer {
  margin-top: 2px !important;
}

.feed-preview-thumbnails {
  flex-grow: 1;
  overflow: hidden;
}

.feed-preview-thumbnails-left {
  margin-left: 100px;
}

.feed-preview-thumbnails-right {
  margin-right: 100px;
}

.feed-preview-thumbnail {
  display: flex;
  margin-bottom: 13px;
}

.feed-preview-thumbnail:last-child {
  margin-bottom: 0;
}

.feed-preview-thumbnail-image {
  flex-shrink: 0;
  width: 190px;
  height: 100px;
  margin-right: 25px;
  background-size: cover;
  transition: 0.3s;
}

.feed-preview-thumbnail-image:hover {
  opacity: 0.6;
}

.feed-preview-thumbnail-details {
  flex-grow: 1;
  overflow: hidden;
}

.feed-preview-thumbnail-title {
  position: relative;
  max-width: 300px;
  max-height: 54px;
  font: bold 20px Avenir;
  overflow: hidden;
}

.feed-preview-thumbnail-title a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.feed-preview-thumbnail-title a:hover {
  color: #4679b0;
}

.feed-preview-thumbnail-subtitle {
  margin-top: 5px;
  font: 16px Rubik;
  color: #4a4a4a;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feed-preview-columns {
  display: flex;
  margin-top: 50px;
}

.feed-preview-column {
  flex-grow: 1;
  flex-basis: 33%;
  margin-right: 50px;
}

.feed-preview-column:last-child {
  margin-right: 0;
}


.feed-preview-column-image {
  position: relative;
  width: 100%;
  height: 185px;
  background-size: cover;
}

.feed-preview-column-link {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.3s;
}

.feed-preview-column-link:hover {
  opacity: 0.6;
}

.feed-preview-column-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  margin: 20px -20px -20px 20px;
  background: rgba(247, 247, 247, 0.8);
}

.feed-preview-column-details {
  margin-top: 20px;
}

.feed-preview-column-title {
  max-height: 54px;
  font: bold 20px Avenir;
}

.feed-preview-column-title a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.feed-preview-column-title a:hover {
  color: #4679b0;
}

.feed-preview-column-subtitle {
  margin-top: 5px;
  font: 16px Rubik;
  color: #4a4a4a;
  text-transform: uppercase;
}

.feed-more {
  cursor: pointer;
  display: block;
  position: relative;
  width: 200px;
  height: 42px;
  margin-top: 50px;
  border: 0;
  outline: 0;
  color: #4a4a4a;
  background: #ffe366;
  font: 18px Rubik;
  text-transform: uppercase;
  transition: 0.3s;
}

.feed-more:hover {
  background: #fbeab0;
}

.feed-more-left {
  margin-left: -95px;
}

.feed-more-right {
  margin-right: -95px;
}

.feed-more-text {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 80px;
}

.feed-more-left > span.feed-more-text {
  left: auto;
  right: 28px;
}

.feed-more-right > span.feed-more-text {
  left: 28px;
}

.feed-preview-mobile {
  display: none;
}

.feed-intro-mobile {
  display: none;
}

.feed-preview-blog {
  display: flex;
  align-items: stretch;
}

.feed-blog-image {
  display: block;
  width: 456px;
  min-width: 350px;
  height: 238px;
  background-size: cover;
  transition: 0.3s;
}

.feed-blog-image:hover {
  opacity: 0.6;
}

.feed-blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 80px;
  min-width: 424px;
}

.feed-blog-title {
  color: #000;
  font: bold 30px Avenir;
}

.feed-blog-subtitle {
  color: #4a4a4a;
  font: 18px Rubik;
  margin-top: 15px;
}

.feed-blog-description {
  font: 25px Avenir;
  max-width: 674px;
  margin-top: 30px;
}

.feed-blog-buttons {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  margin-top: 30px;
}

.feed-blog-button {
  cursor: pointer;
  position: relative;
  display: block;
  width: 208px;
  height: 42px;
  border: 0;
  outline: 0;
  padding: 10px;
  box-sizing: border-box;
  color: #4a4a4a;
  background: #ffe366;
  font: 18px Rubik;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}

.feed-blog-button:hover {
  background: #ffeea3;
}

.feed-blog-button-left {
  margin-right: 50px;
}

.feed-blog-button-left > span {
  position: absolute;
  left: 25px;
  bottom: -8px;
}

.feed-blog-button-right > span {
  position: absolute;
  left: 55px;
  bottom: -8px;
  white-space: nowrap;
}
