#body
{
  main
  {
    margin-bottom:120px;
    #description
    {
      padding-top:60px;
      padding-bottom:60px;
    }
    #socail-list
    {
      li
      {
        margin-bottom:24px;
        a
        {
          color:$text-color;
          &:hover
          {
            color:$main-color;
          }
        }
      }
    }
    form
    {
      .form-group
      {
        margin-bottom:24px;
        label
        {
          display: block;
          margin-bottom: 8px;
        }
        input,textarea
        {
          padding:12px 24px;
          border-radius: 5px;
          border:1px solid #F3A291;
          background-color: #FFF9F5;
          width: 100%;
        }
        textarea
        {
          height:300px;
        }
      }
      .form-btn
      {
        display: flex;
        button
        {
          background-color: $main-color;
          border:0;
          color:#fff;
          cursor: pointer;
          padding:16px 40px;
          border-radius: 100px;
        }
      }
    }
  }
}