section#media_image-2 {
border-right: 2px solid #d62434 !important;
width: 190px;
}
section#custom_html-2 {
width: 400px;
position: relative;
left: -100px;
font-size: 16px;
top: 15px;
}
section#text-2 {
position: relative;
left: -100px;
}
@media only screen and (max-width: 600px) {
section#media_image-2 {
border-right: 2px solid #d62434 !important;
width: initial;
}
section#custom_html-2 {
width: initial;
position: initial;
left: 0;
font-size: 16px;
top: 15px;
}
section#text-2 {
position: initial;
}
}