.e-con-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.e-con-inner h1 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
}
.e-con-inner h2 {
    font-size: 25px;
    line-height: 1.4;
}
.e-con-inner h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 20px;
}
.e-con-inner h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 20px;
}
.e-con-inner p {
    margin: 0 0 20px;
}
.e-con-inner ul, ol {
    margin: 15px 0 15px 20px;
    font-size: 15px;
    line-height: 1.7;
}
.e-con-inner b, strong {
    font-weight: 600;
}
#main img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.app-feature {
    flex-direction: row;
}
.e-child {
    width: 50%;
}
.e-parent {
    padding: 20px;
}
.elementor-button {
    background-color: #172d45;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
}
@media (max-width: 768px) {
    .e-con-inner {
        padding: 20px;
    }
    .app-feature {
        flex-direction: column;
    }
    .e-child {
        width: 100%;
    }
}