
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.h1-custom {
    font-family: 'Manrope', sans-serif !important;
    background-image: url('https://www.etas.com/data/css_and_script/etas_logo.svg') !important;
    background-repeat: no-repeat;
    background-position: 2% 50%;
    color: #164293 !important;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 !important;
    font-size: 3em !important;
    border-top-width: 0;
    border-bottom: 10px solid red;
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to right, #164293, #5bcaf5) 1 stretch;
}


