.marketing-content h2{
  font-size:50px;
  line-height:50px;
  font-weight:300;
  font-family:lato;
  color:#000;
  text-align:right;
  margin-bottom:20px;
  text-transform:uppercase;
}
}

/* .marketing-content p{
   font-size:16px;
   line-height:19px;
   font-weight:400;
   font-family:lato;
   color:#7F7F7F;
   text-align:right;
} */

.marketing-content p {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: 'Lato' !important;
    color: #7F7F7F !important;
    text-align: right !important;
}

.marketing-sec p {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: 'Lato' !important;
    color: #7F7F7F !important;
    text-align: right !important;
}

.marketing-content h5{
   font-size:16px;
   line-height:19px;
   font-weight:700;
   font-family:lato;
   color:#5DAA9E;
   text-align:right;
}

/* Mobile Responsive  Start*/

@media (min-width: 320px) and (max-width: 720px) {
 
.marketing-content h2 {
    font-size: 30px;
    line-height: 40px; 
}
}
/* Mobile Responsive  End*/
  
/* Tab Responsive  Start*/  
  
@media (min-width: 768px) and (max-width: 1139px) {
 
.marketing-content h2 {
    font-size: 30px;
    line-height: 40px; 
}
 
.marketing-content {
    margin-right: 30px;
}  
}

/* Tab Responsive  Start*/  