.areas-big__grey-box {
    background:#F3F3F3;
    padding:10rem 4rem 6rem 4rem;
    z-index: 2;
}
.areas-big__grey-box:before {
    content:"";
    background-image:url(../../images/dollar3.svg);
    width: 263px;
    position: absolute;
    top:0;
    height: 200px;
    background-repeat: no-repeat;
    left: 15px;
}
.areas-big__list {
    display: inline-block;
    width: calc( (100% / 2) - 4rem );
}
.areas-big__list:first-of-type {
    margin-right:6rem;
}
.areas-big__list li {
    font-size:2rem;
    font-weight: 700;
    list-style-type: none;
    padding-bottom:1.5rem;
    margin-bottom:1.5rem;
    border-bottom: 1px solid #D6D6D6;
}
.areas-big__list li img {
    width:2.4rem;
    margin-right:1rem;
}
.areas-big__text {
    padding:2rem 4rem;
}
.areas-big__text p {
    font-size:1.4rem;
}
@media(max-width:1600px) {
    .areas-big__list:first-of-type {
        margin-right: 3rem;
    }
    .areas-big__list {
        width: calc( (100% / 2) - 2rem );
    }
    .areas-big__grey-box {
        padding:8rem 6rem;
    }
}
@media(max-width:1480px) {
    .areas-big__list:first-of-type {
        margin-right: 3rem;
    }
    .areas-big__grey-box {
        padding:8rem 6rem;
    }
    .areas-big__list li {
        font-size:1.6rem;
    }
}
@media(max-width:1400px) {
    .areas-big__list:first-of-type {
        margin-right: 3rem;
    }
    .areas-big__grey-box {
        top: 5rem;
        right: 4rem;
        padding: 6rem 4rem;
        margin-bottom:5rem;
    }
}
@media(max-width:1250px) {
    .areas-big__list li {
        font-size:1.4rem;
    }
    .areas-big__list:first-of-type {
        margin-right:1rem;
    }
}
@media(max-width:1070px){
    .areas-big__list:first-of-type {
        margin-right:0;
    }
    .areas-big__list {
        width:100%;
    }
}
@media(max-width:992px){
    .areas-big__grey-box {
        position: relative;
        right:initial;
        top:initial;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        margin-top:6rem;
    }
}
@media(max-width:768px){
    .areas-big__grey-box {
        width:80%;
        margin-left:auto;
        margin-right:auto;
        margin-top:6rem;
        margin-bottom: 0;
    }
}
@media(max-width:480px){ 
    .areas-big__grey-box {
        width:100%;
    }
}


