/* Start custom CSS for shortcode, class: .elementor-element-2aaf1ea */.steiras {
    display: block;
    font-family: Barlow;
    text-align: center;
    cursor: pointer;
    color: #D63212;
    border-style: solid;
    border-width: 2px;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 17px;
    text-transform: uppercase;
    transition: 0.8s;
}
.steiras:hover {
    color: #FFF !important;
    background-color: #D63212!important;}
    
.steiras2 {
    display: block;
    font-family: Barlow;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 17px;
    text-transform: uppercase;
    transition: 0.8s;
}
.steiras2:hover {
    color: #D63212 !important;
    background-color: #fff!important;}/* End custom CSS */