.about-banner {
    background: linear-gradient(#00000080, #00000080), url(../images/about-details.jpg);
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-banner h2 {
    color: var(--white);
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 6;
    font-size: 38px;
}

.about-main{
    background-image: url(../images/about-main.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 50px 0;
    background-color: #fff;
}

.about-main h2{
    text-align: center;
    color: var(--theme);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-main p{
    padding: 15px 10px;
    box-shadow: 1px 2px 5px 0px #969696;
    border-radius: 15px;
    margin-bottom: 20px;
}

.para-4{
	background: #b9f1fe;
	width: 98%;
    margin-left: 2%;
}

.para-3{
    background: #eacef6;
	width: 94%;
    margin-left: 6%;
}

.para-2{
    background: #e2fecd;
    width: 90%;
    margin-left: 10%;
}

.para-1{
    background: #fecce7;
    width: 85%;
    margin-left: 15%;
}

@media(max-width:991px){
    .about-main{
        padding: 50px 0 0 0;
    }
}