.block-services .services{grid-template-columns:1fr 1fr;margin-top:5rem;}
.block-services .services .service{margin-bottom:5rem;color:#00375f;}
.block-services .services .service-toggle{cursor: pointer;}
.block-services .services .service-image{clip-path:polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), 0% 100%);}
.block-services .services .service-title{border-bottom:1px solid #41d2d2;padding:1.5rem 0;position: relative;margin-bottom:1.5rem;}
.block-services .services .service.with-sub-services .service-title:after{content:'';width:30px;height:30px;background:url('/wp-content/themes/toast/assets/images/service-arrow.svg');position:absolute;top:50%;right:0;transform:translateY(-50%) rotate(180deg);}

.block-services .services .sub-services{height:0;overflow:hidden;transition:all .5s;font-size:2rem;}
.block-services .services .sub-services .sub-service{display:block;margin-bottom:2rem;padding-left:3rem;position:relative;transition:all .5s;opacity:0;}
.block-services .services .service:not(.active) .sub-services .sub-service{transition-delay:0s !important;}
.block-services .services .service.active .sub-services .sub-service{opacity:1;}
.block-services .services .sub-services .sub-service:after{content:'';width:18px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%) rotate(90deg);background:url('/wp-content/themes/toast/assets/images/service-arrow.svg');transition:all .5s;}

@media(max-width:1024px){
    .block-services .services{grid-gap:30px;}
}

@media(max-width:768px){
    .block-services .services{grid-template-columns:1fr;max-width:400px;margin:0 auto;}
}