.wrapper .text .mmstsw-item a,
.wrapper .text .mmstsw-item a:hover {
    text-decoration: none !important;
    color: unset !important;
}

.wrapper .text .mmstsw-item.mmstsw-item-hovered:hover {
    background: #dddddd;
}

.wrapper .text .widget.mmstsw-shortcode {
    padding: 0 !important;
}

.wrapper .text .mmstsw-shortcode h2 {
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    padding-bottom: 0.25em !important;
}

.wrapper .text .mmstsw-shortcode > h2 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0 !important;
    padding-top: 30px !important;
    font-size: 18px !important;
}

.wrapper .text .widget .mmstsw-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-bottom: 1px solid white;
}

.wrapper .text .widget .mmstsw-item:first-of-type {
    padding-top: 20px !important;
}

.wrapper .text .widget .mmstsw-item:last-of-type {
    /* padding-bottom: 10px !important; */
    border-bottom: 0;
}

.mmstsw-item-image {
    width: 100px;
}

.wrapper .text .mmstsw-item-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0 !important;
}

.mmstsw-item-image a {
    display: block;
}

.mmstsw-item-content {
    width: calc(100% - 100px);
    padding-left: 20px;
}

@media (max-width: 500px) {
    .mmstsw-item-content {
        padding-left: 0;
        width: 100%;
    }
    .wrapper .text .widget .mmstsw-item {
        display: block;
    }
    .wrapper .text .widget .mmstsw-item-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .wrapper .text .mmstsw-item-image img {
        max-width: 100px;
        height: auto;
        margin-bottom: 20px !important;
    }
}
