.suitable-for-btns {
	row-gap: 23px;
}
.suitable-for-btn {
	cursor: pointer;
	color: #333;
	font-size: 22px;
	text-decoration: underline;
    transition: color 0.3s ease;
}
.suitable-for-btn:hover,
.suitable-for-btn.active {
	color: rgba(255, 137, 1, 1);
}
.suitable-for-item {
	border-radius: 15px;
	border: 1px solid rgba(255, 137, 1, 1);
	padding: 60px 30px;
}
.suitable-for-item h5 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #333;
}
.suitable-for-item p {
	margin-bottom: 0;
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}
.suitable-for-item a {
	background: rgba(255, 137, 1, 1);
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 10px;
	padding: 10px 30px;
	max-width: fit-content;
	border-radius: 5.25px;
	color: #FFF;
    transition: transform 0.3s ease;
}
.suitable-for-item a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.suitable-for-item a::after {
	content: '';
	width: 16px;
	height: 12px;
	background-image: url('/wp-content/themes/maintheme/img/services/btn-arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.text-block-item .text-block-number {
    background-color: rgba(255, 137, 1, 1);
    color: white;
    font-size: 32px;
    min-width: 32px;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5.25px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.text-block-item {
	gap: 30px;
}

.text-block-item .text-block-content p {
	margin: 0;
}

.text-block-item  .text-block-content {
	line-height: 150%;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
}
@media (max-width: 1200px) {
	.suitable-for-item img {
		width: 100%;
		object-fit: contain;
	}
}
@media (max-width: 992px) {
	.suitable-for-btns {
		row-gap: 15px;
	}
	.suitable-for-btn {
		font-size: 18px;
	}
	.suitable-for-item {
		padding: 40px 20px;
	}
	.suitable-for-item h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.suitable-for-item p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.suitable-for-item a {
		font-size: 16px;
	}
	.text-block-item  .text-block-content {
		font-size: 18px;
	}
	.text-block-item {
		gap: 20px;
	}
}
@media (max-width: 767px) {
	.suitable-for-item {
		padding: 20px;
	}
	.suitable-for-item h5 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.suitable-for-item p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.suitable-for-item a {
		font-size: 14px;
	}
	.text-block-item .text-block-number {
	    font-size: 18px;
	    height: 35px;
	    width: 35px;
	}
	.text-block-item  .text-block-content {
		font-size: 16px;
	}
	.text-block-item {
		gap: 12px;
	}
}