.paragraph--type--text-and-image{
    padding: 6rem 2.5rem 8rem;
    background-color: #F5F3F3;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paragraph--type--text-and-image > div{
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
}

.paragraph--type--text-and-image > div img{
    width: 100%;
    height: auto;
}

.paragraph--type--text-and-image > div  h2{
    font-weight: 700;
    font-size: 2.4rem;
}