﻿@charset "UTF-8";

.header-cta {
    display: flex;
    align-items: center;
}


.header-cta-btn {
    display: inline-block !important;
    padding: 12px 12px;
    font-size: 14px !important;
    border-radius: 6px;
    background: #f57c00;
    color: #fff !important;
    font-weight: 600 !important;
    text-decoration: none;
    line-height: 1 !important;
    height: auto;
    margin-top: 25px;
}


    .header-cta-btn:hover {
        background: #d96c00;
        color: #fff !important;
    }

@media (max-width: 991px) {
    .header-cta {
        margin:     0 0 0 0;
        justify-content: center;
        width: 100%;
    }

    .header-cta-btn {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        padding: 12px 12px;
    }
}
