.contact-us-section-industry {
        padding-top: 77px;
        padding-bottom: 93px;
        background-color: #F6F8FB;
        background-image: url('https://scala.com/wp-content/uploads/2023/12/industry-contact-us-background.png');
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 20px;
    }

    .contact-us-section-industry h5 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
        letter-spacing: 0.02em;
        color: #000000;
        margin-bottom: 12px;
        width: 100%;
        max-width: 626px;
        letter-spacing: 0;
    }

    .contact-us-section-industry p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 30px;
    }

    .contact-us-section-industry .button {
        font-family: 'Montserrat';
        font-style: normal;
        background: #EE3235;
        border-radius: 6px;
        font-weight: 700;
        font-size: 17px;
        line-height: 21px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 22px;
        border: none;
        text-transform: none;
        text-shadow: none;
    }

    .contact-us-section-industry .button .arrow-icon {
        filter: brightness(10);
    }

    @media only screen and (max-width: 1024px) {
        .contact-us-section-industry  {
            padding-left: 50px;
        }
    }

    @media only screen and (max-width: 768px) {
        .contact-us-section-industry  {
            border-top: 17px solid #EE3235;
            background-image: none;
            background-color: #F6F8FB;
            padding: 38px 34px 56px 34px;
        }
    }
