/*============================
=            News            =
=============================*/

.o-newsAndTestimonies {
  padding: 2.5rem 0;
}
.o-newsAndTestimonies h2 {
  text-align: center;
  margin-top: 0;
}
.m-news__inner {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 1rem;
}
.m-news__imgWrapper {
  flex: 0 0 96px;
  margin-right: 30px;
}
.m-news__imgWrapper img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}
.m-news__content {
  flex-grow: 1;
  font-size: var(--font-s);
  color: var(--color-grayscale-dark);
}
.m-news__title {
  margin: 0;
  font-size: var(--font-l);
  color: var(--color-primary-dark);
}

/* FlexSlider overrides */
.o-newsSection .flexslider {
  border: none;
  background-color: transparent;
}
.o-newsSection .flex-control-nav {
  text-align: left;
}
.o-newsSection .flex-control-paging li a {
  background-color: var(--color-grayscale-lighter);
  box-shadow: none;
  width: 9px;
  height: 9px;
}
.o-newsSection .flexslider .slides .m-news__imgWrapper img {
  height: 96px;
}
.o-newsSection .flex-control-paging li a:hover {
  background-color: var(--color-grayscale-medium);
}
.o-newsSection .flex-control-paging li a.flex-active {
  background-color: var(--color-primary-lighter);
}

@media only screen and (min-width: 920px) {
  .o-newsAndTestimonies {
    padding: 4rem 0 3rem;
  }
  .o-newsAndTestimonies__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }
  .o-newsAndTestimonies h2 {
    text-align: left;
    font-size: 2em;
  }

  /* FlexSlider overrides */
  .o-newsSection .flexslider {
    width: calc(100% - 70px);
    margin-bottom: 0;
  }
  .o-newsSection .flex-control-nav {
    margin-bottom: 2rem;
    display: flex;
    height: auto;
    right: -40px;
    text-align: left;
    width: auto;
    top: 0;
    bottom: 0;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .o-newsSection .flex-control-nav li {
    display: block;
    margin: 6px 0;
  }
}
