.branches2_list{margin:0;padding:0;width:100%;position:relative;display:grid;grid-template-columns:repeat(3, 1fr);row-gap:2rem;column-gap:2rem}.branches2_list.owl-carousel{display:block}.branches2_list.owl-carousel .item{width:calc(100% / 3 - (2 * 2rem / 3) * 1);margin-right:2rem}.branches2_list .item{border-radius:5px;overflow:hidden;width:100%;margin:0;position:relative;transition:all 400ms ease 0ms;background:#1A1A1A;box-sizing:border-box;text-align:center;padding:40px;display:flex;justify-content:center;align-items:center}.branches2_list .item .item_in{width:100%;display:flex;align-items:flex-start;text-align:left;flex-direction:column;gap:25px}.branches2_list .item .item_in .h3{font-weight:300;color:#fff;margin:0}.branches2_list .item .item_in p{color:#B7B7B6;font-size:16px;line-height:24px;margin:0}.branches2_list .item .item_in p a{position:relative}.branches2_list .item .item_in p a::before{background:#B7B7B6;content:"";position:absolute;width:100%;left:0;bottom:0;height:1px;opacity:1;transition:all 400ms ease 0ms}.notouch .branches2_list .item .item_in p a:hover::before{opacity:0;width:0}.branches2_list .item .item_in .datetime{margin:40px 0 0;width:100%;display:flex;flex-direction:column}.branches2_list .item .item_in .datetime p{padding:15px 0 15px;border-top:1px solid rgba(255,255,255,0.3);display:flex;justify-content:space-between}.branches2_list .item .item_in .datetime p:first-child{border-top:0;padding-top:0}.branches2_list .item .item_in .datetime p:last-child{padding-bottom:0}.branches2_list .item .item_in .datetime p span{font-size:16px;line-height:24px;font-weight:400;color:#ffffff}.branches2_list .item .item_in .datetime p span:nth-child(2){font-weight:700;font-size:16px;line-height:24px}@media screen and (max-width:1280px){.branches2_list{grid-template-columns:repeat(2, 1fr);row-gap:2rem;column-gap:2rem}.branches2_list.owl-carousel{display:block}.branches2_list.owl-carousel .item{width:calc(100% / 2 - (1 * 2rem / 2) * 1);margin-right:2rem}}@media screen and (max-width:1000px){.branches2_list .item{padding:32px}.branches2_list .item .item_in{gap:20px}.branches2_list .item .item_in p{font-size:14px}.branches2_list .item .item_in .datetime{margin:20px 0 0}.branches2_list .item .item_in .datetime p{padding:8px 0}.branches2_list .item .item_in .datetime p span{font-size:14px}.branches2_list .item .item_in .datetime p span:nth-child(2){font-size:14px}}@media screen and (max-width:650px){.branches2_list{grid-template-columns:repeat(1, 1fr);row-gap:2rem;column-gap:2rem}.branches2_list.owl-carousel{display:block}.branches2_list.owl-carousel .item{width:calc(100% / 1 - (0 * 2rem / 1) * 1);margin-right:2rem}}@media screen and (max-width:500px){.branches2_list .item{padding:25px}}