.everything_you_need_section .title-section {
    text-align: center;
    margin-bottom: 64px;
}

.everything_you_need_section .title-section h2 {
    margin-bottom: 0;
}

.everything_you_need .column-row .column-left,.everything_you_need .column-row .column-right {
    width: 23.5%;
}

.everything_you_need .column-row .column-middle {
    width: 49%;
}
.list-wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.list-wraper .list-box:not(:last-child) {
    margin-bottom: 32px;
}

.list-wraper .list-box {
    background: rgba(74, 48, 64, 0.5);
    box-shadow: inset 2px 2px 1px -2px rgba(255, 255, 255, 1),inset -2px -2px 1px -2px rgba(255, 255, 255, 1),inset  0px 0px 0px -2px rgba(255, 255, 255, 0.1);
    padding: 32px 24px;
    border-radius: 16px;
    flex-grow: 1;
}

.list-wraper .list-box ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}
.list-wraper .list-box ul li:before {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: rgba(255, 199, 56, 1);
    filter: blur(6px);
}
.list-wraper .list-box ul li:after {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    background-image: url(../images/book-open.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 0;
}
.list-wraper .list-box ul li:not(:last-child) {
    margin-bottom: 12px;
}
.everything_you_need .column-row .column-middle .img-wraper {
    height: 100%;
    background: #4A304080;
    box-shadow: inset 2px 2px 1px -2px rgba(255, 255, 255, 1),inset -2px -2px 1px -2px rgba(255, 255, 255, 1),inset  0px 0px 0px -2px rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    position: relative;
}
.everything_you_need .column-row .column-middle .img-wraper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px;
}
.everything_you_need {
    position: relative;
    z-index: 1;
}
.everything_you_need {
    position: relative;
    z-index: 1;
  
}

.everything_you_need:before {
    content: "";
    display: block;
    background: rgba(255, 149, 56, 0.4);
    height: 800px;
    width: 800px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    top: 0;
    filter: blur(250px);
}

.everything_you_need:after {
    content: "";
    display: block;
    background: rgba(234, 21, 125, 0.4);
    height: 800px;
    width: 800px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    right: 0;
    top: 0;
    filter: blur(250px);
}


@media only screen and (max-width:1399px){
    .everything_you_need .column-row .column-left, .everything_you_need .column-row .column-right {
        width: 28%;
    }
    .everything_you_need .column-row .column-middle {
        width: 40%;
    }
}

@media only screen and (max-width:1199px){
    .list-wraper .list-box {
        padding: 16px 16px;
    }
    .list-wraper .list-box:not(:last-child) {
        margin-bottom: 16px;
    }
    .everything_you_need .column-row .column-middle .img-wraper img {
        padding: 25px;
    }
}
@media only screen and (max-width:991px){
    .everything_you_need_section .title-section {
        margin-bottom: 30px;
    }
    .everything_you_need .column-row .column-left {
        order: 2;
        margin: 16px 0;

    }

    .everything_you_need .column-row .column-middle {
        order: 1;
    }

    .everything_you_need .column-row .column-right {
        order: 3;
    }
    .everything_you_need .column-row .column-left,
     .everything_you_need .column-row .column-right,
     .everything_you_need .column-row .column-middle{
       width: 100%;
    }

    .everything_you_need .column-row .column-middle .img-wraper{
        min-height: 292px;
    }
    .list-wraper .list-box ul {
        display: none;
        margin-top: 16px;
    }

    .list-wraper .list-box h4 {
        margin: 0;
        padding-right: 35px;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
    }
    .list-wraper .list-box h4:before {
        content: "";
        display: block;
        background-color: #EA157D;
        background-image: url(../images/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        height: 32px;
        width: 32px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
     .list-wraper .list-box.active h4:before{
         background-image: url(../images/up-arrow.svg);
     }
    .everything_you_need:before,
    .everything_you_need:after{
        display: none;
    }
}
