#ez-map {
    min-height:150px;
    min-width:150px;
    height: 420px;
    width: 100%;
}
#ez-map .infoTitle {
    /*marker window title styles*/
}
#ez-map .infoWebsite {
    /*marker window website styles*/
}
#ez-map .infoEmail {
    /*marker window email address styles*/
}
#ez-map .infoTelephone {
    /*marker window telephone styles*/
}
#ez-map .infoDescription {
    /*marker window description styles*/
}

.text-list {
    top: -26.2rem;
    position: relative;
    height: 0;
    background: white;
    width: 50%;
}
.text-list .inner-div {
    height: 420px;
    background: #ebeae7;
    padding: 5rem;
}
.text-list .inner-div::before {
    border-left: 50px solid #ebeae7;
    border-top: 200px solid transparent;
    border-bottom: 200px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -35px;
    width: 0;
    margin-top: 45px;
    margin-left: 59.5rem;
}
.inner-text {
    margin: 1rem;
}
.text-title, .text-subtitle {
    font-size: xx-large;
}
.text-title {
    font-weight: bold;
}