/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.features{
    background-image: url('../images/backgounds/background-lines.jpg');
}

.features h1{
    text-transform: uppercase;
}

.features h5{
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: .75rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--primary-black);
}

.features p.bottom{
    font-size: 12px;
}

.features .title{
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}

.features .title img{
   width: 15%;
   -o-object-fit: contain;
      object-fit: contain;
}

.dash{
    list-style-type: "- ";
}

.blog-img{
    max-height: 208px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 -45px;
       object-position: 0 -45px;
}

.cta.homes{
    background-image: url('../images/oaklyn-homes/amenities.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 992px) {
    .features .title{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
     }

     .features .title img{
        width: 30%;
        margin-bottom: 20px;
     }
}