.blog-content .review .container {
  padding: 0;
}
.blog-content .review {
  padding: 40px 0;
}
.blog-content .review h2 {
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 55px;
}
.review {
  padding: 74px 0 100px;
  background: #050C38;
}
.review.white .review__wrapper {
  background: #E3E7F0; 
}
.review.white  .review__text-content {
  opacity: 0.9;
  color: #050C38;
}
.review.white .review__author > div p {
  color: #050C38;
}
.review.white .review__author h5 {
  color: #181F4B;
}
.review h2 {
  margin-bottom: 97px;
}
.review__wrapper {
  border-radius: 24px;
  background: #181F4B;
  padding: 32px 29px;
}
.review__icon {
  display: flex;
  margin-bottom: 10px;
}
.review__text-content {
  margin-bottom: 55px;
  line-height: 140%;
  font-weight: 500;
}
.review__text-content em {
  font-size: 26px;
}
.review__author {
  display: flex;
  align-items: center;
}
.review__author-headshot:first-child {
  border-radius: 12px;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin-right: 12px;
}
.review__author-headshot img {
  width: 100% !important;
  height: 100%; !important;
  object-fit: cover; 
  border-radius: 0 !important;
}
.review__author h5 { 
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; 
  margin: 0 0 4px 0;
}
.review__author h5 span {
  color: #CF4B4D;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
.review__author > div p {
  color: #99A4C5;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width:1199px) {
  .blog-content .review h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .review h2 {
    margin-bottom: 55px;
  }
  .blog-content .review h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .blog-content .review h2 {
    font-size: 38px;
  }
}