.elementor-element-8dfe958 .elementor-widget-container .elementor-image img {
  border-radius: 50% !important;
}

input[type="date"]
{
    display:block;
  
    /* Solution 1 */
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
  
    /* Solution 2 */
    /* min-width: 96%; */
}
