.custom-content h1{
    font-family: 'Open Sans', sans-serif;
    color:#2395f2;
    font-weight: bolder;
    margin-top: 10px;
    letter-spacing: 1px;
    -webkit-text-stroke: medium;

}
@media only screen and (max-width: 480px) {
  
    .three-color-text{
        font-size:14px!important;
    }
    .custom-content h1{
        font-size:27px!important;
    }
}