.fixed-section-with-media .fixed-section {
  width: 100%;
}
.fixed-section-with-media .fixed-section .small-sub-title {
  margin-bottom: 5px;
}
.fixed-section-with-media .fixed-section .featured_by {
  width: 100%;
  display: flex;
  justify-content: center;
}
.fixed-section-with-media .media-section .white {
  background: #FFFFFF;
  position: relative;
}
.fixed-section-with-media .media-section .white .media-wrapper {
  display: flex;
  flex-direction: row;
  background: #000000;
  overflow: hidden;
  align-items: center;
}
.fixed-section-with-media .media-section .white .media-wrapper .media-arcade {
  display: block;
}
.fixed-section-with-media .media-section .white .media-wrapper .media-content .media-list {
  display: block;
}
.fixed-section-with-media .media-section .websites_created_container {
  align-items: center;
}
.fixed-section-with-media .media-section .websites_created_container .trustpilot-widget {
  border-radius: 16px;
  background: #000000;
}
.fixed-section-with-media .media-section .bottom-description {
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.fixed-section-with-media .media-section .bottom-description .green {
  color: #00B67A;
}
.fixed-section-with-media.visibility-hidden .fixed-section {
  visibility: hidden;
}
.fixed-section-with-media.scrolled .fixed-section {
  position: fixed;
  top: 0;
  left: 0;
}
