.wr_excellences {

}
.excellences {
    width: 1280px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.excellence_item {
    width: 295px;
    margin-bottom: 90px;
}
.wr_excellence_item_text {
    margin-top: 40px;
    width: 270px;
    height: 270px;
    box-sizing: border-box;
    border-radius: 135px;
    border: solid 15px #1f7cac;
    background-color: #e1f4fd;
    color: #153a6c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.excellence_item_text {

}
.excellence_item_text p {
    font-size: 35px;
    text-align: center;
    line-height: 0.9;
}
.excellence_item_text p:nth-child(2) {
    font-size: 60px;
}
.excellence_item_anons {
    height: 100px;
    overflow: hidden;
    font-size: 25px;
    text-align: center;
    line-height: 28px;
    margin-top: 35px;
}

@media only screen and (max-device-width: 499px) {
    .excellences {
        width: 100%;
        justify-content: center;
    }
    .excellence_item {
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
        padding: 0px 5px;
        text-align: center;
    }
    .wr_excellence_item_text {
         margin: 10px auto 0px;
         width: 270px;
         height: 270px;
         box-sizing: border-box;
         border-radius: 135px;
         border: solid 15px #1f7cac;
         background-color: #e1f4fd;
         color: #153a6c;
         display: flex;
         justify-content: center;
         align-items: center;
     }
    .excellence_item_anons {
        margin-top: 15px;
    }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 1279px) {
    .excellences {
        width: 100%;
        justify-content: space-around;
    }
}