.content-sided {
    padding-top: 60px;
    padding-bottom:60px;
}

.content-sided h2 {
    font-size:26px;
    margin-bottom: 40px;
}

.content-sided h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.content-sided p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height:1.4;
}

.content-sided img {
    width: 100%;
    max-width: 270px;
    height:auto;
}
.content-sided .site-row {
    align-items: center;
    margin-bottom: 100px;
}
.content-sided .site-row:last-child {
    margin-bottom: 0;
}

.content-sided--text-right .site-col:nth-child(1) {
    order: 1;
}
.content-sided--text-left .site-col:nth-child(2) {
    order:1;
}
.content-sided--text-right .site-col:nth-child(2) {
    order: 2;
}
.content-sided--text-left .site-col:nth-child(1) {
    order:2;
}

@media (min-width: 768px) {
    .content-sided .site-row {
        margin-bottom: 40px;
    }
    .content-sided--text-right .site-col:nth-child(1) {
        width: 25%;
        flex-shrink: 0;
        order:  unset;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .content-sided--text-left .site-col:nth-child(2) {
        width: 25%;
        flex-shrink: 0;
        order:  unset;
         display:flex;
        justify-content: center;
        align-items: center;
    }
    .content-sided--text-right .site-col:nth-child(2) {
        order:  unset;
    }
    .content-sided--text-left .site-col:nth-child(1) {
        order:  unset;
    }
}
