.claims-phone-button {
    background-color: #e86126;
    padding: 0.5em;
    font-size: 1em;
    color: white;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 2em;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    transition-timing-function: ease-in-out;
    cursor: default;
}

.claims-phone-button:hover {
   background-color: red;
}

footer > .container > a:last-child {
    display: none;
}

div#top-header {
    margin-bottom: -100px;
}

.sticky-header {
    position: fixed;
    top: 32px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
.header-6 #logo, .header-7 #logo {
    width: 100% !important;
}
}
@media only screen and (min-width: 768px){
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 50%;
}
}