.divisor {
    width: 100%;
    height: 1px;
    background-color: var(--morado);
    margin: 50px 0;
}

article {
    flex-direction: column;
}



.s__1,
.s__2 {
    max-width: 1450px;
    padding: 0 40px;
}

.s__1_txt {
    width: 50%;
    min-height: 300px;
    padding-left: 30px;
}

.s__1_txt h1 {
    text-align: left;
    margin-bottom: 25px;
}

.s__1_txt p {
    text-align: left;
    line-height: 30px;
}

.s__1_img {
    width: 50%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.s__1_img img {
    height: 100%;
}

.section__2 {
    justify-content: space-between;
    gap: 40px;
}

.s__2_txt {
    width: 75%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px 0 30px;
    margin-left: 20px;
}

.s__2_txt h1 {
    text-align: left;
    margin-bottom: 25px;
}

.s__2_txt p {
    text-align: left;
    line-height: 30px;
}

.s__2_img {
    width: 25%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.s__2_img img {
    height: 100%;
}

.s__2_txt li {
    margin: 7px 0;
    font-family: avenir_n;
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    color: #484f56;
}

.s__2_txt ul {
    list-style: disc;
}

.final {
    margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
    article {
        margin-top: 0px;
    }

    h1 {
        font-size: 40px;
    }

    .s__1,
    .s__2 {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }

    .s__1_txt,
    .s__2_txt {
        width: 100%;
        padding: 1;
        height: auto;
        box-sizing: border-box;
        margin: 0;
    }

    .s__1_img {
        display: none;
    }

    .s__2_img {
        width: 100%;
    }
}