#why{
    margin-top:100px;
    display: flex;
    align-items: center;
   
 
    justify-content: space-between;
    
    flex: row;
}
#why-left{
    width:  75%;
    margin-right: 10%;
}
#why-left-container{
    margin-top:50px;
    padding-left: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  
    
  

}
.why-container{
    display: flex;
   
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;

  
    
}

#why-container-text{
    font-size: 1rem;
    font-family: 'Rosarivo', serif;
    font-size: 14px;
    text-align: justify;
    max-width: 300px;

}
#why-container-title{
  
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: var(--color-blue-text)
}
#why-rigth{
    width: 20%;
}

#why-rigth-container-background{
    height: 550px;
    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:center center;
     background-attachment: fixed; 
 
    border-radius: 100px 0px 0px 50px;
    
    position: relative;
    
   
}
#why-rigth-container-photo{
    margin-top:60px;
    position: absolute;
    right: 1vw;
    margin-right: 0;
    z-index: 9999;
    
}
#why-rigth-container-photo img{
    max-height: 439px;
    max-width: 283px;
    object-fit: cover;
}

