.page_props-item_body {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;
}

.page_props-item.is-animated:nth-child(1) .page_props-item_body, .page_props-item.is-animated:nth-child(1) .page_props-item_image, .page_props-item.is-animated:nth-child(1) .page_props-item_title {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.page_props-item.is-animated .page_props-item_body, .page_props-item.is-animated .page_props-item_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.page_props-item_body, .page_props-item_title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
}
.page_props-item_title {
    color: #455065;
    font-size: 25px;
    line-height: 1.5em;
}

.page_props-item_image img {
    max-height: 100%;
    width: auto;
}

.page_props-item.is-animated:nth-child(1) .page_props-item_body, .page_props-item.is-animated:nth-child(1) .page_props-item_image, .page_props-item.is-animated:nth-child(1) .page_props-item_title {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.page_props-item.is-animated .page_props-item_image {
    opacity: 1;
    visibility: visible !important;
}
.page_props-item_image {
    height: 96px;
    margin-bottom: 15px;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}

.page_props-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    /*width: 31.5%;*/
    padding: 20px 30px;
    transition: 0.8s;
}

.page_props-items {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.page_props-items, .page_quotes-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}




.page_props-item:hover {
    background-color: #03bfda;
    border-radius: 10px;
    cursor: pointer;
}


.page_props-item:hover .page_props-item_image img{
    animation-delay: 10s;
    display: block;
    width: fit-content;
    margin: 0px auto;
    background-color: white;
    border-radius: 10px;
    padding: 10px 0px;
}

.page_props-item:hover .page_props-item_title, .page_props-item:hover .page_props-item_body{
    color: #ffffff;
}





















