.generic-box {
    gap: 30px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 47% 40.1%;
}
.generic-box-content h2{
    margin-bottom: 22px;
    color: var(--primary--color);
}
.generic-box-content h2 span{
    top: -25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    display: inline-block;
    color: var(--accent-color);
    font-family: "Montserrat", sans-serif;
}
.generic-box-content p{
    margin-bottom: 40px;
}
.generic-box-content > ul{
    margin-bottom: 50px;
}
.generic-box-content > ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 35px;
    margin-bottom: 17px;
    color: var(--primary--color);
    background: url(../images/list-icon.png) no-repeat;
}
.static-section ul {
    gap: 40px;
    display: flex;
}
.price-value {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary--color);
}
.generic-box-content > ul li:last-child{
    margin-bottom: 0;
}
.static-box-item small {
    top: 3px;
    right: -13px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    color: var(--accent-color);
}
.static-box-item span{
    font-size: 16px;
    line-height: 16px;
}
.static-box-item > div{
    margin-bottom: 9px;
}
.static-box-item span {
    font-size: 16px;
    line-height: 16px;
}
.generic-box-item {
    z-index: 1;
    width: 245px;
    padding: 44px 30px;
    margin-top: -250px;
    position: relative;
    background: var(--white-color);
    box-shadow: 0 0 90px rgb(0 0 0 / 13%);
}
.generic-box-item figure{
    margin-bottom: 10px;
}
.generic-box-item h4{
    margin-bottom:21px;
    color: var(--primary--color);
}
.generic-box-item p{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
}
.generic-box-item::after{
    left: 50%;
    bottom: 0;
    height: 5px;
    content: "";
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right,  rgba(255,64,62,1) 0%,rgba(255,129,27,1) 100%);
}
@media only screen and (max-width: 1440px) {
    .generic-box-content h2 {
        margin-bottom: 18px;
    }
    .generic-box-content p {
        margin-bottom: 30px;
    }
    .generic-box-content > ul {
        margin-bottom: 40px;
    }
    .price-value {
        font-size: 36px;
        line-height: 36px;
    }
    .generic-box-item h4 {
        margin-bottom: 18px;
    }
    .generic-box-content > ul li {
        font-size: 18px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .generic-box-content h2 span {
        font-size: 20px;
        line-height: 20px;
    }
    .generic-box {
        gap: 30px;
        grid-template-columns: 50% 46.1%;
    }
    .generic-box-img > img{
        width: 100%;
    }
    .static-section ul {
        gap: 12px;
    }
    .static-box-item span {
        font-size: 14px;
        line-height: 14px;
    }
    .generic-box-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .price-value {
        font-size: 30px;
        line-height: 30px;
    }
    .generic-box-item {
        padding: 34px 30px;
    }
}
@media only screen and (max-width: 991px) {
    .generic-box {
        grid-template-columns: 50% 46.1%;
        text-align: left;
        gap: 20px;
    }
    .generic-box-content{
        order: 2;
    }
    .generic-box-img {
        margin: 0 auto;
    }
    .generic-box-img > figure > img{
        width: 100%;
    }
    .generic-box-item {
        padding: 30px 30px;
        margin-top: -190px;
    }
    .generic-box-content > ul {
        margin-bottom: 30px;
        display: inline-block;
        text-align: left;
    }
    .generic-box-content h2 {
        margin-bottom: 14px;
    }
    .generic-box-content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .static-section ul {
        justify-content: center;
    }
    .price-value {
        font-size: 24px;
        line-height: 26px;
    }
    .generic-box-item p {
        font-size: 14px;
        line-height: 22px;
    }
    .generic-box-item h4 {
        margin-bottom: 8px;
    }
    
}
@media only screen and (max-width: 767px) {
    .generic-box {
        grid-template-columns: 100%;
        text-align: center;
    }
    .generic-box-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .generic-box-content h2 span {
        font-size: 16px;
        line-height: 16px;
        top: -15px;
    }
    .generic-box-img {
        width: 320px;
    }
    .generic-box-content > ul li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .generic-box-content > ul {
        margin-bottom: 20px;
    }
    .generic-box-item p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .generic-box-img {
        width: 300px;
    }
    .generic-box-item{
        width: 300px;
    }
    .generic-box-item h4 {
        margin-bottom: 10px;
    }
    .price-value {
        font-size: 24px;
        line-height: 24px;
    }
    .generic-box-content h2 span {
        font-size: 12px;
        line-height: 12px;
    }
}