
#right-container a {
    font-weight:300;
    font-size: 25px;
    color: white;
  }
  
  li {
    list-style: none;
  }

p{
    font-weight:500;
    font-size: 25px;
}

h1{
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 75px;
}
h2{
    font-size: 30px;
    font-weight: 800;
}

/* Main Styling */

.content {
  margin: 0px 10vw;
}

/* Top Section Styling */

.top-section {
  padding: 150px 50px;
  display: flex;
  align-items: flex-start;
}
  
#left-container{
  flex:1;
  text-align:right;
  margin-right: 30px;
}
#left-container p {
  text-align:right;
}
#right-container p {
  text-align:left;
}
#contactUsHeading{
  text-align: right;
}
#right-container{
  background-color: black;
  padding: 20px 25px;
  color: white;
  border-radius: 20px;
  height: 50vh;
  margin-left: 30px;
  flex:1
}
  

@media screen and (max-width: 1000px) {
  #contactUsHeading {
     font-size: 55px;
     text-align: center;
  }

  #left-container p{
    text-align: center;
  }
  .title-container {
    padding: 40px 10px;
  }
  .top-section {
    display: inline;
  }
  #left-container {
    margin-top: 100px;
    padding: 20px 45px;
  }
  #right-container{
    height: 30vh;
    text-align: center;
    margin-right: 25px;
  }
}
