/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Changelog */
.changelog{
    padding: 80px 0% 130px;
}

.changelog h3{
    color: #4045CC;
    font-weight: 800;
    margin-bottom: 20px;
}

h4{
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 40px;
}

.changelog__card{
    border: 2px solid rgba(202, 202, 202, 0.59);
    border-radius: 0px;
    padding: 25px 20px;
    background-color: white;
    margin-bottom: 20px;
}

.changelog__card--new{
    border: 2px solid #4045CC;
    position: relative;
}

.changelog__card .new{
    display: none;
}

.changelog__card--new .new{
    display: block;
    position: absolute;
    top: -12px;
    background-color: #4045CC;
    border-radius: 0px;
    color: white;
    padding: 0 10px;
    font-size: 14px;
}

.changelog__card p{
    font-weight: 500;
    color: rgba(0, 3, 29, 0.65);
    font-size: 19px;
}

.changelog__card--new p{
    color: #4045CC;
}

.changelog__card h6{
    font-weight: 700;
    margin-top: -12px;
    font-size: 18px;
}

@media only screen and (max-width: 610px) {
    .changelog{
        padding: 30px 6% 130px;
    }

}