/* Start custom CSS for text-editor, class: .elementor-element-deceb2b */.mainVi {
    display: flex;
    flex-direction: column;
}

.viImg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    min-width: 50%;
    text-align: center;
}
.viImg img {
    width: 75%;
    max-width: 800px;
}

.viContent {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    min-width: 50%;
}

.viContent h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #005868 !important;
}

@media only screen and (max-width: 640px) {
    
    .viContent {
        padding-top: 0;
    }

    .viContent h1 {
        font-size: 1.75rem;
    }
    .viImg img {
    width: 85%;
    max-width: 800px;
}
}/* End custom CSS */