/* onOffice Elementor */ 

/* oO_Imagebox */

.imagebox_image {
    width: 100%;
    height: 250px;
}

.elementor .imagebox_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.imagebox_content {
    padding: 15px;
    background-color: #efefef;
    text-align: center;
}

.imagebox_content .imagebox_headline {
    font-size: 22px;
    font-weight: 600;
    color: rgb(0, 84, 171);
    display: block;
    margin-bottom: 10px;
}

.imagebox_content a {
    display: inline-block;
    background-color: rgb(212, 175, 55);
    padding: 5px 10px;
    color: #ffffff;
    transition: all 0.3s;
}

.imagebox_content a:hover {
    opacity: 0.8;
    text-decoration: none;
}