.custom-call-to-action {
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 70px;
}


@media (max-width: 768px) {
    .custom-call-to-action {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
    .custom-btn {
        width: 100%;
    }

    .header-top .header-top-phone > a {
        font-size: 14px !important;
    }
}

@media (max-width: 400px) {
    .header-top{
        display: none !important;
    }
}