.vm_media {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.vm_img {
    margin-right: 20px;
}

.vm_media-body {
    text-align: left;
}

.vm_heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
	font-size: 1.3em;
}

.vm_subtext {
    margin-bottom: 0;
    color: #555; /* Adjust text color as needed */
}

@media (min-width: 768px) {
    .vm_media {
        flex-direction: row;
        align-items: center;
    }
}
