.about--image--wrapper {
display: inline-block;
position: relative;
}

.about--image--wrapper:before {
content: '';
background-image: url(http://unthinkablefm.wpengine.com/wp-content/uploads/2018/01/yellow-quote.png);
display: block;
width: 60px;
height: 46px;
position: absolute;
z-index: 4;
left: -20px;
background-size: contain;
background-repeat: no-repeat;
top: 14px;
}

.about--image--border {
position: relative;
padding-left: 15px;
padding-bottom: 15px;
display: inline-block;
}

.about--image--border:before {
content: '';
display: block;
border: 4px dashed #ffdd00;
top: 43px;
bottom: 0px;
left: 0px;
right: 15px;
position: absolute;
border-top: 4px dashed #FFF;
}

.about--image--border img {
position: relative;
z-index: 2;
display: block;
}

.about--image--caption p {
font-weight: bold;
color: #FFF;
padding-bottom: 5px;
}

@media screen and (min-width: 1025px) {
.about--image--caption {
position: absolute;
top: 30px;
left: 55px;
width: 50%;
z-index: 3;
text-align: left;
}
}

@media screen and (max-width: 1024px) {
.about--image--caption p {
color: #241f20;
margin-bottom: 5px;
}

.about--image--caption {
padding: 0 15px;
text-align: center;
}

@media screen and (max-width: 900px) {
.about--image--container {
margin-top: 30px;
text-align: center;
}
}