.section-resources .image-icon-forrest {
    width: 182px;
    height: 182px;
    background-size: 182px 182px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/v/environment/f/images/overview/icon_resources_geo1_large.png");
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 19px
}

@media only screen and (max-width: 1068px) {
    .section-resources .image-icon-forrest {
        width:136px;
        height: 108px;
        background-size: 136px 108px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/v/environment/f/images/overview/icon_resources_geo1_medium.png")
    }
}

@media only screen and (max-width: 1068px) {
    .section-resources .image-icon-forrest {
        margin-top:100px;
        margin-left: 19px
    }
}

@media only screen and (max-width: 735px) {
    .section-resources .image-icon-forrest {
        margin-top:20px;
        margin-left: 23px
    }
}