    .box1 img {
        width: 100px;
    }

    .box2 img {
        width: 200px;
    }

    .box3 img {
        width: 100px;
    }

    .box1 {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        border-bottom: 2px #222a33 solid;
        height: 320px;
        margin-bottom: 50px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .boxes {
        padding-top: 50px;
        margin-bottom: 50px;
    }
.box-details p{margin-bottom: 0; text-align: left;}
.box-details{padding:20px; padding-top: 5px;}
