.more-services-section{display:flex}.more-services-left{padding:2.5rem var(--container-space);display:flex;flex-direction:column;gap:2rem;width:100%;max-width:33%}.more-services-heading{letter-spacing:-.06rem}.more-services-right{background:rgb(23 23 23 / .01);border-left:1px solid var(--border-color)}.more-services-item{display:flex;flex-direction:row}.more-services-item:not(:last-child){border-bottom:1px solid var(--border-color)}.more-services-item-content{padding:2.5rem var(--container-space);display:flex;flex-direction:column;gap:2rem;justify-content:space-between}.more-services-item-image{display:flex}.more-services-item-image img{max-width:22.5rem;max-height:100%;display:flex;object-fit:cover}.more-services-item-heading{font-size:2rem;line-height:100%}.more-services-item-detail{line-height:140%}@media (max-width:1200px){.more-services-heading{font-size:2.75rem}}@media (max-width:1100px){.more-services-section{flex-direction:column}.more-services-left{max-width:100%;padding-top:5rem;padding-bottom:5rem;flex-direction:row;justify-content:space-between}.more-services-right{border-left:0;border-top:1px solid var(--border-color)}.more-services-heading{display:flex;align-items:center}}@media (max-width:768px){.more-services-left{flex-direction:column;gap:2.5rem;align-items:center;text-align:center}.more-services-heading{max-width:21rem}.more-services-item{flex-direction:column-reverse}.more-services-item-image img{max-width:none;width:100%;max-height:50vw;min-height:12rem}.more-services-item-content{padding:2rem 1rem}}