.fees-grid p.h1style.alt > span,
.fees-grid p.h1style > span {
    font-size: 25px;
    text-transform: lowercase;
    font-family: "indivisible", sans-serif;
    font-weight: 400;
    line-height: 32px;
}
.fees-grid .negative-margin {
    margin: 0px -5px;
}
.fees-grid .card-padding {
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
}
.fees-grid p.large {
    color: var(--text-black);
}
.fees-grid ul {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
}
.fees-grid ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    color: var(--text-black);
    font-size: 25px;
    line-height: 25px;
}
.fees-grid ul li::before {
    content: '';
    background-image: url('assets/tick-icon.svg');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 17px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fees-grid .card-padding > div {
    flex: 1;
}
.fees-grid .plus-icon {
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
}
.fees-grid .plus-icon::before {
    content: '';
    background-image: url('assets/plus-icon.svg');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fees-grid .padding_outer_top {
    padding-top: 180px;
}
/** 2 Column Grid **/
.fees-grid .two_column_grid p.h1style.alt {
    margin-bottom: 66px;
}
/** 3 Column Grid **/
.fees-grid .three_column_grid p.h1style.alt {
    margin-bottom: 60px;
}
/** 4 Column Grid **/
.fees-grid .four_column_grid .card-padding .custom_padding {
    padding: 60px 45px;
}
.fees-grid .four_column_grid .card-padding:nth-child(2) > div {
    background: var(--cornflower-light-2);
}
@media(max-width: 1799.98px){
    .fees-grid p.h1style.alt > span,
    .fees-grid p.h1style > span {
        display: block;
    }
}
@media(min-width: 575.98px) and (max-width: 1599.98px){
    .fees-grid .card-padding.custom_width {
        webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .fees-grid .four_column_grid.negative-margin {
        margin: -5px;
    }
    .fees-grid .four_column_grid .card-padding {
        padding: 5px;
    }
}
@media(max-width: 1199.98px){
    .fees-grid .four_column_grid.negative-margin {
        margin: -5px;
    }
    .fees-grid .four_column_grid .card-padding {
        padding: 5px;
    }
    .fees-grid .four_column_grid .card-padding .custom_padding {
        padding: 40px;
    }
    .fees-grid .padding_outer_top {
        padding-top: 140px;
    }
}
@media(max-width: 991.98px) {
    .fees-grid .three_column_grid.negative-margin {
        margin: -5px;
    }
    .fees-grid .three_column_grid .card-padding {
        padding: 5px;
    }
    .fees-grid .padding_outer_top {
        padding-top: 120px;
    }
}
@media(max-width: 767.98px){
    .fees-grid .padding_outer_top {
        padding-top: 60px;
    }
}
@media(max-width: 575.98px){
    .fees-grid .negative-margin {
        margin: -7.5px 0px;
    }
    .fees-grid .card-padding {
        padding: 7.5px 0px;
    }
    .fees-grid .three_column_grid.negative-margin {
        margin: -7.5px 0px;
    }
    .fees-grid .three_column_grid .card-padding {
        padding: 7.5px 0px;
    }
    .fees-grid .four_column_grid .card-padding .custom_padding {
        padding: 30px;
    }
}