#hero-main .main-heading {
    line-height: 10px;
    line-height: 100px;
    font-size: 130px;
}

#hero-main span {
    font-size: 70px;
}

#services-list {
    padding-top: 120px;
}

#services-list .services-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

#services-list .services-item img {
    object-fit: cover;
}

#services-list .services-item .left {
    flex-basis: 40%;
}

#services-list .services-item .right {
    flex-basis: 50%;
}


#services-list .services-item.odd .left {
    flex-basis: 50%;
}

#services-list .services-item.odd .right {
    flex-basis: 40%;
}

#services-list .heading-wrap {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
}

#services-list .descripiton {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

@media screen and (max-width:1440px) {
    #services-list .heading-wrap {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1200px) {
    #hero-main .main-heading {
        font-size: 80px;
        line-height: 80px;
    }

    #hero-main span {
        font-size: 60px;
    }

    #services-list .heading-wrap {
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:991px) {

    .inner-wrap {
        max-width: 680px;
    }

    #services-list .services-item .left {
        flex-basis: 50%;
    }

    #services-list .services-item .right {
        flex-basis: 40%;
    }

    #services-list .services-item.odd .right {
        flex-basis: 50%;
    }

    #services-list .services-item.odd .left {
        flex-basis: 40%;
    }

    #services-list .heading-wrap {
        font-size: 30px;
        line-height: 32px;
    }

    #contact .inner-wrap {
        max-width: 680px;
    }
}

@media only screen and (max-width: 767px) {
    #hero-main .main-heading {
        font-size: 60px;
        line-height: 80px;
    }

    #hero-main .sub-heading {
        font-size: 30px;
        line-height: 50px;
    }

    #hero-main span {
        font-size: 50px;
        line-height: 60px;
    }

    .inner-wrap,
    #contact .inner-wrap {
        max-width: 360px;
    }

    #services-list .services-item {
        flex-direction: column-reverse;
        margin-bottom: 80px;
        text-align: left;
    }

    #services-list .services-item.odd {
        flex-direction: column;
    }

    #services-list .services-item img {
        margin-bottom: 30px;
    }

    #hero-main .main-heading {
        background-size: 270px;
        background-position-y: 63px;
    }

    #services-list .services-item {
        border: 1px solid #d0d0d0;
        border-radius: 10px;
        padding: 30px 20px 20px;
        background: #f0f0f0;
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 375px) {

    .inner-wrap,
    #contact .inner-wrap {
        max-width: 320px;
    }
}