.main-content{
    color: #818181;
    display: flex;
    flex-direction: column;
    max-width: 1170px !important;
    margin: 40px auto;
    /* margin: ; */
}

.main-content h2, .main-content h3 {
    font-weight: 700;
    color: #2a3d8b;
}

.main-content h2 {
    text-align: center;
}


.main-content li {
    font-weight: 200;
    margin: 10px 0;
}

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

.plan-card {
    width: 100%;
    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: #818181;
    line-height: 22px;

}

.plan-card-content-title p {
    color: #818181;
    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;

}

.title {
    font-size: 16px;
}

.collapsible {
    background-color: transparent;
    border-bottom: 5px solid black;
    padding: 0px;
    cursor: pointer;
    padding: 18px 0px;
    width: 100%;
    text-align: left;
    border:none ;
    font-family: 'Montserrat';
    color: inherit;
    font-size: 16px;
}
.content-collapse {
    font-size: 16px;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}
.arrow {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    /* display: inline-block; */
    float: right;
    transition: .3s;
}

.content-collapse p {
    font-size: 16px;
}

.arrow img {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 900px) {
    .main-content {
        padding: 0 10px;
    }
    .plan-card {
        width: 95%;
    }
}

