﻿.section-header-title {
    font-family: Roboto, sans-serif !important;
    padding:15px;
}

    .section-header-title .header-title h2, .section-header-title .header-title h1 {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 5px;
        text-transform: none;
    }

    .section-header-title .header-title h3 {
        font-size: 20px;
        text-transform: unset;
        margin: 0;
        font-family: Roboto, sans-serif;
        color: #242424;
        font-weight: 400;
    }

.section-header-title .header-title p.link {
    margin-bottom: 20px;
}

    .section-header-title .header-title p.link a {
        color: #242424;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .section-header-title .header-title p.link svg {
        stroke: #242424;
        stroke-width: 7px;
    }

.section-header-title .sponsor {
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .section-header-title .sponsor p {
        font-size: 12px;
        line-height: 16px;
        color: #bebebe;
        margin-bottom: 5px;
    }

    .section-header-title .sponsor img {
        width: 130px;
        height: auto;
        margin: 0;
        margin-bottom: 30px;
    }

@media screen and (min-width: 768px){
    .section-header-title {
        padding-left: 3.148%;
        padding-bottom: 38px;
        display: flex;
        justify-content: space-between;
        max-width: 75%;
    }
}