.title {
    font-family: Raleway, sans-serif !important;
    background-image: linear-gradient(93deg, #edcd6e, #c4963b) !important;
    line-height: 1.03 !important;
    letter-spacing: 2.2px !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase !important;
    font-style: normal;
    font-weight: 200;
}

h1.title {
    font-size: 4em;
}

.title.sm {
    font-size: 1.5rem;
}

@media screen and (max-width: 640px) and (min-width: 300px) {
    h1.title {
        font-size: 2em;
    }
    h2.title {
        font-size: 1.5em;
    }
    h3.title {
        font-size: 0.875em;
    }
}