.feed_clear
{
  clear: both;
}

.feed_panel
{
  width: 1170px;
  height: 130px;
  background: url('../img/feed.png') center no-repeat;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 6px 26.68px 2.32px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 1px 6px 26.68px 2.32px rgba(0, 0, 0, 0.13);
}

.feed_text
{
  float: left;
  padding-left: 55px;
  padding-top: 43px;
}

.feed_text span
{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.feed_text p
{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.feed_form
{
  float: right;
  padding-right: 38.5px;
  padding-top: 45px;
}

.feed_textbox
{
  float: left;
}

.feed_textbox input
{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #919294;
  width: 389px;
  height: 40px;
  border: 0;
  background: #fff;
  padding: 0 25px;
}

.feed_submit
{
  float: left;
}

.feed_submit input
{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0e2260;
  width: 186px;
  height: 40px;
  background: #e4e6f5;
  border: 0;
  cursor: pointer;
}

.feed_form_info
{
  margin-top: 10px;
}

.feed_form_info span
{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1170px) {
  .feed_panel
  {
    width: 100%;
    height: auto;
    background: #0e2260;
    overflow: hidden;
  }
  .feed_text,
  .feed_form
  {
    width: 100%;
    float: none;
    text-align: center;
  }

  .feed_text
  {
    padding-left: 0;
  }

  .feed_form_table
  {
    display: table;
    margin: auto;
  }

  .feed_form
  {
    margin-bottom: 43px;
    padding-right: 0;
  }

}

@media (max-width: 574px) {
  .feed_form_table
  {
    display: block;
    padding: 0 10px;
  }
  .feed_textbox
  {
    width: 100%;
    float: none;
  }
  .feed_textbox input
  {
    width: 100%;
  }
  .feed_submit
  {
    float: none;
    margin-top: 20px;
  }
}
