.iq-quotes-content {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.iq-quotes-content-articles {
  width: 66.666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.iq-quotes-content-stories {
  width: 300px;
  max-width: 300px;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.iq-quotes-article {
  width: 46%;
  margin-bottom: 1.5rem;
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d1d1d1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

  .iq-quotes-article:hover {
    border-bottom: 1px solid #3a3a3a;
  }

.iq-quotes-article-text {
  color: #767676;
  line-height: 1.5;
  font-size: .875rem;
}

.iq-quotes-article-preview {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iq-quotes-article-preview-title {
  color: #767676;
  line-height: 1.4;
  font-size: 1rem;
  margin-left: 2rem;
}

.iq-quotes-article-preview-img {
  width: 88px;
  min-width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}

.iq-quotes-article-show {
  background-color: #fff;
  box-shadow: 0 8px 15px 0 rgb(0 0 0 / 9%);
  padding: 3rem;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 2;
}

.iq-quotes-article-show.collapsing {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.iq-quotes-article-show-title {
  margin: 1.5rem 1rem 3rem;
  font-size: 2.25rem;
  line-height: 1.2;
}

.iq-quotes-article-show-content {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iq-quotes-article-show-content-img {
  max-height: 640px;
  width: 40%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.iq-quotes-article-show-content-text {
  width: 60%;
  padding-left: 1.5rem;
  position: relative;
}

.iq-quotes-article-show-content-quote {
  position: absolute;
  left: -5rem;
}

.iq-quotes-content-stories-title {
  line-height: 1.2;
  font-size: 1.313rem;
  margin-bottom: 1.5rem;
}

.iq-quotes-content-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.iq-quotes-content-story-text {
  font-size: 0.875rem;
  margin-top: 2rem;
  color: #767676;
}

.iq-quotes-content-story-img {
  width: 100%;
  height: 9rem;
}

.iq-quotes-content-story-cutcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  background-color: #ef0f33;
  font-family: "Bebas Neue";
  line-height: 1.1;
  font-weight: 700;
  padding: 0.313rem .5rem;
}

@media (max-width: 1223px) {
  .iq-quotes-article {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .iq-quotes-content-articles {
    width: 100%;
    margin: 0;
  }

  .iq-quotes-content-stories {
    display: none;
  }
}

@media (max-width: 768px) {
  .iq-quotes-article {
    width: 100%;
  }

  .iq-quotes-article-show {
    padding: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    top: unset;
    left: unset;
    position: unset;
    -webkit-transform: none;
    transform: none;
  }

  .iq-quotes-article-show-title {
    margin: 1.5rem 0 1rem;
    font-size: 1.3rem;
  }

  .iq-quotes-article-show-content {
    margin: 0;
    display: block;
  }

  .iq-quotes-article-show-content-img {
    width: 100%;
    height: auto;
  }

  .iq-quotes-article-show-content-text {
    padding: 0;
    margin-top: 1rem;
    width: 100%;
  }

  .iq-quotes-article-show-content-quote {
    display: none;
  }
}

.special__wrapper .iq-quotes-content-story-cutcaption {
  background-color: black;
  position:static;
  margin-bottom: 5px;
}

.special__wrapper .iq-quotes-content-story-img {
  display: none; 
}

.special__wrapper .iq-quotes-article-preview-img {
  display: none;
}

.special__wrapper .iq-quotes-article-preview-title {
  margin-left: 0;
  color: black;
  font-weight: 600;
}

.special__wrapper .iq-quotes-article-text {
  color: black;
}
