#opcii {
    overflow: hidden;
    padding:60px 0;
    background: #fff;
}

#opcii .o-item {
    text-align: center;
    float: left;
    width: 25%;
    border-right: 1px solid rgba(71,55,55,0.33);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0.9574% 25px;
}

#opcii .o-item:last-child {
    border: 0;
}

#opcii .oi-title {
    font-size: 18px;
    font-style: italic;
    font-family: 'NotoSerif';
}

#opcii .oi-link {
    opacity: 0.5;
    text-decoration: none;
    color: #473737;
    display: block;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: opacity 0.3s ease 0s;
}

#opcii .oi-link:hover {
    opacity: 1;
}

#opcii .oi-text {
    font-size: 14px;
    font-style: italic;
    font-family: 'NotoSerif';
}

#opcii .oi-img {
    height: 98px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 885px) {
    
    #opcii {
        padding: 70px 0 35px;
    }
    
    #opcii .o-item {
        width: 50%;
        margin-bottom: 30px;
        padding: 10px 2% 25px;
    }
    
    #opcii .o-item:nth-child(2) {
        border-right: 0;
    }
    
    #opcii .o-item:nth-child(3) {
        clear: both;
    }
}

@media (max-width: 460px) {
    
    #opcii .o-item {
        border: 0;
        border-bottom: 1px solid rgba(71,55,55,0.33);
        float: none;
        margin: 0 auto;
        width: 85%;
        padding: 25px 10px 35px;
    }
    
    #opcii {
        padding: 15px 0;
    }
}