.achievements {
    display: table;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.achievement {
    display: block;
    padding: 25px;
    margin-bottom: 40px;
    border: 2px solid #d9dfec;
    -webkit-transition: padding .3s ease, margin .3s ease;
-moz-transition: padding .3s ease, margin .3s ease;
-ms-transition: padding .3s ease, margin .3s ease;
-o-transition: padding .3s ease, margin .3s ease;
transition: padding .3s ease, margin .3s ease;
    text-align: center;
}


.achievement-icon {
    text-align: center;
    position: relative;
    height: 25px;
    top: -43px;
    -webkit-transition: height .3s ease, top .3s ease;
-moz-transition: height .3s ease, top .3s ease;
-ms-transition: height .3s ease, top .3s ease;
-o-transition: height .3s ease, top .3s ease;
transition: height .3s ease, top .3s ease;
}
.achievement-icon IMG {
    width: 58px;
    -webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}

.achievement-title {
    color: #ff3333;
    font-size: 30px;
    line-height: 110%;
    padding-bottom: 17px;
    -webkit-transition: font-size .3s ease, line-height .3s ease, padding .3s ease;
-moz-transition: font-size .3s ease, line-height .3s ease, padding .3s ease;
-ms-transition: font-size .3s ease, line-height .3s ease, padding .3s ease;
-o-transition: font-size .3s ease, line-height .3s ease, padding .3s ease;
transition: font-size .3s ease, line-height .3s ease, padding .3s ease;
}
.achievement-text {
    display: block;
    width: 75%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    -webkit-transition: width .3s ease, font-size .3s ease, line-height .3s ease;
-moz-transition: width .3s ease, font-size .3s ease, line-height .3s ease;
-ms-transition: width .3s ease, font-size .3s ease, line-height .3s ease;
-o-transition: width .3s ease, font-size .3s ease, line-height .3s ease;
transition: width .3s ease, font-size .3s ease, line-height .3s ease;
}
.achievement-date {
    color: #99a6bf;
    padding-top: 17px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

.achievement-photo {}

.achievement-photo IMG {
    max-width: 100%;
    max-height: 400px;
}

@media (max-width: 810px) {
    /*dec(1) - fs <~ 10%; p/m <~ 20%*/

.achievement {
    /*25*/ padding: 20px;
    /*40*/ margin-bottom: 32px;
}
.achievement-icon {
    /*25*/ height: 20px;
    /*0.72*/ top: -34px;
}
.achievement-icon IMG {
    /*58*/ width: 46px;
}
.achievement-title {
    /*30*/ font-size: 27px;
    /*17*/ padding-bottom: 14px;
}
.achievement-text {
    /*18*/ font-size: 16px;
    /*30*/ line-height: 27px;
}
.achievement-date {
    /*17*/ padding-top: 14px;
}    .achievement-text {
        width: 83%;
    }
}

@media (max-width: 480px) {
    /*dec(2) - fs <~ 20%; p/m <~ 40%*/

.achievement {
    /*25*/ padding: 15px;
    /*40*/ margin-bottom: 24px;
}
.achievement-icon {
    /*25*/ height: 15px;
    /*0.72*/ top: -26px;
}
.achievement-icon IMG {
    /*58*/ width: 35px;
}
.achievement-title {
    /*30*/ font-size: 24px;
    /*17*/ padding-bottom: 10px;
}
.achievement-text {
    /*18*/ font-size: 14px;
    /*30*/ line-height: 24px;
}
.achievement-date {
    /*17*/ padding-top: 10px;
}    .achievement-text {
        width: 100%;
    }
}