.picture-text {
    margin-bottom: 15px;
}

.picture-text__wrapper {
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

p.picture-text__text {
    background: #f2f2ff;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 1024.98px) {
    .picture-text__wrapper {
        border-radius: 20px;
    }

    p.picture-text__text {
        font-size: 12px;
        padding: 10px;
    }
}