.view-child-terms-view .col-md-4 {
  padding: 0 24px 0 0;
  width: 30%;
}
.view-child-terms-view .col-md-8 {
  padding: 0 24px 0 0;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.view-child-terms-view .listing-common {
  transition: all .35s;
  position: relative;
}
.view-child-terms-view h3,
.view-child-terms-view .H3 {
  margin-bottom: 8px;
}
.view-child-terms-view .listing-image {
  padding: 15px;
  border-radius: 4px 4px 0 0;
}
.view-child-terms-view .titlse-link-wrap.hoverable-text {
  margin: 0 0 12px 0;
}
.view-child-terms-view .listing-image:after {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.view-child-terms-view .listing-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.view-child-terms-view .listing-common .listing-image {
  position: relative;
}
.view-child-terms-view .field-content {
  margin-bottom: 50px;
  display: block;
}
.summary-info-card {
  background: #F4F4F4;
  padding: 15px 30px;
  margin-bottom: 15px;
}
.expand-main-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  cursor: pointer;
}

.expand-main-content-btn p {
  color: #0077B3;
  margin: 0;
}
.summary-info-card .field--name-field-about-summary {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
}
.expand-main-content-btn #icon-minus.hidden {
  display: none;
}
.expand-main-content-btn #icon-plus, .expand-main-content-btn #icon-minus {
  margin-top: 2px;
}

.view-child-terms-view .field-content a.main-link-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.view-child-terms-view .field-content .col-md-8 .term-cta{
  color:#0077B3;
}

.view-child-terms-view .field-content .row:hover .col-md-8 .term-cta{
 color: #df1920;
}
.view-child-terms-view .field-content .row:hover .col-md-8 h3,
.view-child-terms-view .field-content .row:hover .col-md-8 .H3{
  color: #df1920;
 }
.view-child-terms-view .field-content .row{
 position: relative;
}

@media (max-width:575px) {
  .view-child-terms-view .col-md-4 {
    padding: 0 0 0;
    width: 100%;
}
.view-child-terms-view .col-md-8 {
  padding: 24px 0 0 0;
  width: 100%;
}
}
