.hero{
    /*
    margin-top: 100px;
    */
    position: relative;
    text-align: left;
    color: white;
}

.body-background{
    background-color: #1d456c1f !important;
}

.hero img {
    width: 100%;
    object-fit: cover;
    filter: brightness(48%);
}

.hero-content {
    position: absolute;
    top: 20%;
    left: 4%;
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.home-container{
    padding: 9px;
}

.home-background{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.home-icons-body{
    bottom: 54px;
    left: 75px;
}

.home-icon-circle{
    margin-right: 10px;
    background: #ffffff63;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 9px;
    border: 1px solid #ffffff59;
}

.home-recomendations{
    right: 96px;
    bottom: 52px;
}

.home-recom-image{
    height: 50px !important;
    width: 50px !important;
    border-radius: 100%;
    border: 1px solid;
}

.home-recom-left{
    margin-right: 45px;
}

.home-recom-right{
    left: 34px !important;
    position: absolute;
}

.home-recom-text{
    font-size: 81%;
}

.wats-container{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    right: 20px;
    bottom: 20px;
}

.wats-image{
    height: 50px;
}

@media screen and (max-width: 575px){
    .home-recomendations{
        left: 26px !important;
        bottom: 103px !important;
    }

    .home-icons-body{
        left: 26px !important;
    }
}