*{
    margin: 0;
    box-sizing: border-box;
}
.gahunje{
    background-color: #41b874!important;
}
.about-gahunje {
    padding-top: 150px;
    padding-bottom: 150px;
    background: url(../landing-images/about-gahunje.webp) #f3f3f3 no-repeat!important;
    background-position: center;
    background-size: cover!important;
}
.about-gahunje .box {
    background: #ec3538;
    padding: 40px;
    width: 75%;
    margin: 0 auto;
    border-radius: 50px;
    border: 4px solid #fff;
}
.about-gahunje h2{
    color: #fff;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
}
.about-gahunje h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.about-gahunje p{
    font-size: 17px;
    color: #fff;
}