#top{
    background: linear-gradient(to bottom, #f9f9f9 0%, white 50%);
}
#hero{
    text-align: center;
}
#benefits .benefits {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}
#image-hero{
    width: 90%;
    margin: auto;
}
#image-hero .card{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#benefits .content{
    background: #F9F9F9;
}
#benefits .content .tag{
    background: var(--yellow);
}
#benefits img{
    width: 7rem;
    height: 7rem;
}
#benefits .benefits{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}
.tab-pane .card{
    flex: 30%;
}
#services .card{
    text-align: center;
    border: none;
}
#services{
    background: #F9F9F9;
}
#services .nav-link{
    background: white;
}
#results{
    text-align: center;
}
@media screen and (max-width:1200px){
    .tab-pane .card{
        flex: unset;
    }
    .tab-pane{
        justify-content: start;
    }
}
@media screen and (max-width:768px){
    .tab-pane .card{
        width: 100%;
        max-width: unset;
    }
}