body {
    background: url(../media/Quienes-somos-scaled.png);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center 50%;
    background-attachment: fixed;
}

.sect_13 {
    background: #fff;
    padding: 80px 40px;
    gap: 35px;
}

.sect_13 h1 {
    text-align: center;
    width: 50%;
}

.sect_13 > p {
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem;
    color: #222;
}

.sect_13 > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
}

.sect_13 > div > div {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sect_13 div div div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sect_13 > div > div > p:nth-of-type(1) {
    text-align: left;
    font-weight: 600;
    font-size: 1.125rem;
    color: #222;
    margin-bottom: 20px;
}

.sect_13 div div div i {
    color: #bf3f8a;
    height: 100%;
    display: flex;
    width: 50px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}

.sect_13 div div div p {
    text-align: left;
    font-weight: 200;
    font-size: 0.875rem;
    color: #222;
    width: 80%;
}

.sect_13 div img {
    height: 390px;
}