.bs-cta-box {
background-color: rgb(255, 244, 165);
padding: 5%;
border-style:dashed;
border-width: thick;

}


.bs-pulse-wrapper{display: flex;justify-content: center;align-items: center;}

.pulse{background-color: red;border-radius: 10px;position: relative;animation: animate 3s linear infinite}

.pulse span{position: relative;display: flex;justify-content: center;align-items: center;color: #fff;height: 100%;cursor: pointer;padding:10%;font-weight: bold;width:200px;}

@keyframes animate{0%{box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7) , 0 0 0 0 rgb(255, 109, 74, 0.7)}40%{box-shadow: 0 0 0 50px rgb(255, 109, 74, 0) , 0 0 0 0 rgb(255, 109, 74, 0.7)}80%{box-shadow: 0 0 0 50px rgb(255, 109, 74, 0) , 0 0 0 30px rgb(255, 109, 74, 0)}100%{box-shadow: 0 0 0 0 rgb(255, 109, 74, 0) , 0 0 0 30px rgb(255, 109, 74, 0)}}

.img-caption {
    font:italic;
    font-size:0.8rem;
    position: relative;display: flex;justify-content: center;align-items: center;}

.content-area a{
    max-width:100%;display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:bottom}

.content-area,
.content-area p{
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    text-align: left;
    margin:.5em 0 1em
}

.content-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}

.Interview { 
    background: #f7f39d none repeat scroll 0% 0%;
    padding: 15px; margin: 15px ; 
    border: 3px dashed #000000;
}
