

/* donate card section */
.pb-30 {
    padding-bottom: 30px;
}

.class-offer-area .properties__card {
    background: #F4F2F1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.class-offer-area .properties__img img {
    width: 100%;
    position: relative;
}

.class-offer-area .properties__caption {
    padding: 26px 18px 8px 22px;
    border-bottom: 1px solid #ebeff4;
}
.class-offer-area .properties__caption h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.class-offer-area .properties__caption P {
    color: #777777;
}

.class-offer-area .properties__footer {
    padding: 19px 18px 20px 29px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.class-offer-area .properties__footer .class-day span {
    color: #1d95d1;
    font-family: "Jost",sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

.class-offer-area .properties__footer .class-day p {
    color: #263B5C;
    font-size: 14px;
}

/* donate card section */

