.feature-block {
  margin: 0 0 40px 0;
  width: 100%;
}

.feature-block .feature-icon {
  align-items: center;
  background-color: #f7f4f0;
  border-radius: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 16px;
  width: 60px;
}

.feature-block .feature-icon img {
  height: 32px;
  width: auto;
}

.feature-block .feature-details h5 {
  color: #012c6d;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 8px 0;
  line-height: 24px;
}

.feature-block .feature-details p {
  font-size: 16px !important;
  line-height: 24px;
  max-height: 72px;
  margin: 0 16px 16px 0;
  overflow: hidden;
  transition: all .25s ease-out;
}

.feature-block .feature-details p.full-h {
  min-height: 72px;
  max-height: 100%;
}

.feature-block .feature-details a {
  font-weight: 500;
  position: relative;
}


.feature-block .feature-details a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(https://f.hubspotusercontent20.net/hubfs/442271/2021%20DOC-FAC%20Merge%20Project/Common%20assets/Icons/UI/CaretRight.svg);
    position: absolute;
    margin: 4px;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out 0s;
}

.feature-block .feature-details a.collapsible-link:after {
  transform: rotate(90deg);
}

.feature-block .feature-details a.active:after {
    transform: rotate(270deg);
}

@media (max-width: 767px) {
  .feature-block {
    margin: 0 0 40px 0;
    width: 100%;
  }

  .feature-block .feature-details p {
    margin: 0 0 16px 0;
  }
}
