.whytrustus {
  padding: 20px 20px 5px 20px;
  background: #EBE5EE;
  border-radius: 5px;
  margin-bottom: 30px;
}

.whytrustus .btn {
  margin-bottom: 15px;
}

.whytrustus .btn:first-child {
  margin-right: 15px;
}

.whytrustus .popover .author_detail {
  max-height: 240px;
}

.whytrustus .popover .author_detail .authbio {
  color: #210054;
  font-weight: bold;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.whytrustus .popover .author_detail .authbio a {
  margin-left: 7px;
}

.whytrustus .popover .author_detail .authbio a img {
  width: 22px;
  border-radius: 50%;
  position: relative;
  top: 3px;
}

.whytrustus .popover .author_detail .authbio a .facebook {
  background: #38529a;
}

.whytrustus .popover .author_detail .authbio a .twitter {
  background: #55acee;
}

@media (min-width: 768px) {
  .whytrustus {
    padding: 30px;
  }

  .whytrustus .btn {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .whytrustus {
    padding: 40px;
  }
}