#marker-content {

    height: 120px;
    width: auto;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
}



.firstHeading {
    font-size: 18px;
    margin-bottom: 10px;

}

.marker-bodyContent {
    display: flex;
    flex-direction: column;
}

#marker-content .marker-bodyContent p {
    font-size: 14px;
    margin-bottom: 5px;
}
