
.container-mightier-inner-volcano {
    display: flex;
    align-items: flex-end;
}

.blocksecondsectionplansone__section--prices--plans--one{
    align-items: flex-end;
}

.container-mightier-inner-volcano .title{
    margin-bottom: 10px;
}

.container-mightier-volcano {
    background: #E6F5FD;
    border-top: 1px solid #D6D6D6;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    min-height: 120px;
}

.container-mightier-inner-volcano p {
    color: #012B60;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2rem; /* 142.857% */
    max-width: 136px;
    text-align: center;
}

.container-mightier-inner-volcano .container-price {
    background: #FEE59A;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-mightier-inner-volcano .price {
    color: #012B60;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}

.container-mightier-inner-volcano .value {
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1rem;
    margin-top: 7px;
    margin-bottom: 0;
}

.container-mightier-inner-volcano-bottom {
    color: #012B60;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.container-mightier-inner-volcano-bottom p {
    margin: 0;
}

.container-mightier-inner-volcano {
    margin-top: -20px;
}

.container-mightier-inner-volcano-last{
    gap: 0;
    justify-content: unset;
}

.container-mightier-inner-volcano-last img{
    max-width: 98px;
    margin-left: -20px;
    margin-top: 0;
}

.blocksecondsectionplansone__section--prices--three,
.blocksecondsectionplansone__section--prices--two,
.blocksecondsectionplansone__section--prices--one {
    padding-bottom: 0;
}

.blocksecondsectionplansone__section--prices--one:hover, .blocksecondsectionplansone__section--prices--two:hover, .blocksecondsectionplansone__section--prices--three:hover,
.blocksecondsectionplansone__section--prices--one.active, .blocksecondsectionplansone__section--prices--two.active, .blocksecondsectionplansone__section--prices--three.active{
    background: unset;
}