.pqcew-service-box.pqcew-style-3 {
	padding: 45px;
	transition: all 0.5s ease;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	-moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
}

.pqcew-service-box.pqcew-style-3 .pqcew-service-icon {
	position: relative;
}

.pqcew-service-box.pqcew-style-3 .pqcew-service-icon:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: #2490eb;
	opacity: 0.1;
	left: -30px;
	top: -5px;
	transition: all 0.5s ease;
	border-radius: 100%;
}

.pqcew-service-box.pqcew-style-3:hover .pqcew-service-icon:before {
	left: -20px;
}

.pqcew-service-box.pqcew-style-3 .pqcew-service-icon i {
	font-size: 64px;
	line-height: 72px;
	margin-right: 30px;
	transition: all 0.5s ease;
	display: inline-block;
	color: #2490eb;
	margin-bottom: 10px;
	position: relative;
}

.pqcew-service-box.pqcew-style-3 .pqcew-service-title  {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
}

.pqcew-service-box.pqcew-style-3 .pqcew-button-container .pqcew-button {
    text-decoration: none;
    padding: 0;
    background: transparent;
}

.pqcew-service-box.pqcew-style-3 .pqcew-button-container .pqcew-button .pqcew-button-block {
    display: inline-flex;
    align-items: center;
    color: #2490eb;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    gap: 10px;
}

.pqcew-service-box.pqcew-style-3 .pqcew-button-container .pqcew-button:hover .pqcew-button-block {
    color: #15141C;
}

.pqcew-service-box.pqcew-style-3 .pqcew-button-container .pqcew-button .pqcew-button-block .pqcew-button-icon {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #2490eb;
}

.pqcew-service-box.pqcew-style-3 .pqcew-button-container .pqcew-button:hover .pqcew-button-block .pqcew-button-icon {
	color: #15141C;
}
