.content_service {
    display: flex;
    flex-direction: column;
    justify-content: center;    
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
}
.services_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid black;
}
.services_wrapper a:link, .services_wrapper a:visited {
    color: var(--link2);
}
.services_left {
    width: 30%;
    font-size: 24px;
    font-weight: bold;
}
.services_right {
    width: 30%;
    text-align: left;
}
.plans_wrapper {
    display: flex;
    justify-content: space-evenly;
    width: 65%;
    margin: 0 auto;
}
.checkmark {
    color: green;
    font-size: 24px; 
    font-weight: bold;
}
.plans {
    width: 20%;
    border: 1px solid black;
}
.plan_options {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    font-size: 16px;
    font-weight: bold;
}
.plan_pricing {
    width: 20%;
    font-size: 16px;
    border: 1px solid black;
}