.bot_needs {
  background: #eaebec;
  padding: 30px 0;
}
.bot_needs .needs input,
.bot_needs .needs textarea{
  background: none;
  border: 1px solid #5c5858;
}
  .bot_needs .sswgh-t{
      width: 100%;
  }
  .bot_needs .sswgh-t {
   margin-bottom: 40px;
 }
  .bot_needs .sswgh-t h2{
   margin-bottom: 5px;
   color: #000000;
   font-size: 30px;
   text-align: center;
   font-weight: 400;
   letter-spacing: 4px;
 }
  .bot_needs .sswgh-t p{
   color: #818080;
   text-align: center;
   letter-spacing: 1px;
   font-size: 16px;
 }


@media only screen and (min-width: 320px) and (max-width: 767px) {
    
     #sswgh-t {
      margin-bottom: 20px;
    }
    #sswgh-t h2{
      margin-bottom: 10px;
      font-size: 20px;
      letter-spacing: 2px;
    }
    #sswgh-t p{
    
      font-size: 14px;
    }
    
}