.term-44 .fy-background-image {
    background-image: none !important;
}
.term-44 .fy-heading .fy-heading-container {
    padding-bottom: 50px;
}
.fy-flex-order-tablet-3 .fy-flex-column-auto .fy-button {
    visibility: hidden;
}
.fy-flex-order-tablet-3 .fy-flex-column-auto .fy-button:after {
    content:'Request a Call'; 
    visibility: visible;
    display: block;
    position: absolute;
    border: 1px solid #c7c7c7;
    background: transparent !important;
    text-transform: uppercase;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #3c414f;
    letter-spacing: 0.1em;
    padding: 3px 35px;
    border-radius: 5px;
    top: 0;
    right: 0;
}
.fy-flex-order-tablet-3 .fy-flex-column-auto .fy-button:hover:after {
    color: #fff;
    background-color: #2d3242 !important;
}
@media only screen and (max-width:767px) {
    .term-44 .fy-heading .fy-heading-container {
        padding-top: 0;
    }
}