.sub {
    text-align: right;
}
.pg-image-wrapper {
    display: flex;
    align-items: center;
}
.pg-image-wrapper__image {
    min-width: 530px;
    margin-right: 30px;
}
.pg-image-wrapper__text {
    max-width: 670px;
}
.pg-image-wrapper__text p {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}
.pg-image-wrapper__text ul {
    padding-left: 0;
}
.pg-image-wrapper__text ul li {
    margin-bottom: 10px;
    font-size: 1.8rem;
    list-style: none;
}


@media (max-width: 768px) {

    .pg-image-wrapper {
        display: block;
    }
    .pg-image-wrapper__image {
        min-width: auto;
        margin: 0 auto 30px 0;
        text-align: center;
    }
    .pg-image-wrapper__text {
        max-width: auto;
    }
    .pg-image-wrapper__text p {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .pg-image-wrapper__text ul {
        margin-bottom: 40px;
    }
    .pg-image-wrapper__text ul li {
        font-size: 1.4rem;
    }
}