.services{display:flex;justify-content:center;align-self:stretch;align-items:center;flex-direction:column;padding:100px 0;gap:30px}.services__title{display:flex;justify-content:center;align-items:center;padding:10px}.services__content{display:flex;justify-content:center;align-items:flex-start;align-self:stretch;flex-direction:row;gap:30px;padding:0 30px}.services__content--img{flex:0 0 25%;aspect-ratio:4 / 5;max-height:500px}.services__content--img img{width:100%;height:100%;object-fit:cover;border-radius:15px;display:block}.services__content--text{flex:1 1 65%}.toggle-button{background:none;border:none;cursor:pointer;color:#fff;padding:8px 12px;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;position:relative}.toggle-button:hover{background-color:#000;transform:scale(1.1)}.toggle-button:before,.toggle-button:after{content:"";position:absolute;background-color:currentColor}.toggle-button:before{width:20px;height:2px;transform:rotate(0)}.toggle-button:after{width:2px;height:20px;transform:rotate(90deg);opacity:1}.toggle-button:not(.expanded):after{opacity:1;transform:rotate(90deg)}.toggle-button.expanded:after{opacity:0;transform:rotate(90deg)}.services__content--text--desc{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease;will-change:max-height,opacity}.services__content--text--desc.expanded{max-height:500px;opacity:1}.service-item{margin:0 30px 20px;border-bottom:1px solid #eee;padding-bottom:20px}.service-item:last-child{border-bottom:none;margin-bottom:0}.services__content--text--title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:10px}@media (max-width: 800px){.services__content--img{display:none}.services__content--text{width:90%}}
