body{
    background-color: #ffffff;
}

 /* Extra small and small devices (phones, less than 992px) */
 @media (max-width:767px){
        .contact-us-div{
        text-align: center;
        padding-top: 30px;
        margin:auto;
        width: 187px;
    }

        .contact-us {
            text-align: center;
        }
    }
/*.......end of extra small and small devices code.......*/

      .contact-us{
        color: #890802;
        position: absolute;
        left: 88px;
        top: 62px;
        font-weight: bold;
    }

    .contact-us-div{
        position: relative;
        background-image: url("/portal/sites/default/files/images2/CONTACT-ICON-2023.png");
        background-repeat: no-repeat;
        height: 200px;
    }
    .red-line{
    height: 6px;
    background-color: #F3E6E6;
    border: none;
    width: 75%;
    position: absolute;
    left: 171px;
    top: 51%;
}