
#head
{
//	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #564071 100%);
	margin-bottom:85px;
	.main-menu
	{
		ul
		{
			li
			{
				a
				{
					color:$main-color;
				}
			}
		}
	}
	#socil-menu
	{
		li
		{
			a
			{
				color:$main-color;
			}
		}
	}
}

header
{
  display: flex;
  flex-direction:column;
  padding-top:125px;
  align-items:center;
  margin-bottom:125px;
  h1
  {
    color:$main-color;
    text-align: center;
    padding-bottom:40px;
    font-size: 64px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 6.4px;
    padding-top:40px;
    border-top:1px solid #564071;
  }
  p
  {
    text-align: center;
    color:$main-color;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.6px;
  }
}

section
{
  article
  {
    border-bottom:1px solid $main-color;
    padding-top:60px;
    padding-bottom:60px;
    color:$main-color;
    &:first-child
    {
      border-top:1px solid $main-color;
    }
    time
    {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1.6px;
      line-height:24px;
    }
    h2
    {
      a
      {
        color:$main-color;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 2.4px;
        line-height:36px;
      }
    }
    p
    {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.96px;
      line-height:24px;
    }
  }
  @media(min-width:768px)
  {
    article
    {
      display: flex;
      time
      {
        width:15%;
      }
      h2
      {
        width:50%;
      }
      p
      {
        flex:1;
      }
    }
  }
}
