header { background-color:var(--backgroundColor); }


#tableIterations    {}
#tableIterations td {height:250px;overflow:hidden;background-size: cover; background-repeat: no-repeat;border:8px solid white;position:relative;}
#tableIterations td img {width:190px;height:auto;position:absolute;right:-20px;bottom:-30px;  transform: rotate(-20deg); border:5px solid white;  box-shadow: rgba(0, 0, 0, 0.25) 10px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 10px 4px 6px, rgba(0, 0, 0, 0.17) 10px 12px 13px, rgba(0, 0, 0, 0.09) 10px -3px 5px;}



#tableContent td {padding:5px;}
#divContact {background-color:var(--fontColor); color:var(--backgroundColor); }

#tableWhyMiratour img   {width:60%; height:auto;}
#tableServices img      {width:60%; height:auto;}
#tableContact td {overflow:hidden;padding:5px;}
#tableContact   {width:50%;}
@media (max-width: 600px) 
{
    #tableContact {width:100%;}
    #tableContact td:first-child {width:30%;}
}
