:root {
    --Primary-color: #2980B9;
    --Secondary-color: rgb(252, 252, 40);
    --Tetiary-color: rgba(21, 255, 0, 0.856);
    --Primary-font: Open Sans;
    --Secondary-font: Montserrat;
    --Tetiary-font: Mitr;
    --Extra-font: Courgette;
    --Extrastyle-font: ;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.business-overview h2 {
    text-align: center; 
    width: 60%;
    margin-left: 20%;
    font-family: var(--Secondary-font);
    font-size: 20px;
    padding: 10px;
    color: black;
    background-color: var(--Primary-color);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;   
}

.business-overview {  
    font-family:  var(--Secondary-font);
    font-size: 16px;   
    text-align: left;
    width: 100%;
    color: rgb(0, 0, 0);
    margin-top: 0;
    padding: 0;
    line-height: 28px;
    margin-bottom: 0;
}

.Intro, .mid{
    width: 70%;
    color: grey;
    font-family: var(--Primary-font);
    background-color: white;
    text-align: justify;
    font-size: 16px;
    margin-left: 15%;
    margin-bottom: 20px;
}
.Contact{
    background-color: var(--Primary-color);
    height: 200px;
}
.contactUs {
    font-size: 30px;
    font-family: var(--Secondary-font);
    color: black;
    margin-bottom: 20px;
    text-decoration: underline;
    margin-left: 10%;
}
.info{
    width: 50%;
    font-size: 18px;
    font-family: var(--Secondary-font);
    color: black;
    margin-left: 10%;
}






@media screen and (max-width: 500px) {
    .business-overview h2 {
        text-align: center; 
        width: 80%;
        margin-left: 10%;
        font-family: var(--Secondary-font);
        font-size: 20px;
        color: black;
        background-color: var(--Primary-color);
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 20px;   
    }
    
    .business-overview {  
        font-family:  var(--Primary-font);
        font-size: 16px;   
        text-align: left;
        width: 100%;
        color: rgb(0, 0, 0);
        margin-top: 0;
        padding: 0;
        line-height: 28px;
        margin-bottom: 0;
    }
    
    .Intro, .mid{
        width: 90%;
        color: grey;
        font-family: var(--Primary-font);
        background-color: white;
        text-align: left;
        font-size: 14px;
        margin-left: 5%;
        margin-bottom: 20px;
    }
    .Contact{
        background-color: var(--Primary-color);
        height: 200px;
    }
    .contactUs {
        font-size: 20px;
        font-family: var(--Secondary-font);
        color: black;
        margin-bottom: 20px;
        text-decoration: underline;
        margin-left: 10%;
    }
    .info{
        width: 90%;
        font-size: 15px;
        font-family: var(--Secondary-font);
        color: black;
        margin-left: 5%;
    }
}
/* End of Overview */

