
main #hero{
    
   
    padding: 40px 0;
}

#hero-content{
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
    
#hero-text-box{
    width: 70%;

} 

#hero-title{
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

#hero-text-box p{
    width: 80%;
}

#hero .wp-block-buttons{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#hero-text-box .wp-block-buttons>.wp-block-button{
    margin-left: 0;
}


#hero-profil-img{
    max-width: 560px;
  width: 100%;
    height: auto;
    right: 0px;
    position: absolute;
    bottom: -4%;
    z-index: 5;
    border-radius:60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#hero-profil-img>img{
    border-radius: 60px;
}

#hero-decor-img{
    width: 400px;
    position: absolute;
    z-index: -1;
    height: auto;
    right: 10%;
    top: 5%;
}


@media only screen and (max-width: 1300px){
    #hero-profil-img{
        width: 46%;
        bottom: 5%;
        z-index: 5; 
    }

    #hero-decor-img{
        width:400px;
        position: absolute;
        z-index: -1;
        height: auto;
        right: 10%;
        bottom: 35%;
    }
}

@media only screen and (max-width: 1040px) {
    #hero-text-box{
        width: 100%;
    }

    #hero-profil-img{
        width: 100%;
        bottom: -15%;
        position: static;
        margin: 0 auto;
    }

    #hero-decor-img{
        display: none;
    }

    #hero-text-box p{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    #hero-title{
        font-size: 35px;
    }

}

@media only screen and (max-width: 552px){
    #hero .wp-block-buttons{
        flex-direction:column;
    }
}
