.title,
.titlesm,
.titlemd,
.titlelg {
    color: white;
    background-color: #2c80b8;
    width: 100%;
    font-weight: 700;
    text-align: center;
}
.titlesm {
    font-size: 1.4rem;
    height: 2.3rem;
}
.titlemd {
    font-size: 1.6rem;
    height: 2.3rem;
}
.titlelg {
    font-size: 1.8rem;
    height: 2.5rem;
}