#whyjoin {
    width: 100%;
    float: left;
}

.whyjoin {
    float: left;
    margin: 50px 0;
    text-align: center;
    width: 100%;
    background: #56b65d;
    padding: 100px 0 50px;
    border-radius: 500px 0px 0px 0px;
}

.whyjoincont {
    float: left;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.whyjoinbox {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 3%;
}

.whyjoin .title-box-d h3 {
    color: #fff;
}

.whyjoin h4, .whyjoin p {
    color: #fff;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    letter-spacing: 0.2px;
}

.icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #454545;
    border-radius: 100%;
    color: #fff;
    font-size: 50px;
    overflow: hidden;
}
.whyjoinbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.whyjoin h4 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}
@media(max-width: 480px){
.whyjoin {
    border-radius: 200px 0 0 0;
}
.whyjoinbox {
        width: 100%;
    }
    

.whyjoincont {
    flex-wrap: wrap;
    margin-top: 25px;
}

}
