@media screen and (min-width: 100px) {
    .contentAfterSlider{
        background-color: #F7F7F7;
    }
    .greentext{
        color: green;
        font-weight: 600;
    }
    .frpdesc {
        line-height: 1.85;
        display: inline-block;
        font-size: 13px;
        padding: 1rem;
    }
    .col-md-5.espot, .col-md-11.espot {
        margin: 3% auto;
        position: relative;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
        color: #6d6d6d;
        border-bottom: 1px solid #dbdbdb;
    }
    .frpMainTitle {
        color: #000;
        font-weight: 500;
        padding: 0.7rem;
        text-align: center;
        margin: 1rem auto;
        font-size: 1.2rem;
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
    }
    .col-md-5.espot:hover, .col-md-11.espot:hover {
        box-shadow: -1px 5px 25px -5px rgba(0,0,0,0.8);
    }
    p.frpdesc::after{
        content: '';
        display: block;
        width: 0;
        height: 5px;
        background: #00000059;
        transition: width .3s;
        margin-top: 15px;
    }
    p.frpdesc:hover::after{
        width: 100%;
        /* transition: width .3s; */
    }
    .list-group-item::after{
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #00000059;
        transition: width .3s;
        margin-top: 0px;
    }
    .list-group-item:hover::after{
        width: 100%;
        /* transition: width .3s; */
    }
    h3.frpdesc {
        padding-bottom: 0.25rem;
        padding-top: 0.5rem;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .list-group-flush .list-group-item {
        border: 0;
        padding: .15rem;
        width: fit-content;
        cursor: default;
        background-color: unset;
    }
    .list-group-flush .list-group-item:hover {
        color: #4180CB;
    }
    .plantTitle {
        padding: 1rem;
        margin: auto;
        font-size: 1rem;
        width: 100%;
        background-color: #000000b8;
        color: #fff;
    }
    .plantDesc {
        display: inline-block;
        width: 100%;
        font-size: 1rem;
        line-height: 1.75;
    }
}
@media screen and (max-width: 520px) {
    
}
@media screen and (min-width: 720px) {
    .plantTitle {
        text-align: center;
    }
}

@media screen and (min-width: 980px) {
    .frpMainTitle {
        font-size: 1.5rem;
        width: 90%;
    }
    .frpdesc {
        font-size: 15px;
        width: 100%;
    }
    .plantTitle {
        font-size: 1.4rem;
    }
    .plantDesc {
        font-size: 1.1rem;
        padding: 0 1rem;
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {

}