.image-and-text {
    margin-top:30px;
    display: flex;
    flex-direction: row;

    margin-bottom:20px;
}

p {
    font-size: 18px;
}

.content-image {
    width: 600px;
    object-fit: cover;
    border-radius:10px;
}

.content-text {
    margin-left:20px;
}

.content-text-title {
    font-size:30px;
    margin-bottom:10px;
}

.bottom-text {
    
    text-align: center;
}