.cf_contentWrap{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
    text-align: start;
    border: 1px solid #ccc;
}
.cf_contentWrap .swiper{
    margin: 0;
}
.cf_content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.cf_content .cf_contentWrap img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.cf_content .contentText{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cf_content .contentText > div{
    width: 100%;
}
.cf_content .contentText p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*------------xl------------*/
@media (max-width: 1199px) {
    .cf_content .cf_imgWrap{
        max-height: 300px;
    }
    .cf_textWrap p{
        font-size: 12px;
    }
    .cf_textWrap h5{
        font-size: 16px;
    }
}
/*------------xl------------*/

/*------------lg------------*/
@media (max-width: 767px) {
    .ca_aboutImg{
        height: 250px;
    }
    .cm_mapWrap {
        height: 250px;
    }
    .cf_textWrap {
        bottom: 3rem;
        left: 0rem;
        right: 0rem;
        padding: 1rem;
    }
    .cf_content{
        gap: 2.5rem;
        grid-template-columns: 1fr 1fr;
    }
}
/*------------lg------------*/

/*------------sm------------*/
@media (max-width: 576px) {
    .cf_content{
        grid-template-columns: 1fr;
    }
}
/*------------sm------------*/