.owner-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:4rem 0}.owner-img{width:70%;height:auto}.timeline-wrapper{position:relative;z-index:1;margin-top:4em;padding-bottom:6em}@media (max-width:1200px){.owner-text-box{margin-right:5rem}}@media (max-width:768px){.owner-text-box{margin-right:0}.owner-container{margin-top:0;margin-bottom:2rem;flex-direction:column;align-items:center;gap:1rem}.owner-text-box{margin-top:1rem}.owner-img{margin-top:.5em;width:95%;height:auto}}.timeline-container{position:relative;margin:0 auto;padding:2rem 0;width:80%;overflow:hidden}.timeline-line{position:absolute;top:0;left:50%;width:4px;height:100%;background-color:var(--background-turquoise);transform:translateX(-50%);z-index:1}.timeline-item{position:relative;width:50%;padding:1rem;opacity:0;transform:translateY(50px);transition:all .5s ease-out}.timeline-item.visible{opacity:1;transform:translateY(0)}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%;text-align:left}.timeline-content{position:relative;background:#f8f9fa;border-radius:8px;padding:1rem;z-index:2;box-shadow:0 4px 6px rgba(0,0,0,.1)}.timeline-content h3{margin:0;font-size:1.5rem;color:#333}.timeline-text{margin:.5rem 0;color:#555}.timeline-image{width:100%;height:auto;border-radius:8px;margin-top:.5rem}.left:before{left:100%}.left:before,.right:before{content:"";position:absolute;top:20px;transform:translateX(-50%);width:25px;height:25px;background:var(--background-turquoise);border:4px solid #fff;border-radius:50%;z-index:2}.right:before{left:0}.timeline-arrow{position:absolute;top:-3px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:25px solid var(--background-turquoise)}@media (max-width:768px){.timeline-line{left:14px}.timeline-wrapper{margin-bottom:4em;padding-bottom:0}.timeline-item{width:100%;text-align:left}.timeline-item.left,.timeline-item.right{left:0;margin:0}.timeline-content{text-align:left;margin-left:30px}.left:before,.right:before{left:14px;width:20px;height:20px}.timeline-arrow{left:14px}}