body{
    padding: 0;
    margin: 0;
    background: linear-gradient(to bottom, black, #5d5d5d)
}

.pageImage{
    padding: 0;
    margin: 0;
    z-index: 0;
    width: 100%;
    height: 500px;
    background-image:url(https://journeymotors.co.za/media/images/about.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
}

.about {
    width: 100%;
    font-family: verdana;
    font-size: 50px;
    font-weight: bold;
    color: #04b4ec;
    display: flex;
    justify-content: center;
    height: 500px;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.section01{
    width: 100%;
    background: linear-gradient(to right, black, #5d5d5d);
    border-top: 2px solid #04b4ec;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    font-family: verdana;
    color: #fff;
}

.section01 .title{
    font-weight: bold;
    font-size: 32px;
    margin-top: 2%;
}

.section01A{
    display: flex;
    justify-content: center;
    align-items: start;
    width: 95%;
}

.section01ALogo{
    width: 15%;
    padding: 0;
    padding-left: 5%;
}

.section01AText{
    font-size: 17px;
}

.line{
    height: 2px;
    background-color: #04b4ec;
    width: 98%;
    margin: 3% 0;
}

.section01Text{
    font-size: 17px;
    width: 95%;
}

.section02{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to left, black, #929292);
    font-family: verdana;
    color: #000;
    border-top: 2px solid #fff;
}

.section02Image{
    width: 40%;
    height: 300px;
    background-image:url(https://journeymotors.co.za/media/images/section-02.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}

.section02A{
    width:  60% ;
    font-size: 19px;
    margin-left: 2%;
}

.section02ATitle{
    font-weight: bold;
    font-size: 32px;
}

.overlay{
    background-color: #000;
    opacity: 30%;
    height: 100%;
    width: 100%;
}

.section03{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to right, black, #5d5d5d);
    font-family: verdana;
    color: #fff;
    border-top: 2px solid #fff; 
}

.section03Image{
    width: 40%;
    height: 300px;
    background-image:url(https://journeymotors.co.za/media/images/section-03.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;   
}

.section03A{
    width:  60% ;
    font-size: 18px;
    margin-left: 2%;
}

.section03ATitle{
    font-weight: bold;
    font-size: 32px;
}

.section04{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to left, black, #929292);
    font-family: verdana;
    color: #000;
    border-top: 2px solid #fff; 
}

.section04Image{
    width: 40%;
    height: 300px;
    background-image:url(https://journeymotors.co.za/media/images/section-04.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;   
}

.section04A{
    width:  60% ;
    font-size: 18px;
    margin-left: 2%;
}

.section04ATitle{
    font-weight: bold;
    font-size: 32px;
}

.imageOverlay{
    height: 500px;
    width: 100%;
    background-color: #000;
    opacity: 30%;
    position: absolute;
    z-index: 1;

}
@media (max-width: 767px) {
    /* CSS rules for mobile devices */
    .about{
        font-size: 40px;
    }

    body{
        font-size: 12px;
    }

    .section01A{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
    }

    .section01{
        align-items: center;
        text-align: center;
        width: 98%;
        padding: 0 1%;
    }

    .section01ALogo{
        width: 25%;
        padding: 0;
    }
    
    .section01AText{
        font-size: 12px;
        text-align: center;
    }

    .section01Text{
        font-size: 12px;
        font-weight: normal;
        width: 95%;
    }

    .section01 .title{
        width: 100%;
        text-align: center;
    }

    .section02{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
        background-color: #929292;
        font-family: verdana;
        color: #000;
        border-top: 2px solid #fff;
    }
    .section02ATitle{
        font-weight: bold;
        font-size: 24px;
        width: 100%;
        text-align: center;
    }

    .section02Image{
        margin-top: 3%;
        width: 100%;
        height: 150px;
        border-top: 2px solid #000;
    }
    
    .section02A{
        align-items: center;
        text-align: center;
        width:  100% ;
        font-size: 12px;
        margin: 0;
    }
    
    .overlay{
        background-color: #000;
        opacity: 30%;
        height: 100%;
        width: 100%;
    }
    
    
    .section03{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start; 
    }
    
    .section03Image{
        width: 100%;
        height: 150px;
        border-top: 2px solid #000;   
    }
    
    .section03A{
        width:  100% ;
        font-size: 12px;
        text-align: center;
        margin: 0;
    }
    
    .section03ATitle{
        font-weight: bold;
        font-size: 24px;
    }
    
    .section04{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }
    
    .section04Image{
        width: 100%;
        height: 150px;
        border-top: 2px solid #000;
    }
    
    .section04A{
        width:  100% ;
        font-size: 12px;
        margin: 0;
        text-align: center;
    }
    
    .section04ATitle{
        font-weight: bold;
        font-size: 24px;
    }
    
  }

  @media (min-width: 768px) and (max-width: 991px) {
    /* CSS rules for tablets and small laptops */
    .about{
        font-size: 40px;
    }

    body{
        font-size: 12px;
    }

    .section01A{
        display: flex;
        justify-content: start;
        align-items: start;
        width: 85%;
    }

    .section01{
        align-items: start;
        width: 98%;
        padding: 0 1%;
    }

    .section01ALogo{
        width: 25%;
        padding: 0;
        padding-left: 5%;
    }
    
    .section01AText{
        font-size: 12px;
    }

    .section01Text{
        font-size: 12px;
        font-weight: normal;
        width: 95%;
    }

    .section01 .title{
        width: 100%;
        text-align: center;
    }

    .section02ATitle{
        font-weight: bold;
        font-size: 24px;
    }

    .section02Image{
        height: 150px;
    }
    
    .section02A{
        font-size: 12px;
    }
    
    .overlay{
        background-color: #000;
        opacity: 30%;
        height: 100%;
        width: 100%;
    }
    
    
    .section03Image{

        height: 150px;
    }
    
    .section03A{
        font-size: 12px;
    }
    
    .section03ATitle{
        font-weight: bold;
        font-size: 24px;
    }

    
    .section04Image{
        height: 200px;
    }
    
    .section04A{
        width:  60% ;
        font-size: 12px;
        margin-left: 2%;
    }
    
    .section04ATitle{
        font-weight: bold;
        font-size: 24px;
    }
    
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    /* CSS rules for medium-sized laptops and desktops */
    .about{
        font-size: 40px;
    }

    body{
        font-size: 14px;
    }

    .section01A{
        display: flex;
        justify-content: start;
        align-items: start;
        width: 85%;
    }

    .section01{
        align-items: start;
        width: 98%;
        padding: 0 1%;
    }

    .section01ALogo{
        width: 25%;
        padding: 0;
        padding-left: 5%;
    }
    
    .section01AText{
        font-size: 15px;
    }

    .section01Text{
        font-size: 12px;
        font-weight: normal;
        width: 95%;
    }

    .section01 .title{
        width: 100%;
        text-align: center;
    }

    .section02ATitle{
        font-weight: bold;
        font-size: 26px;
    }

    .section02Image{
        height: 200px;
    }
    
    .section02A{
        font-size: 14px;
    }
    
    .overlay{
        background-color: #000;
        opacity: 30%;
        height: 100%;
        width: 100%;
    }
    
    
    .section03Image{
        height: 200px;
    }
    
    .section03A{
        font-size: 14px;
    }
    
    .section03ATitle{
        font-weight: bold;
        font-size: 26px;
    }

    
    .section04Image{
        height: 250px;
    }
    
    .section04A{
        width:  60% ;
        font-size: 14px;
        margin-left: 2%;
    }
    
    .section04ATitle{
        font-weight: bold;
        font-size: 26px;
    }
    
    .imageOverlay{
        height: 500px;
        width: 100%;
        background-color: #000;
        opacity: 30%;
        position: absolute;
        z-index: 1;
    
    }
  }