.container-btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}


.btn-contact-us {
    border-radius: 2.5rem;
    transition: all 250ms;
    box-shadow: 0 0 1.25rem #ccc;
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.75rem;
    font-weight: 800;
    white-space: nowrap;
}


.btn-contact-us-text {
    font-size: 1.75rem;
    font-weight: 800;
}


.btn-contact-us:hover {
    box-shadow: 0 0 1.25rem #666;
    transform: translateY(-10px);
}


.btn-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.btn-bottom-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2;
}


@media (max-width: 574px) {
    .btn-hero-comp {
      display: none;
    }
}


@media (min-width: 575px) {
    .btn-hero-mobile {
        display: none;
      }
}