#howitworks,#ownersblock,.main-section-owners{
    background-color: #f7f7f7;
       font-family: "Barlow", serif;
}
.main-section-owners .why-content ul li {
    display: flex
;
    align-items: flex-start;
    margin-bottom: 0px;
    align-items:flex-start;
    margin-bottom: 4px;
}
.footer-social ul{
    gap:0px
}
.free-container{
    background-color: #F2FFF1;
    padding: 90px 0px;
        font-family: "Barlow", serif;
    position: relative;
}
#howitworks{
    padding-top: 60px;
}
.free-container p{
    text-transform: none;
    font-size: 20px;
}
#main-contact-container{
    padding: 60px 0px;
    background: #f2fff1;
    font-family: "Barlow", serif;
}
.own-content h3{
    color: #333;
    font-size: 25px;
    line-height: 1.2em;
    padding-bottom: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.own-content h3 span{
    display: flex
;
    align-items: center;
    background-color: #58A531;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;

}
.own-content .why-content ul li img {
    width: 35px;
    position: relative;
    top: -3px;
}
.own-content .why-content ul {
    padding-bottom: 20px;
}
.own-content h6{
    color: #58A531;
    font-size: 21px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 600;
}
.main-section-owners{
   padding-top: 80px;
}
.why-content ul p{
    color: #555;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0px;
}