@import url('Fa_Font.css');


main
{
    font-family: 'YekanBakh-Regular', sans-serif;
}


.thumb {
    height: 225px;     
    object-fit: fill; 
    border-radius: 8px; 
    width: auto;
  }

  #contact-us a:hover {
    transform: scale(1.15);
    background-color: rgba(0,0,0,0.05) !important;
  }