.timeline-event > div > p:first-child {
  background-color: #ffff5b;
    border: 1px dashed;
    padding: 10px;
    color: #000;
    font-weight: bolder;
}

.my-p {
  padding: 10px;
    border: #000 1px dashed;
    background-color: #b9b9b9;
    color: #fff;
}

.timeline-event > div > p:last-child{
  font-size: 12px;
    line-height: 17px;
    font-style: italic;
}

iframe {
    width: 100%;
    border: 1px #01a2a6 dashed;
    padding: 5px;
}