.about-wrap { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.about-left { width: 35%; position: sticky; top: 34px; }
.about-right { width: 65%; }
.about-content-title { padding: 15px 15px; border-left: 5px solid #000; background: #f5f5f5; margin-bottom: 30px; }
.about-content-title h1 { margin-bottom: 0px; }
.about-content { padding-left: 50px; }
.about-img { position: relative; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-img::before { content: ""; position: absolute; width: 4px; height: 50%; top: 3%; left: 4%; background: linear-gradient(0deg, transparent, #ffffff); }
.about-img::after { content: ""; position: absolute; width: 50%; height:4px; top: 3%; left: 4%; background: linear-gradient(90deg, #ffffff, transparent); }
.about-content h5 { margin-bottom: 6px; padding: 8px 15px; border-left: 5px solid #000; background: #f5f5f5; margin-top: 20px; display: block; }
