.content_sec_outer .content__sec p {
  font-size: 16px;
  line-height: 26px;
}
.content_sec_outer .content__sec h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 30px 0 0 0;
  font-family: "Roboto", serif;
  margin-left: -5px;
}
.content_sec_outer .content__sec ul{
  list-style: none;
  margin: 0;
  padding: 0;
} 
.content_sec_outer .content__sec ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.content_sec_outer .content__sec ul li strong {
  font-weight: 700;
}
.content_sec_outer.author-quote.dnd-section {
  padding: 80px 1rem;
}
.outer_wrapper {
  width: 750px;
  max-width: 100%;
}
.iamge__on_right img {
  display: block;
}

.content__sec a {
  margin-top: 50px;
  /*
  display: inline-block;  
  background: transparent;
    border: 3px solid #494cf4;
    color: #494cf4;
    letter-spacing: 1px;
    margin-top: 50px;
  text-align: center;
  border-radius: 50px;
  padding: 10px 17px;
  font-weight: 600;
  font-size: 16px;
  
}
.content__sec a:hover {
  background: #494cf4;
  color: #FFF;
}
*/

.content_sec_outer .content__sec h3 {
  font-size: 20px; 
  font-weight: 500;
}
.content_sec_outer .content__sec h3 strong {
  font-weight: 500; 
}
.content_sec_outer .content__sec ul li {
  font-size: 20px;
  font-weight: 300;
}
.content_sec_outer .content__sec ul li strong {
  font-weight: 500; 
}


/* Responsive */
@media (max-width: 767px){
  .content_sec_outer .content__sec h2  {
    font-size: 34px;
    line-height: 1.3;
  }
  .content_sec_outer.author-quote.dnd-section {
    padding: 60px 1rem;
  }
}