

/* CONTENT PANEL*/

.hero_panel .case-study-info{
  margin: 0px 0px 0px;
  text-align: left;
}

.case-study-info{
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 10px 20px 20px;
  margin: 0px 0px 50px;
}
.case-study-info h2{
font-size: 18px;
text-transform: uppercase;
}
.case-study-info h3{
  font-size: 18px;
  text-transform: uppercase;
 /* color: #019bb7;*/
  font-weight:600;
  margin: 0px;
}
.case-study-info p, .case-study-info li{
  font-size: 16px;
}


/* Case Study Focus*/

.case-study-info .focus-image{
flex: 1 20%;
}
.case-study-info .focus-image img{
width: 100px !important;
}
.case-study-info .focus-text{
font-size: 18px;
flex: 2 80%;
text-align: left;
}
.case-study-info .focus {
  display: flex;
  align-items: center;
  padding: 20px 0px 20px;
}
.case-study-info .focus img{
  width: 70px;
 padding: 0px 10px 0px 0px;
}
.case-study-info .focus h2{
  font-size: 18px !important;
  margin: 0px;
  font-weight: bold;
  color: var(--accessible-blue);
text-transform: uppercase;
}
.case-study-info .focus p{
  margin: 0px;
  line-height: 1;
  font-weight: bold;
text-transform: uppercase;
}


.case-study-info table{
  border: 0px solid;
}
.case-study-info table h2{
  font-size: 24px;
  margin: 0px;
}
.case-study-info table p{
  margin: 0px;
  line-height: 1;
}
.case-study-info table img{
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0px auto 20px;
  display: block;
}
.case-study-info table td{
  border-width: 0px;
  border-style: none;
  vertical-align: middle;
}
.case-study-info table img{
  margin: 0px 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .row-number-3 .row-fluid:first-of-type {
  display: flex;
  flex-direction: column-reverse;  
}
/*.row-number-5 .row-fluid:first-of-type {
  display: flex;
  flex-direction: column-reverse;  
}*/
}

@media (min-width: 767px) and (max-width: 1000px) {
    .case-study-info .focus {
    display: block;
}
  .case-study-info .focus img{
    display: none;
}
}
/*
@media (min-width: 767px) {
    .hero__content .ctas {
    display: none;
}
}
*/

.testimonial-carousel-1, .testimonial-carousel-1 .h3 {
color: #fff;