.bar-one{gap:8px;border-radius:16px;padding:24px;background-color:#f7f7f7}.bar-content{display:flex;justify-content:space-between;gap:24px}.bar-text{width:50%}.bar-text h2{font-family:inherit;font-weight:500;font-style:Medium;font-size:20px;line-height:124%;color:#111;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;white-space:normal;overflow:hidden}.bar-img-text{display:flex;align-items:center;gap:8px}.bar-img-text p{font-family:inherit;font-weight:500;font-style:Medium;font-size:16px;line-height:100%;color:gray}.bar-img-text img{height:16px;width:16px;object-fit:contain}.bar-new-section{width:50%;display:flex;justify-content:space-between;gap:24px}.link-btn{background:#f0f0f0;padding:8px;border-radius:50%;cursor:pointer}.link-btn img{height:16px;width:16px;display:block;transition:transform 0.3s ease,filter 0.3s ease}.link-btn:hover img{transform:translate(2px,-2px) scale(1.1) rotate(10deg);cursor:pointer}@media (max-width:1024px){.bar-content{gap:16px}.bar-new-section{gap:16px}.bar-text h2{font-size:18px}.bar-img-text p{font-size:14px}}@media (max-width:768px){.bar-content{flex-direction:column;align-items:flex-start;gap:16px}.bar-text{width:100%}.bar-new-section{width:100%;justify-content:space-between;flex-wrap:wrap;gap:16px}.bar-text h2{-webkit-line-clamp:2;font-size:18px}}@media (max-width:480px){.bar-one{padding:16px}.bar-text h2{font-size:16px;-webkit-line-clamp:3}.bar-new-section{flex-direction:column;align-items:flex-start;gap:12px}.bar-img-text p{font-size:14px}.link-btn{padding:6px}.link-btn img{width:14px;height:14px}}