/* INDEX STYLES */
article div.row-grid {
    display: flex;
    margin-top: 5%;
}
article div.img-preview, article div.text {
    flex: 30%;
}
article div.img-preview img {
    width: 90%;
}
article div.text {
    margin: 0 2.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
