h5 {
 display:inline;
 font-weight: normal; // не жирный
 font-size: 8px // размер текста
 font-family: sans-serif // шрифт текста
}

 .exam_01 {
    background: linear-gradient(135deg, #f4e3f0 50%, #e2debe 50%);
    color: #49152C;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

 .exam_02 {
    padding: 20px 40px; / *отступ вложенного текста от рамки */
    background: #968089; /* фон рамки */
    font-size: 20px; /* размер шрифта */
    border: 2px dashed #e3c3d4; /* размер, форма и цвет рамки */
    border-radius: 10px; /*  радиус скругления углов рамки */
    box-shadow: 0 0 0 4px #968089, 2px 1px 6px 4px rgba(150, 128, 137, 0.5); /* смещение, размер и цвет тени рамки*/
      color: #777;
      font-family: 'Lato', sans-serif;
}

 .exam_03 {
    border-radius: 5px;
    color: #fff;
    font-family: verdana, 'open sans', sans-serif;
    padding: 10px 14px 10px 44px;
    position: relative;
    box-shadow: 0px 1px 5px #999;
    background-color: #8a9bab;
}


 .exam_04 {
    background-color: #feeff4;
    border-left: 6px solid #e04386;
    color: #49152c;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}


 .exam_05 {
    background-color: #feeff4;
    border: 4px solid #d9fcff;
    color: #968089;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}
