*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background-color: #dee0e3;
}
.heading{
    text-align: center;
    margin-top: 25px;
}
.heading h1{
    font-size: 50px;
    color: #1c1f1f;
    margin-bottom: 10px;

}
.heading p{
    font-size: 20px;
    color: #3b9cc0;
    margin-bottom: 50px;

}
.about-us{
    display: flex;
    align-items: center;
    width: 85%;
    margin: auto;
}
.about-us img{
    flex: 0 50%;
    max-width: 40%;
    height: auto;
}
.about-us h2{
    font-size: 20px;
    color: #080807;
    margin-bottom: 50px;
}
.content{
    padding: 60px;
}S
.content h2{
    color: #444343;
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0px;
}
.content p{
    color: #4a4949;
    font-size: 20px;
    line-height: 1.5;
    margin: 15px 0px;
}
.heading img{
    flex: 0 50%;
    max-width: 40%;
    height: auto;
}