#why-choose-container{
    display: flex;
    justify-content: space-between;   
    align-items: center;
    flex-wrap: wrap;
}


#why-choose-photo{
    position: absolute;
    padding-left: 40px ;
    z-index: 2;
   
}
#why-choose-photo img{
    max-height: 439px;
    max-width: 283px;
    object-fit: cover;
}
#why-choose-background-photo{
    height: 450px;
   
    background-color:white;
    background-image:
    radial-gradient(rgb(230, 223, 238) 9px, transparent 1px),
    repeating-radial-gradient(rgb(230, 223, 238) 0, rgb(230, 223, 238) 4px, transparent 5px, transparent 20px, rgb(230, 223, 238) 21px, rgb(230, 223, 238) 25px, transparent 26px, transparent 50px);
    background-size: 30px 30px, 90px 90px;
    background-position: bottom bottom;
     background-attachment: fixed; 
 
    border-radius: 50px 100px 100px 0px;
    width: 400px; 
    position: relative;
}
 #why-choose-right-text{
   max-width: 550px;
    text-align: justify;
    
} 
#why-choose-right{
    display: flex;
    flex-direction: column;
    gap: 50px;
    width:40%;
    font-size:var(--font-size-default);
    color: var(--cor-text-default)
}
