main{
  margin-bottom: 3rem;
}
.mcontainer{
    width: 45%;
    margin-right: 30px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(197, 5, 5, 0.1);
    display: inline-block;
    vertical-align: bottom;
  }

  iframe, object, embed{max-width: 100%;}
  
  .top_content {
    width: 45%;
    margin-left: 50px;
    background-color:white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(197, 5, 5, 0.1);
    padding: 20px;
    display: inline-block;
  
  }
  .opportunities_container {
    width: 45%;
    background-color:white;
    border-radius: 5px;
    margin-bottom: 5rem;
    padding-left: 20px;
    margin-right: 30px;
    box-shadow: 0 2px 4px rgba(197, 5, 5, 0.1);
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2rem;
  }
   
  .container {
      width: 45%;
      margin: 0;
      padding: 20px;
      background-color:white;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(197, 5, 5, 0.1);
      margin-bottom: 5rem;
      margin-left: 50px;
      margin-right: 0px;
      box-shadow: 0 2px 4px rgba(197, 5, 5, 0.1);
      display: inline-block;
    
  }
  .row {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .col-25 {
    margin-top: 1.5rem;
    width: 25%;
    float: left;
    font-size: 1.5rem;
  }
  .col-75 {
    width: 75%;
    float: left;
    font-size: 1.7rem;
    margin-top: 6px;
  }
  
  textarea{
   border-radius: 1%;
   border-width: auto;
   border-top: #609197;
   border:1px solid #09090a;
   max-height: 250px;
   min-height: 50px;
   border-radius: 3%;
   max-width:100%;
   min-width: 100%;
  }
  
  input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #1a0e0e;
    border-radius: 3px;
    box-sizing: border-box;
    margin: auto;
  } 
  input[type="submit"] {
    background-color: #007bff;
    color: #0c0808;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
  }
  .inline .input[type="text"] {
    width: 10%;
    padding: 10px;
    border: 1px solid #ad2626;
    border-radius: 3px;
    box-sizing: border-box;
  }
  input:hover[type = "submit"]{
    background-color: #0c0808;
    color: #219150;
  }
  
  .inline .col-75{
    width: 75%;
  }
  
  
  
  #submit {
    border: 1px solid #0e0b0b;
    padding: 10px;
    width: 200px;
    font-size: 14px;
  }
  
  
  .h-captcha {
    width: 75%;
    margin-right: 4rem;
  }
  
  
  .fas.fa-sync {
    color: #0c0b0b;
    cursor: pointer;
    font-size: 3rem;
  }
  
  
  #image {
    width: 100px;
    height: 4rem;
    background-color: white;
    margin-top: 10px;
    font-size: 2.5rem;
  }
  
  
  #key {
    font-weight: bold;
    color: rgb(30, 150, 30);
  }
  @media screen and (max-width: 768px) {
    .mcontainer, .top_content, .opportunities_container, .container{
      width: calc(100% - 40px);
      margin: 0 20px;
      margin-top: 2rem;
      margin-bottom: 2rem;
      height: fit-content;
    }
  
    .col-25, .col-75 {
      max-width: 100%;
    }
  
    .inline .col-75 {
      max-width: 100%;
    }
  
  }