﻿.ourservices {
    position: relative;
    width: 1296px;
    height: 140px;
    left: 72px;
    top: 152px;
    /* Gradient */

    background: linear-gradient(167.61deg, #FF6704 -10.62%, #FD5166 110.92%);
    border-radius: 30px;
}

.servicestitle {
    /* OUR SERVICES */


    width: 633.73px;
    height: 61px;
    /* Heading 64 */

    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 95%;
    /* identical to box height, or 61px */

    text-transform: capitalize;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .ourservices {
        position: relative;
        width: 350px;
        height: 140px;
        left: 72px;
        top: 152px;
        /* Gradient */

        background: linear-gradient(167.61deg, #FF6704 -10.62%, #FD5166 110.92%);
        border-radius: 30px;
    }

    .servicestitle {
        /* OUR SERVICES */


        width: 250px;
        height: 61px;
        /* Heading 64 */

        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 64px;
        line-height: 95%;
        /* identical to box height, or 61px */

        text-transform: capitalize;
        color: #FFFFFF;
    }
}