.textrow0_m {
    width: 100%;
    height: 100%;
    display: flex;

    flex-direction: column;
}

.textrow0_m .col1_m {
    width: 100vw;
    height: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    text-align: center;
}

.textrow0_m .col2_m {
    width: calc(100% - 22px);
    padding-top: 11px;
    padding-bottom: 27.5px;
    height: auto;
    padding-left: 10px;
    padding-right: 12px;
}

.textrow0_m .col2_m p {
    margin: 0;
}

.textrow0_m .image-col0_m {
    width: calc(100% - 22px);
    padding-left: 10px;
    padding-right: 12px;
    padding-top: 11px;
}
.textrow0_m .image-col0_m img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 11px;
}
