/*this is custom css file to write if there is scss compilation problem for urgent fixes*/

/* start homepage patient stories*/

.block-what-patients-are-saying .top-content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.block-what-patients-are-saying .top-content-wrapper>div {
  max-width: 43%;
}
.block-what-patients-are-saying .top-content-wrapper .right-section{
  display: flex;
  align-items: center;
}
.block-what-patients-are-saying .top-content-wrapper .right-section .left{
  margin-right: 39px;

}
.block-what-patients-are-saying .top-content-wrapper .right-section img{
  border-radius: 100%;
}
@media(max-width: 767px){
  .block-what-patients-are-saying .top-content-wrapper {
      margin-bottom: 32px;
  }
  .block-what-patients-are-saying .top-content-wrapper>div {
      max-width: 100%;
  }
  .block-what-patients-are-saying .top-content-wrapper {
      display: flex;
      flex-wrap: wrap;
  }
}


@media screen and (min-width: 1210px){
  .front .block-what-patients-are-saying {
    padding-left: 60px;
  }
}
.block-what-patients-are-saying   h2{
text-align: left !important;
}
.block-what-patients-are-saying  h2 span{
    max-width: 250px;
    font-size: 31px;
    padding: 0 !important;
}

.block-what-patients-are-saying li.pager__item a.button {
  padding-top:0;
  margin-top: 3px;
    background: none;
    border: none;
    color: #1A9EEB;
    text-transform: uppercase;
    font-family: 'ROBOTO';
}
.block-what-patients-are-saying li.pager__item a.button:hover{
background: none;
}



/*end homepage patent stories*/
