.why_chse_therpst {
    background: #ffeaed;
    padding: 60px 0;
}

.why_chse_content {
    position: sticky;
    top: 125px;
}

.why_chose_bxes {
    background: #ffffff;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: rgb(99 99 99 / 4%) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 400ms ease-in-out;
}

.why_chse_bxes_imge .icon {
    font-size: 55px;
}

.why_chse_bxes_cntnt span {
    font-size: 22px;
    color: var(--color-1);
    font-family: Marcellus-Regular;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.why_chse_bxes_cntnt p {
    margin-bottom: 0;
}

.path_btn a {
    
    padding: 10px 14px;
    margin-top: 8px;
}

.why_chse_content p {
    text-align: justify;
}