.base{
    background: #3898ec;
    color: #fff;
    height: 53px;
    padding: 0 25px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.title{
    line-height: 25px;
}