@media screen and (max-width: 768px) {
    .frame-monitoringcoverage {
        display: flex;
        padding: 40px var(--Space-space-20, 20px);
        gap: 40px;
        align-self: stretch;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }

    .monrow {
        flex-direction: column;
    }

    .moncol {
        flex: 1 0 100%;
    }

    .card-cov {
        display: flex;
        width: 100%;
        height: 100%;
        padding: var(--Space-space-20, 20px);
        justify-content: center;
        align-items: center;
        gap: var(--Space-space-10, 10px);
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid var(----Base-200, #dedede);
        background: var(--Netral-White, #fff);
    }

    .img-mon{
        display: block;
        vertical-align: middle;
        position: absolute;
        margin-left: -78%;
        margin-top: -4.5%;
    }

    .title-media{
        color: var(----Dark-900, #3C476C);
        /* 16px/semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 145%; /* 23.2px */
        margin-left: 40px;
        margin-bottom: 3%;
    }

    .content-media{
        color: var(----Dark-900, #3C476C);
        /* 13px/regular */
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%; /* 18.85px */
    }

    .col-txtmon{
        text-align: left !important;
    }

}