.e-con-inner li {
    list-style: initial!important;
}

.elementor-element-fa4d184{

}
.header, .header-style-two .header{
    background: #182634;
}
.pt-190{
    padding-top: 190px;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
}

.image-section {
    order: 1;
    width: 100%;
}

.image-section img {
    width: 100%;
    height: auto;
    display: block;
}

.text-center {
    text-align: center;
}
.text-section {
    order: 2;
    width: 100%;
    padding: 30px;
}
.text-underline{
    text-decoration: underline!important;
}
h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #2c3e50;
    line-height: 1.2;
}

h2 {
    font-size: 1.8rem;
    margin: 30px 0 15px;
    color: #2c3e50;
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
}

p {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

ul {
    margin: 15px 0 25px 20px;
}

li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.testimonial {
    background-color: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #2c3e50;
    margin: 25px 0;
    font-style: italic;
}

.testimonial-author {
    margin-top: 10px;
    font-weight: 600;
    font-style: normal;
}

.service-info {
    background-color: #e8f4fc;
    padding: 20px;
    border-radius: 5px;
    margin: 25px 0;
}


.brands {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.brand-tag {
    background: #ecf0f1;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.9rem;
}

/* Десктоп версия */
@media (min-width: 768px) {
    .content-wrapper {
        flex-direction: row-reverse;
    }

    .image-section {
        order: 2;
        width: 30%;
    }

    .text-section {
        order: 1;
        width: 70%;
    }
}

/* Мобильная оптимизация */
@media (max-width: 767px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .text-section {
        padding: 20px;
    }
}