
/* 32. About How It Works Start */
.about-how-it-works .plans {
    border: 1px solid #c1c1c1;
    background: white;
    padding: 40px 40px 30px;
    padding-bottom: 70px;
}
.about-how-it-works .plans:hover {
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}
.about-how-it-works .plans .y-box { 
    font-size: 26px;
    color: #999;  
    background-color: transparent;
    position: absolute;
    bottom: 15px;
}
.about-how-it-works .plans h3 {
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 15px;
    margin-bottom: 10px;
}
/* 32. About How It Works End */
.about-how-it-works p {
    font-family: var(--theme-found);
    font-size: 18px;
    line-height: 30px;
    color: #444;
    font-weight: 400;
}
.about-how-it-works .container p {
    min-height: 240px;
}

.about-how-it-works .plans {
    position: relative;
}
.plans i {
    font-size: 52px;
    color: var(--theme-color);
}