.soyseccionseo-container {
    width: 90% !important;
    max-width: 1600px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.soyseccionseo-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.soyseccionseo-img-col {
    width: 50%;
    padding-right: 30px;
}
.soyseccionseo-img {
    width: 100%;
    height: auto;
    display: block;
}
.soyseccionseo-img-placeholder {
    width: 100%;
    padding-bottom: 75%;
    background-color: #f5f5f5;
}
.soyseccionseo-text-col {
    width: 50%;
    padding-left: 30px;
}
.soyseccionseo-block {
    margin-bottom: 40px;
}
.soyseccionseo-block-2 {
    margin-bottom: 0;
}
.soyseccionseo-title {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 15px;
}
.soyseccionseo-desc {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.soyseccionseo-desc p {
    margin-bottom: 15px;
}
.soyseccionseo-desc p:last-child {
    margin-bottom: 0;
}
.soyseccionseo-desc strong,
.soyseccionseo-desc b {
    color: #333;
}
.soyseccionseo-desc a {
    color: #666;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .soyseccionseo-container {
        width: 100% !important;
    }
    .soyseccionseo-wrapper {
        flex-direction: column;
    }
    .soyseccionseo-img-col,
    .soyseccionseo-text-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .soyseccionseo-text-col {
        margin-top: 40px;
        text-align: center;
    }
}
