
.afw-custom-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.afw-custom-row:nth-child(even) {
    flex-direction: row-reverse;
}

.afw-custom-text,
.afw-custom-img {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}

.afw-custom-img img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: inherit;
}


@media (max-width: 768px) {
    .afw-custom-row,
    .afw-custom-row:nth-child(even) {
        flex-direction: column;
    }

    .afw-custom-text,
    .afw-custom-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
