/** Fullwidth action component Style **/

.fullwidth-action-component-wrap {
    text-align: center;
    padding: 110px 0;
    margin-top: -350px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.fullwidth-action-component-wrap .header-title {
    font-family: 'Barlow';
    letter-spacing: 3px;
    font-size: 20px;
}
.fullwidth-action-component-wrap button {
    color: white !important;
    background-color: black;
    margin-top: 35px;
}

.fullwidth-action-component-wrap button:hover,
.fullwidth-action-component-wrap button:active,
.fullwidth-action-component-wrap button:focus {
    color: white !important;
    background-color: black;
    opacity: 0.5;
    outline: none;
}
