.crs-teaser {
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 18px !important;
}

.client_data .asp .asp_name,
.client_data .asp .asp_role,
.client_data .asp .company_name {
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 16px !important;
} 

.client_data .asp .asp_name,
.client_data .asp .company_name {
  font-weight:  600 !important;
} 

.crs-more span {
  font-family: "Raleway", Arial, sans-serif !important;
}

.crs-track-wrap {
  padding: 50px 0;
  background: #ECEEF5;
}

.crs-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0;
  max-width: 580px !important;
}

.crs-quote-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 34px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.crs-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  padding-top: 35px;
  padding-bottom: 28px;
}


@media (min-width: 1100px) {
  .crs-body {
    justify-content: space-between;
  }  
}

.client_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.client_data .asp {
  width: 100%;
  display: flex;
  
  isplay: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 100%;
  
}

.client_data .asp .asp_img {
  gap: 12px;
}

.client_data .asp .asp_img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.client_data .company {
  width: 100%;
  /* display: flex;
  align-items: left;
  justify-content: flex-end;
  flex: 0 0 40%;
  max-width: 40%;
  min-width: 0; */
}
.client_data .company img {
  display: block;
  margin: 30px auto 0;
  max-width: 200px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

.asp_img {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.asp_img img {
  width: 90px;
  height: 90px;
  display: block;
  object-fit: cover;
}

@media (min-width: 767px) {
  .client_data {
    flex-wrap: wrap;
    align-items: center;
  }
  
  .client_data .company {
    justify-content: flex-start;
  }
  
  .client_data .asp {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 60%;

    max-width: 60%;
    min-width: 0;
  }
  .client_data .company {
    display: flex;
    align-items: left;
    justify-content: flex-end;
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 0;
  }
  
  .client_data .company img {
    margin: 0 auto 0 0;
  }
  
}
.crs-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
.crs-actions .crs-link {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.62);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.crs-actions .crs-link:hover, .crs-actions .crs-link:focus-visible {
  color: rgba(0, 0, 0, 0.82);
  border-bottom-color: rgba(0, 0, 0, 0.45);
}

.crs-body > .crs-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 10px;
  min-height: 28px;
  border-radius: 0 !important;
  margin: 20px 0;
}

.crs-teaser,
.asp-data {
  font-family: inherit;
  font-size: 14px;
}

.crs-lightbox__panel {
  border-radius: 0;
}

.crs-lightbox__content > div.crs-detail {
  font-family: inherit;
  font-size: 14px;
}

.crs-lightbox__content > div.crs-gal {
  font-family: inherit;
  font-size: 14px;
}

.crs-body > .crs-more {
  color: #fb2c14;
  border: 1px solid #fb2c14;
  background: transparent;
  border-radius: 0 !important;
  gap: 7px;
}

.crs-body > .crs-more .crs-more__icon {
  width: 22px;
  height: 20px;
  display: block;
  object-fit: contain;
}
