p {
    margin: 0;
}

.tree-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
    color: black !important;
}

.tree-card {
    padding: 15px;
    margin-bottom: 20px;
    background-color: rgba(69, 125, 91, 0.31);
    border-radius: 12px;
    box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.27);
    position: relative;
}

.totm-card {
    background-image: url(/Content/Images/Departments/PublicWorks/UrbanForestry/TOTMBG.png);
    color: #f5fff6;
    background-size: cover;
    padding: 30px;
}

.tree-card-inner {
    display: inline-block;
    width: 100%;
}

.totm-card-inner {
    width: auto;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.54);
}

.tree-card-teaser {
    background-size: cover;
    background-color: #629c5a;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    height: 98px;
    border: 4px solid #8db787;
    border-radius: 9px;
    width: 175px;
    box-shadow: 5px 5px 10px rgba(39, 39, 39, 0.37);
    float: left;
}

@media screen and (max-width: 625px) {
    .tree-card-teaser {
        width: 27.8vw;
        height: 15.63;
    }
}

@media screen and (max-width: 500px) {
    .totm-card-teaser,
    .tree-card-teaser {
        display: block;
        float: none;
        margin-bottom: 10px;
        width: 158px;
        height: 88.875px;
    }
}

@media screen and (max-width: 320px) {
    .tree-card-teaser {
        width: 100%;
    }
}

.totm-card-teaser {
    width: 250px;
    height: 140px;
}

@media screen and (max-width: 900px) {
    .totm-card-teaser {
        width: 27.8vw;
        height: 15.63;
    }
}

@media screen and (max-width: 320px) {
    .totm-card-teaser {
        width: calc(100% - 8px);
    }
}

.tree-card-text {
    margin-left: 195px;
}

.totm-card-text {
    margin-left: 275px;
}

@media screen and (max-width: 900px) {
    .totm-card-text {
        margin-left: 27.8vw;
        padding-left: 25px;
    }
}

@media screen and (max-width: 625px) {
    .tree-card-text {
        margin-left: 27.8vw;
        padding-left: 25px;
    }
}

@media screen and (max-width: 500px) {
    .tree-card-text {
        margin-left: 0;
        padding-left: 0;
    }
}

.tree-card-info {
    display: block;
    unicode-bidi: isolate;
}

.tree-card-info-name {
    font-weight: bold;
    display: inline;
    color: #008000;
    font-size: 16px;
}

.totm-card-info-name {
    color: #d0ffa0 !important;
}

@media screen and (max-width: 780px) {
    .tree-card-info-name {
        display: block;
    }
}

.tree-card-info-summary {
    height: 88px;
    overflow: hidden;
    line-height: 1.4em;
}

.totm-card-info-summary {
    height: 110px;
}