﻿body .skin-button-white .elementor-button {
    background-color: #FCFCFD;
    border-radius: 90px;
    padding: 12px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #002169;
    border: 1px solid #FCFCFD;
}
body .skin-button-white .elementor-button:hover,
body .skin-button-blue .elementor-button:hover {
    transform: scale(0.95);
}

body .skin-button-blue .elementor-button:hover {
    background-color: #002169 !important;
}
body .skin-button-blue .elementor-button {
    background-color: #002169;
    border-radius: 90px;
    padding: 12px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FCFCFD;
    border: 1px solid #002169;
}
body .skin-button-without-background .elementor-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.25em;
    color: #083AA8;
    background-color: none;
    padding: 0;
}