.elementor-30231 .elementor-element.elementor-element-44d7f7b8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6a885fd2 */.contant p{
    flex: 1;
}

.contant p {
    font-size: 15px;
    margin-bottom: 13px;
    color: #0a2a52;
    position: relative;
    padding-left: 15px;
}

.contant p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 28px;
    background: #1a73e8;
    border-radius: 4px;
}

.contant ul,
.contant ol {
    padding-left: 20px;
}
.lens-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 60px 0;
}

.lens-section.reverse {
    flex-direction: row-reverse;
}

.lens-image {
    flex: 1;
}

.lens-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.lens-content {
    flex: 1;
}

.lens-content h5 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #0a2a52;
    position: relative;
    padding-left: 15px;
}

.lens-content h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 28px;
    background: #1a73e8;
    border-radius: 4px;
}

.lens-content ul,
.lens-content ol {
    padding-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .lens-section {
    flex-direction: column !important;
    }
}/* End custom CSS */