body{
    padding: 0;
    margin: 0;
    background: linear-gradient(to bottom, white, #707070)
}

.page_image{
    padding: 0;
    margin: 0;
    z-index: 0;
    width: 100%;
    height: 500px;
    background-image:url(https://53motorgroup.co.za/media/images/about.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
}

.page_image_span {
    width: 100%;
    font-family: verdana;
    font-size: 50px;
    font-weight: bold;
    color: #ff3131;
    display: flex;
    justify-content: center;
    height: 500px;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.section_1{
    width: 100%;
    background: linear-gradient(to right, white, #707070);
    border-top: 2px solid #ff3131;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    font-family: verdana;
    color: #000;
}

.section_1 .section_title{
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    padding: 0;
    margin-top: 2%;
    color: #ff3131;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_1{
    display: flex;
    justify-content: center;
    align-items: start;
    width: 85%;
}

.container_1_right{
    width: 20%;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: start;
}

.container_1 .logo{
    height: 250px;
}

.container_1_left{
    font-size: 17px;
    width: 80%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.devider{
    height: 2px;
    background-color: #ff3131;
    width: 98%;
    margin: 3% 0;
}

.section_1 p{
    font-size: 17px;
    width: 85%;
}

.section_2{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to left, white, #707070);
    font-family: verdana;
    color: #000;
    border-top: 2px solid #000;
}

.section_2_right{
    width: 40%;
    height: 300px;
    background-image:url(https://53motorgroup.co.za/media/images/section-02.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}

.section_2_left{
    width:  60% ;
    font-size: 19px;
    margin-left: 2%;
}

.section_title{
    font-weight: bold;
    font-size: 32px;
}

.overlay{
    background-color: #000;
    opacity: 30%;
    height: 100%;
    width: 100%;
}

.section_3{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to right, white, #707070);
    font-family: verdana;
    color: #000;
    border-top: 2px solid #000; 
}

.section_3_left{
    width: 40%;
    height: 300px;
    background-image:url(https://53motorgroup.co.za/media/images/section-03.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;   
}

.section_3_right{
    width:  60% ;
    font-size: 18px;
    margin-left: 2%;
}


.section_4{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to left, white, #707070);
    font-family: verdana;
    color: #000;
    border-top: 2px solid #000; 
}

.section_4_right{
    width: 40%;
    height: 300px;
    background-image:url(https://53motorgroup.co.za/media/images/section-04.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;   
}

.section_4_left{
    width:  60% ;
    font-size: 18px;
    margin-left: 2%;
}

.image_overlay{
    height: 500px;
    width: 100%;
    background-color: #000;
    opacity: 30%;
    position: absolute;
    z-index: 1;

}
  @media (max-width: 991px) {
    /* CSS rules for mobile devices */
    .about{
        font-size: 40px;
    }

    body{
        font-size: 12px;
    }

    .container_1_left{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .container_1{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 98%;
        padding: 0 1%;
    }

    .container_1 .logo{
        width: 25%;
        padding: 0;
    }
    
    .container_1 p{
        font-size: 12px;
        text-align: center;
    }

    .container_1_left{
        font-size: 12px;
        font-weight: normal;
        width: 95%;
    }
    
    .container_1_right{
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container_1 .logo{
        width: 90%;
        height: 25vh;
    }
    
    .section_1{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    
    .section_1 p{
        font-size: 12px;
        width: 100%;
        padding: 0;
        margin: 1% 0;
        display: flex;
        justify-content: center;
        align-items: start;
        text-align: center;
    }

    .section_title{
        width: 100%;
        text-align: center;
        color: #000;
    }
    
    .section_2, .section_3, .section_4{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
        background-color: #707070;
        font-family: verdana;
        color: #fff;
        border-top: 2px solid #000;
    }

    .section_2_left, .section_3_right, .section_4_left{
        margin: 0;
        margin-top: 3%;
        width: 100%;
        border-top: 2px solid #fff;
        font-size: 12px;
        color: #000;
        text-align: center;
    }
    
    .section_2 p, .section_3 p, .section_4 p{
        width: 100%;
        margin 1% 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_2_right, .section_3_left, .section_4_right{
        display: flex;
        align-items: center;
        text-align: center;
        width:  100% ;
        margin: 0;
    }
    
    .overlay{
        background-color: #000;
        opacity: 30%;
        height: 100%;
        width: 100%;
    }
    
    
   
    
    
  }

 