.custom-services-section{display:flex;flex-direction:row;height:100%;width:100%;gap:var(--rvl-space-48)}.services-image-col{width:67%;overflow:hidden;aspect-ratio:5/3;overflow:hidden}.services-image-col img{width:100%;height:100%;object-fit:cover;display:block}.services-content-col{width:34%;display:flex;flex-direction:column;justify-content:end;box-sizing:border-box}.services-list{list-style:none;padding:0;margin:0 0 30px 0;display:flex;flex-direction:column;gap:15px}.service-item{border-bottom:1px solid var(--rvl-white-20);padding-bottom:var(--rvl-space-12);transition:border 0.3s ease}.service-item:hover{border-bottom:1px solid var(--rvl-white-100)}.service-item.active{border-bottom:1px solid var(--rvl-white-100)}.service-item h3{font-size:var(--rvl-text-36);color:var(--rvl-white-30);cursor:pointer;transition:color 0.3s ease;font-weight:200}.service-item:hover h3{color:var(--rvl-white-100)}.service-item.active h3{color:var(--rvl-white-100)}.service-display-info{margin-bottom:40px}.service-display-info p{color:var(--rvl-white-80);font-size:var(--rvl-text-20)}@media (max-width:1024px){.services-image-col,.services-content-col{width:100%}.custom-services-section{height:auto;flex-direction:column}.services-image-col{height:400px}}@media (max-width:768px){.services-image-col,.services-content-col{flex:1 1 100%}.custom-services-section{min-height:auto}.services-image-col{height:400px}}@media (max-width:768px){.services-image-col,.services-content-col{flex:1 1 100%}.custom-services-section{min-height:auto}.services-image-col{height:400px}}