.title {
    font-size: 26px;
    text-align: center;
    color: #2a3d8b;
}

p {
    color: #616161;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.plan-main-container {
    margin: 32px 0;
    max-width: 1170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.plan-card {
    width: 100% !important;
    /* border: 1px solid rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.176);;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin: 16px 0;
}

.plan-card-header {
    width: 100%;
    max-width: 100%;
    padding: 15px 0px;
    height: 37px;
    background-color: #014295;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
}

.plan-card-image {
    width: 100%;
    height: 200px;
}

.plan-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan-card-content {
    padding: 25px;
    /* height: 300px; */
}

.plan-card-content-title {
    color: black;
    line-height: 22px;

}

.plan-card-content-title p {
    color: black;
    line-height: 22px;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
}


.plan-card-content-continut {
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    color: #818181;
}

.plan-card-footer {
    height: 60px;
    font-weight: 800;
    color: #f58c04;
    padding: 0 25px;
}

.plan-card-footer a, .plan-card-footer a:hover, .plan-card-footer a:before {
    text-decoration: none;
    color: #f58c04;

}