.content-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.img-content {
    text-align: center;
}

.img-content img {
    width: 300px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.text-content {
    text-align: justify;
    line-height: 1.5;
}

.text-content p {
    margin: 0;
    padding-right: 50px;
}