body {
    background-color: rgb(243, 243, 243);
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.hero{
    padding: 120px;
    background: url(../img/Business-Education/hero.jpg);
    background-size: cover;
}

.hero h1{
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    line-height: 3.4375rem;
    font-weight: 1;
    color: white;
}
.hero p{
    font-size: 20px;
    width: 50%;
    color: white;
}




.plan {
    background-color: white;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan h1{
    font-family: Balto-Light, sans-serif;
    font-size: 40px;
    font-weight: 1; 
    color: #007856;
    padding: 0px 20px;
}
.plan p{
    font-size: 20px;
    padding: 0px 20px;
}
.plan .img1{
    background: url(../img/Business-Education/busy1.jpg);
    height: 15rem;
    background-size: cover;
}
.plan .img2{
    background: url(../img/Business-Education/busy2.jpg);
    height: 15rem;
    background-size: cover;
}
.plan .img3{
    background: url(../img/Business-Education/busy3.jpg);
    height: 15rem;
    background-size: cover;
}
.plan .img4{
    background: url(../img/Business-Education/busy4.jpg);
    height: 15rem;
    background-size: cover;
}
.plan .img5{
    background: url(../img/Business-Education/busy5.jpg);
    height: 15rem;
    background-size: cover;
}
.plan .img6{
    background: url(../img/Business-Education/busy6.jpg);
    height: 15rem;
    background-size: cover;
}
.plan .all{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan .details{
    width: 45%;
    height: 45rem;
    margin: auto;
    box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.plan button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 20px 0px
}
.plan button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}




.spotlight{
    width: 85%;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.spotlight .text{
    width: 50%;
    padding: 40px;
}
.spotlight img{
    width: 50%;
    margin: 1%;
}
.spotlight p{
    font-size: 20px;
}

.spotlight h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.spotlight button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}
.spotlight button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}




.fraud{
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fraud h1{
    font-family: Balto-Light, sans-serif;
    font-size: 30px;
    font-weight: 1; 
    color: #007856;
    padding: 0px 20px;
}
.fraud p{
    font-size: 20px;
    padding: 0px 20px;
}
.fraud .img1{
    background: url(../img/Business-Education/fraud\ detection\ \(1\).jpg);
    height: 15rem;
    background-size: cover;
}
.fraud .img2{
    background: url(../img/Business-Education/fraud\ detection\ \(2\).jpg);
    height: 15rem;
    background-size: cover;
}
.fraud .img3{
    background: url(../img/Business-Education/fraud\ detection\ \(3\).jpg);
    height: 15rem;
    background-size: cover;
}
.fraud .all{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fraud .details{
    width: 27%;
    height: 45rem;
    margin: auto;
    box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.fraud button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 20px 0px
}
.fraud button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.grow{
    width: 85%;
    background-color: white;
    padding: 50px;
    text-align: center;
    margin: auto;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}
.grow p{
    font-size: 20px;
}

.grow h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1; 
    color: #007856;
}
.grow button{
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;;
    transition: .2s;
    margin: 15px 0px 00px 0px;
}
.grow button:hover{
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}




.help {
    padding: 60px;
    width: 85%;
    margin: auto;
    margin-top: 2%;
    text-align: center;
}

.help p {
    font-size: 20px;
}

.help .second {
    color: #007856;
    font-size: 25px;
    width: 90%;
}

.help .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banking{
    padding: 30px;
    width: 55%;
}
.banking p{
    font-size: 20px;
}
.banking .second{
    color: #007856;
    font-size: 25px;
    width: 90%;
}
.banking .img{
    display: flex;
    justify-content: center;
    align-items: center;
}





@media(max-width: 800px) {
    .hero {
        padding: 40px;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/Business-Education/hero2.jpg);
        background-size: cover;
    }

    .hero h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .hero p {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }



    .plan{
        flex-direction: column;
    }
    .plan .details{
        width: 100%;
        height: 37rem;
        margin-bottom: 5%;
    }
    .plan .details h1{
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }
    .plan .details p{
        font-size: 17px;
    }
    .plan .details button{
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }


    .spotlight {
        width: 80%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .spotlight h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }

    .spotlight p {
        font-size: 17px;
    }

    .spotlight .text {
        width: 90%;
    }

    .spotlight button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .spotlight img {
        width: 100%;
    }



    .fraud{
        flex-direction: column;
    }
    .fraud .details{
        width: 100%;
        height: 37rem;
        margin-bottom: 5%;
    }
    .fraud .details h1{
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }
    .fraud .details p{
        font-size: 17px;
    }
    .fraud .details button{
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }


    .grow{
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }
    .grow h1{
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2rem;
    }
    .grow p{
        font-size: 17px;
    }
    .grow button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }


    .help {
        width: 65%;
        padding: 10px;
    }
    .help .second{
        font-size: 17px;
    }
    .help p {
        font-size: 17px;
    }
}