.press-tabs {
    margin-bottom: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.press-tabs .btn {
    padding: 20px;
    margin-right: 5px;
    box-shadow: 0 0 15px #0098a11a;
}

.press-tabs .btn.active {
    background: #0098a1;
    color: white;
    font-weight: bold;
    box-shadow: none;
}

.press-section {
    padding: 30px 0 150px;
}

.press-list .press-text h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #282828;
    padding: 0;
    margin-bottom: 10px;
}

.press-list .press-text h3 em {
    display: block;
}

.press-list .press-text p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #282828;
    letter-spacing: 0.1px;
}

.press-list label {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    max-width: 176px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #FFF;
    background: #96be0d;
    padding: 14px 14px;
}

.press-list {
    margin: 0 -15px 45px;
    display: flex;
    flex-flow: row wrap;
}

.press-list li {
    flex: 0 1 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 50px;
}

@media (max-width: 980px) {
    .press-list li {
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    .press-list li {
        flex: 0 1 100%;
        max-width: 100%;
    }
}


.press-list .press-text {
    padding: 20px;
}

.press-list .press-text a.press-text-btn {
    color: #0098a1;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
}

.press-list .press-text a.press-text-btn:hover {
    color: #96be0d;
}

.press-list .press-box:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}