/*about page styles*/
.icon{
    width: 100px;
    height: 100px;
}

.services{
    background-image: url("../images/landing-image1.PNG");
    object-fit: contain;
}

@Media(max-width:320px) {
    .icon{
        width: 60px;
        height: 60px;
    }
}

@Media(min-width:768px){
    .icon{
        height: 130px;
        width: 130px;
    }
}

@Media(min-width:1024){
    .services {
        padding-top: 35px;
    }
}

@Media(min-width: 1440px){
    .icon{
        width:200px;
        height: 200px;
        margin-bottom: 30px;
        padding-bottom: 25px;
    }

    .services{
        font-size: xx-large;
        margin-top: 135px;
        margin-bottom: 90px;
        padding-top: 55px;
        background-size: cover;
    }
    .heading{
        font-size: xx-large;
    }
}