.btn-list {
    display: flex;
    justify-content: center;
    padding: 100px 0;
    background-color: #fff;
}

.btn-list li {
    padding: 12px 32px;
    border-radius: 28px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.btn-list .active {
    background-color: #009688;
    color: #fff;
}   

.btn-list .active a {
    color: #fff;
}



.btn-list li:nth-child(2) {
    margin: 0 20px;
}

.olympic p {
    display: block;
    text-indent: 2em;
    margin-bottom: 20px !important;
    line-height: 2.3;
}

.olympic-img {
    width: 100%;
    max-width: 1440px!important;
}