

.footer_center{
  width: 100%;
  background: #052532;
  padding: 50px 0;
}

@media(min-width: 992px){
  .footer_nav_ul{
    font-size: 12px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 28px;
  }
  .footer_nav_ul h3{
    font-size: 18px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .ewm_code{
    text-align: center;
  }
  .ewm_code p{
    font-size: 12px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 20px;
    text-align: center;
  }
  .footer_top{
    width: 100%;
    height: 78px;
    background: linear-gradient(#062f44, #052532);
    text-align: center;
  }
  .footer_top img{
    height: 78px;
  }

  .footer_bottom{
    width: 100%;
    height: 54px;
    text-align: center;
    background: #062f44;
  }
  .footer_bottom p{
    line-height: 54px;
    font-size: 14px;
    color: #E4E5ED;
  }
  
}

@media((min-width: 768px) and (max-width: 992px)){
  .footer_top{
    width: 100%;
    background: linear-gradient(#062f44, #052532);
    text-align: center;
  }
  .footer_top img{
    width: 100%;
  }

  .footer_nav_ul{
    font-size: 12px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer_nav_ul h3{
    font-size: 18px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .ewm_code{
    text-align: center;
  }
  .ewm_code p{
    font-size: 12px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 20px;
    text-align: center;
  } 

  .footer_bottom{
    width: 100%;
    height: 54px;
    text-align: center;
    background: #052532;
  }
  .footer_bottom p{
    line-height: 54px;
    font-size: 14px;
    color: #E4E5ED;
  }
}

@media(max-width: 768px){
  .footer_top{
    width: 100%;
    background: linear-gradient(#062f44, #052532);
    text-align: center;
  }
  .footer_top img{
    width: 100%;
  }

  .footer_nav_ul{
    font-size: 12px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer_nav_ul h3{
    font-size: 18px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .ewm_code{
    text-align: center;
  }
  .ewm_code p{
    font-size: 12px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #E4E5ED;
    line-height: 20px;
    text-align: center;
  } 

  .footer_bottom{
    width: 100%;
    text-align: center;
    background: #052532;
    padding: 20px;
    box-sizing: border-box;
  }
  .footer_bottom p{
    font-size: 12px;
    color: #E4E5ED;
  }
}



