.wrapper .text .widget.box p,
.wrapper .text .widget.box li {
    text-align: left !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.wrapper .text .widget.box h3 {
    line-height: 1.5em;
    font-family: regular !important;
    font-size: 18px !important;
    padding-top: 0 !important;
}

.wrapper .text .widget {
    text-align: left;
    background: #eeeeee;
    /*border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
    padding: 20px;
    margin-bottom: 1.5em;
}

.wrapper .text .widget.box {
    display: flex;
    clear: both;
    margin-bottom: 1em !important;
}

.wrapper .text .widget.box .sources_caption {
    display: none;
}

.wrapper .text .widget.box-left {
    display: block;
    float: left;
    clear: both;
    width: 50%;
    margin-right: 15px !important;
    margin-left: -17.667% !important;
}

.wrapper .text .widget.box-right {
    display: block;
    float: right;
    clear: both;
    width: 50%;
    margin-left: 15px !important;
    margin-right: -17.667% !important;
}

.wrapper .text .widget.box .gallery_view {
    pointer-events: none;
    margin-left: 0 !important;
    margin-right: 1em !important;
    margin-bottom: 0 !important;
    width: auto !important;
    height: auto !important;
}

.wrapper .text .widget.box-left .image,
.wrapper .text .widget.box-right .image {
    max-width: 100% !important;
    height: auto !important;
}

.wrapper .text .widget.box-left .gallery_view,
.wrapper .text .widget.box-right .gallery_view {
    margin-right: 0 !important;
    margin-bottom: 1em !important;
}

@media (max-width: 1199px) {
    .wrapper .text .widget.box {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wrapper .text .widget.box-left {
        margin-right: 15px !important;
    }

    .wrapper .text .widget.box-right {
        margin-left: 15px !important;
    }
}

@media (max-width: 768px) {
    .wrapper .text .widget.box {
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wrapper .text .widget.box-left,
    .wrapper .text .widget.box-right {
        display: flex;
        float: none;
        width: 100%;
    }
    .wrapper .text .widget.box-left .gallery_view,
    .wrapper .text .widget.box-right .gallery_view {
        margin-bottom: 0 !important;
        margin-right: 1em !important;
    }
}

@media (max-width: 576px) {
    .wrapper .text .widget.box,
    .wrapper .text .widget.box-left,
    .wrapper .text .widget.box-right {
        display: block;
        float: none;
        width: 100%;
    }
    .wrapper .text .widget.box-left .gallery_view,
    .wrapper .text .widget.box-right .gallery_view {
        margin-bottom: 1em !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }
    .wrapper .text .widget.box .text > a:last-child {
        float: none !important;
    }
}

.wrapper .text .widget.box img {
    display: block;
    max-width: 100%;
}

.wrapper .text .widget.box .image {
    max-width: 50%;
    height: auto;
}

.wrapper .text .widget.box .text > a:last-child {
    text-transform: uppercase;
    background: #ee5b0a;
    color: white !important;
    display: inline-block;
    padding: 0.7em 2em;
    text-align: center;
    font-family: regular !important;
    font-size: 13px;
    line-height: 1.3em;
    letter-spacing: -1;
    text-decoration: none !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

/* Responsive styles */
@media (max-width: 768px) {
    .image img {
        max-width: 100%;
    }
}
