.ovr_content.desktop {position: absolute;bottom: 0;}
.ovr_content {padding: 42px 40px;color: var(--color-white);width: 100%;}
.ovr_image {position: relative;}
.ovr_image img {width: 100%;height: 100%;object-fit: cover;}
.ovr_content.desktop .ovr_cls{display: flex;align-items: center;flex-wrap: wrap;}
.ovr_title {font-size: 24px;}
.ovr_content.desktop .ovr_cnt {margin-left: 40px;max-width: 342px;}
.ovr_cnt p {line-height: 18px;}
/* media query */
@media screen and (min-width:992px){.ovr_content.mobile {display: none;}}
@media screen and (max-width:991px){.ovr_content.desktop {display: none;}.ovr_content{padding: 30px 15px 20px;color: var(--color-gblack);}.ovr_title {font-size: 18px;margin-bottom: 20px;}}