@media screen and (max-width: 375px) {
    .m-text-title {
        padding: .6rem 0rem !important;
    }
    .m-text-content {
        font-size: .8rem !important;
    }
    .m-text-title {
        font-size: 1.1rem !important;
        font-weight: bold;
        /* padding: 1rem 0rem; */
    }
    .bolder {
        font-size: .8rem !important;
    }
    .m-superior-text {
        font-size: 12px !important;
    }
    .m-superior-line {
        display: flex;
        padding: .5rem 0rem 0rem;
        height: 7rem !important;
    }
}

@media screen and (max-width: 500px) {
    .m-text-title {
        padding: .6rem 0rem;
    }
    .m-text-content {
        font-size: .8rem;
    }
    .m-text-title {
        font-size: 1.1rem !important;
        font-weight: bold;
        /* padding: 1rem 0rem; */
    }
    .bolder {
        font-size: .8rem !important;
    }
    .m-superior-text {
        font-size: .8rem;
    }
    .left {
        padding: 0rem 1rem 0rem 0rem;
    }
    .right {
        padding: 0rem 0rem 0rem 1rem;
    }
    .m-superior-line {
        display: flex;
        padding: .5rem 0rem 0rem;
        height: 7.2rem !important;
    }
}