    .recycleServiceImage img{
        width: 70%;
        margin: auto;
    }
    .serviceOverview th,td{
        text-align: center;
    }
    .serviceOverview th{
        width: 30%;
    }

    .background{
        background-color: #f2f2f2;
        padding: 15px 30px;
    }
    .background div{
        text-align: center;
        padding: 10px 0;
        line-height: 2rem;
    }
    .block{
        background-color: rgb(206, 206, 206);
    }
    .space::after{
        content: "▼";
        font-family: Material Icons;
        content: "\e037";
        color: #00125E;
        text-align: center;
        display: block;
        transform: rotate(90deg);
        font-size: 2rem;
        line-height: 0.5rem;
    }

    @media(max-width:1024px){
        .recycleServiceImage img{
            width: 100%;
            margin: auto;
            border: 2px soild gray;
        }
        .background{
            background-color: #f2f2f2;
            padding: 10px 20px;
        }
    }
