.pricing-page-section {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: -120px;
}

.pricing-block-wrapper {
    position: relative;
    width: 25%;
    background-color: #FFFFFF;
    box-shadow: 16.7518px 5.50841px 103.873px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    z-index: 1;
}

.pricing-block {
    position: relative;
    margin-top: -25px;
    border-radius: 20px;
    z-index: 2;
    padding: 20px;
    width: calc(100% - 40px);
    background-color: #FFFFFF;
}

.pricing-name {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: #8A879F;
    line-height: 2;
}

.pricing-amount {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-align: center;
    color: #06071B;
    margin-top: 0;
    margin-bottom: 0;
}

.monthly-text {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /* line-height: 23px; */
    display: flex;
    align-items: center;
    text-align: center;
    color: #475467;
    justify-content: center;
    opacity: 0.8;
    margin-top: 0;
    margin-bottom: 15px;
}

.pricing-hr {
    width: 100%;
    border: 0.802407px solid #E2E2E2;
    margin-bottom: 20px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.feature-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.feature-name {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #475467;
    margin: 0;
}

.colored-border {
    position: absolute;
    /* top: 3px; */
    border-radius: 20px;
    /* width: calc(100% + 40px); */
    /* left: -20px; */
    width: 100%;
    height: 30px;
    z-index: 1;
    position: relative;
}