/* Section Services */

.azs-section-services {
    margin-bottom: 16px;
}

.azs-section-services__title {
    margin-bottom: 45px;
}

.azs-section-services__blocks {
    flex-wrap: wrap;
    gap: 16px;
}

.azs-section-services__block {
    height: 320px;
    max-width: calc(50% - 8px);
    width: 100%;
    padding: 28px 32px;
    box-sizing: border-box;
    gap: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) calc(100% - 16px);
    background-blend-mode: multiply;
    position: relative;
	transition: all 0.4s ease;
}

.azs-section-services-block__title {
    max-width: 640px;
}

.azs-section-services-block__text {
    max-width: 354px;
}

.azs-section-services__block:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.9612 12.9602L3.95978 12.9611M21.9612 12.9602L12.9608 3.96006M21.9612 12.9602L12.96 21.9614" stroke="%23191B1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 26px;
    bottom: 20px;
    transition: all 0.4s ease;
    transform: rotateZ(-45deg);
}

.azs-section-services__block:hover:after {
    transform: rotateZ(0deg);
}

.azs-section-services__blocks { 
	width: 100%;
}

.azs-section-about-service__button-more {
	width: 100%;
	margin-top: 16px;
}

.azs-section__button-more {
	margin-top: 16px;
}

.azs-section-services__tag {
	align-self: flex-start;
	margin-bottom: 16px;
} 

.azs-section-services {
	margin-bottom: 100px;
}



@media (max-width: 1400px) {
	.azs-section-services-block__text {
	  max-width: 288px;
	}
}

@media (max-width: 1295px) {
	.azs-section-services__block {
		max-width: 100%;
	}
	
	.azs-section-services-block__text {
		max-width: 354px;
	}
}

@media (max-width: 768px) {
	  
	.azs-section-services-block__text {
		font-size: 14px;
		line-height: 16px;
	}
	  
	.azs-section-services-block__title {
		font-size: 18px;
		line-height: 20px;
	}
	  
	.azs-section-services__block {
		padding: 20px;
		gap: 20px;
		background-size: 170px auto;
		height: 310px;
	}
  
	.azs-section-services__tag {
		margin-bottom: 8px;
	}
  
	.azs-section-services__block:after {
		width: 26px;
		height: 26px;
		left: 20px;
		bottom: 20px;
	}
	
	.azs-section-services {
		margin-bottom: 40px;
	}
}
 