.feed
{
  height: 266px;
  background: url('../img/feed.png') no-repeat;
  background-size: cover;
  padding: 40px;
}

.feed_big_text h3
{
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.feed_small_text
{
  margin-top: 14px;
}

.feed_small_text p
{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.feed_textbox_button
{
  width: 100%;
  margin-top: 26px;
  position: relative;
}

.feed_textbox_button input
{
  font-size: 14px;
  font-weight: 400;
  color: #161616;
  background: #fff;
  border: 2px solid var(--color-2);
  border-radius: 5px;
  width: 100%;
  height: 43px;
  position: relative;
  padding-left: 20px;
  padding-right: 144px;
}

.feed_textbox_button button
{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  width: 124px;
  height: 43px;
  position: absolute;
  border-radius: 5px;
  top: 0;
  right: 0;
  border: 0;
  background: var(--default-bg-color);
  cursor: pointer;
  transition: .4s;
}

.feed_textbox_button button:disabled
{
  opacity: .5;
  cursor: not-allowed;
}

.feed_textbox_button button:hover:disabled
{
  background: var(--default-bg-color);
  color: #fff;
}

.feed_info_agree
{
  margin-top: 13px;
}

.feed_info_agree p
{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 460px) {
  .feed
  {
    height: auto;
    background: var(--default-bg-color) !important;
  }
  .feed_textbox_button button
  {
    width: 100%;
    position: unset;
    background: var(--color-10);
    margin-top: 5px;
  }
}
