/* Start custom CSS for html, class: .elementor-element-75c91a5 */.rs-btn {
    display: block;
    width: 100%;
    background: #031640;
    color: #fff !important;
    text-align: center;
    padding: 16px 12px;
    margin: 12px 0;
    font-size: 18px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.3s;
}
.rs-btn:hover {
    background: #003b9a;
    transform: translateY(-3px);
}/* End custom CSS */