.pricing .featured {
    border-top-color: #47b2e4;
}
.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgb(20 45 100 / 10%);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #37517e;
}

.pricing h4 {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #47b2e4;
    font-size: 18px;
    display: block;
}

.box p {
    font-weight: 550;
    color: rgb(44, 161, 182);
}

.box p span{
    color: rgb(179, 2, 37);
}

.section-title h5{
    font-size: large;
    color: rgb(179, 2, 37);
}

.row {
    margin-top : 20px
}

.notify span{
    font-weight: bold;
    color: rgb(179, 2, 37);
}