#back{
    background-color: #FCEAF2;
    width:100%;
    height:100%;
    padding-top:3%;
}

#contain{
    display:flex;
    justify-content: center;
}
.item {
    width:20.1%;
    height: 100%;
    margin: 20px;
    margin-top:0px;
    padding-right:1%;
    padding-top:1.5%;
    background-color: white;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    display:flex;
    flex-direction: column;
    justify-content: center;

}
.li{

    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    list-style-image:url("images/Ellipse 88.webp");
}
.head{
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    /* identical to box height */
    text-align: center;
    color: #373435;
    margin:4%;
}
.price{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 0px;
    /* identical to box height */
    text-align: center;

    /* grey2 */
    color: #9C9A9B;
    margin:4%;
}
.linethrough{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 5px;
    text-align: center;
    text-decoration-line: line-through;

    /* grey2 */
    color: #9C9A9B;
    margin:4%;
}
.pricebtn {
    align-self:center;
    background: linear-gradient(180deg, #FFEC40 0%, #FC990F 100%);
    border: none;
    box-shadow: 0px 10px 30px rgba(245, 134, 52, 0.25);
    border-radius: 100px;
    padding: 15px 35px;
    width:50%;
    margin-bottom:5%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;
    background-origin:border-box;
    color: #373435;
    text-decoration : none;

}
.tariff{
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 0%;
    /* identical to box height, or 128% */
    text-align: center;
    /* black */
    color: #373435;
    margin-top:0%;
}