#synection-also-interesting-wrapper {
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
#synection-also-interesting-wrapper .synection-also-interesting {
    text-align:center;
    flex:0 1 33%;
    padding-top:50px;
    padding-left:25px;
    padding-right:25px;
}

#synection-also-interesting-wrapper .synection-also-interesting h3 {
    text-transform: none;
    font-weight: 700;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 10px;
}

#synection-also-interesting-wrapper .synection-also-interesting .synection-also-interesting-link {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.so-widget-synectionalsointeresting-widget.so-widget-synectionalsointeresting-widget-base > h3 {
    border-bottom: 1px solid #E33C46;
    text-transform: none;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}

@media screen and (max-width: 768px) {
    #synection-also-interesting-wrapper .synection-also-interesting {
        text-align: center;
        flex: 0 1 100%;
    }
    .so-widget-synectionalsointeresting-widget.so-widget-synectionalsointeresting-widget-base > h3 {
        text-align:center;
    }
}