/* Add custom CSS styles below */ 
#contact-slot:nth-of-type(2){
  display: none;
}
section:nth-of-type(1){
    margin: unset;
  max-width: 100%;
  padding: unset;
}
section:nth-of-type(1) .container {
    max-width: unset;
    padding: unset;
}