
.strong-red {
    color: #eb5c60;
    font-weight: bold;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
 margin-bottom: 2em;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.img-box{
display:flex;
justify-content: space-between;
}
.img-box p{
width:48%;
}

.img-box p >img{
width:100%;
}

.img-box3{
display:flex;
justify-content: space-between;
}
.img-box3 p{
width:32%;
}

.img-box3 p >img{
width:100%;
}
