.sections-widgets {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.sections-widgets-item {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    box-sizing: border-box;
}

@media screen and (min-width: 641px) {
    .sections-widgets-item {
        width:50%;
    }
    .widget-left {
        padding-right:15px;
        justify-content: flex-start;
    }

    .widget-right {
        padding-left:15px;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 640px) {
    .sections-widgets-item {
        padding: 0 26px 44px 26px;
        width: 100%;
    }

    .widget-content .text-info {
        text-align:center;
    }
}

.sections-widgets-item img {
    max-width: 100%;
}

.widget-link {
    display: inline-block;
    position: relative;
    text-decoration: none !important;
}

.widget-content .text-info h2 {
    font-size: 20px;
    line-height: 49px;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
    font-weight: 500;
}

.widget-content .text-info .cta {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    border-bottom: 2px solid #000;
    letter-spacing: 1px;
    font-family: "Montserrat",sans-serif;
    font-weight: normal;
    padding-bottom: 3px;
}