.peap_services_section {
    padding: 70px 0;
    background: #f3f9ff;
    margin-bottom: 60px;
}

.peap_services_heading h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.peap_services_heading p {
    max-width: 720px;
    margin: 0 auto 45px;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.peap_service_card {
    background: #fff;
    padding: 20px 20px;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    transition: 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-top: 2px solid #015fb9;
    border-bottom: 2px solid #015fb9;
}

.peap_icon_circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #eef3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.peap_icon_circle i {
    font-size: 30px;
    color: #2b6df3;
}

.peap_service_card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.peap_service_card p {
    margin-bottom: 0;
    line-height: 25px;
}

.peap_learn_more_btn {
    background: #015fb9;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    border: 1px solid #015fb9;
	box-shadow: rgb(99 99 99 / 16%) 0px 2px 8px 0px;
}

.peap_learn_more_btn:hover{
	background: #fff
}