body {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(12, 1, 7, 0.47)), url(./assets/joel.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.baner {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.662), rgba(0, 0, 0, 0.727)), url(./assets/photo-1508921340878-ba53e1f016ec.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 600px;
    margin-bottom: 60px;
}
.headingbaner h1 {
    position: absolute;
    top: 35%;
    left: 38%;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 100px;
}

.whatwedo1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.do5 {
    border: solid 1px #626161;
    width: 400px;
    border-radius: 50px 0px 50px 0px;
    margin: 10px 20px 10px 60px;
    padding: 50px;
    height: 350px;
    box-shadow: 4px 4px 4px 4px #0000004d;
}

i.fa-sharp.fa-light.fa-desktop {
    font-size: 55px;
    text-align: center;
    margin-left: 122px;
    color: rgb(187, 187, 187);
    margin-bottom: 10px;
}

i.fa-solid.fa-mobile-screen-button {
    font-size: 60px;
    text-align: center;
    margin-left: 122px;
    margin-bottom: 10px;
    color: rgb(187, 187, 187);
}

i.fa-thin.fa-chart-mixed {
    font-size: 55px;
    text-align: center;
    margin-left: 122px;
    color: rgb(187, 187, 187);
    margin-bottom: 10px;
}
i.fa-thin.fa-desktop {
    font-size: 55px;
    text-align: center;
    margin-left: 122px;
    color: rgb(187, 187, 187);
    margin-bottom: 10px;
}

.do6 {
    border: solid 1px #626161;
    width: 400px;
    border-radius: 50px 0px 50px 0px;
    margin: 10px 10px 10px 10px;
    padding: 50px;
    height: 350px;
    box-shadow: 4px 4px 4px 4px #0000004d;
}

.do5 h2 {
    color: #ffffff;
    font-size: 22px;
    text-align: center
}

.do5 p {
    color: rgb(187, 187, 187);
    font-size: 16px;
}

.do6 h2 {
    color: #ffffff;
    font-size: 22px;
    text-align: center
}

.do6 p {
    color: rgb(187, 187, 187);
    font-size: 16px;
}

.do6 i .fa {
    width: 100;
    align-items: center;
}

.whatwedo h1 {
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
}
.whatwedo{
    margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {

.baner{
height: 269px;
width: 100%;
}
.headingbaner h1 {
    position: absolute;
    top: 12%;
    left: 22%;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 44px;
}
.whatwedo1 {
    width: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin: 0px;
     
}
.do5{
    width: 350px;
    margin: 0px 0px 20px 0px;   
}
.do6 {
    width: 350px;
    margin: 0px 0px 20px 0px;
}
 .whatwedo {
     margin-bottom: 50px;
 }
}

