@media screen and (max-width: 750px) {
    .our-view .title-small {
        padding: 0 0.9375rem;
        margin-top: 2.5rem;
    }

    .our-view-list {
        padding: 0 0.9375rem;
        width: 100%;
        margin-top: 2.5rem;
    }

    .our-view-list-item {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .our-view-list li .sub-title {
        height: auto;
    }

    .our-view {
        padding-bottom: 3.125rem;
    }

    .our-view-list li .our-view-list-item:nth-child(2n):after {
        content: none;
    }
}