body{background:#f9f9f9;}

#contact{margin:60px 0 0 0;}


#contact .sect20{}
  #contact .sect20 .grid{display:grid;grid-template-columns:3fr 2fr;grid-gap:30px;}
    #contact .sect20 .grid .s{}
    #contact .sect20 .grid .s.s1{position:relative;}
      #contact .sect20 .grid .s.s1 iframe{
        position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;
      }
    #contact .sect20 .grid .s.s2{}
        #contact .sect20 .grid .s.s2 .title1{font-size:1.1rem;color:var(--golden1);font-family:'yeseva';}
        #contact .sect20 .grid .s.s2 .title2{font-size:2.5rem;color:#000;font-family:'playfair';font-weight:bold;}
        #contact .sect20 .grid .s.s2 .border{margin:30px 0;font-family:'montserrat_semibold';height:2px;width:50px;background:var(--golden1);}
        #contact .sect20 .grid .s.s2 .table{}
          #contact .sect20 .grid .s.s2 .table tr{}
            #contact .sect20 .grid .s.s2 .table tr td{padding:10px;}
            #contact .sect20 .grid .s.s2 .table tr td:nth-child(1){text-align:center;font-size:1.2rem;color:var(--golden1);}
            #contact .sect20 .grid .s.s2 .table tr td:nth-child(2){}
              #contact .sect20 .grid .s.s2 .table tr td .bold{margin:0 0 2px 0;font-family:'montserrat_semibold';}



#contact .sect30{margin:100px 0;}
  #contact .sect30 .title1{text-align:center;font-size:1.1rem;color:var(--golden1);font-family:'yeseva';}
  #contact .sect30 .title2{text-align:center;font-size:3rem;color:#000;font-family:'playfair';font-weight:bold;}
  #contact .sect30 .border{margin:30px auto;text-align:center;font-family:'montserrat_semibold';height:2px;width:50px;background:var(--golden1);}


