.footer_block33 {
  background: #126334;
  padding-top: 45px;
  padding-left: 5%;
  padding-right: 5%;
}
.footer_block33 .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 996px) {
  .footer_block33 {
    padding: 40px 0;
  }
  .footer_block33 .line {
    display: none;
  }
@media screen and (max-width: 768px) {
  .footer_block33 {
    padding: 30px 0;
  }
}
}


.footerCon{
  padding: 12px 0px;
  background-color: #257C49;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 2px 2px 4px;
}
.footerLogo{
  width: 75%;
  min-width: auto;
  height: auto;
}
.info{
  width: 21%;
  right: 20px;
  min-width: 150px;
  display:flex;
  flex-direction:row;
  font-size: 12px;
}
.info img{
  width: 100%;
  height: auto;
  min-width: 50px;
}
.info div{
  padding: 10px;
  text-align:center;
  line-height:30px;
  color:white;
  font-size: 16px;
  flex: 1 0 0%;
}
.url {
  display: flex;
  flex-direction: column;
  color: white;
  margin-left: 5%;
  margin-right: 5%;
  line-height:30px
}
.url div:nth-child(1){
  color: white;
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: dashed 2px #ffffffb5;
  align-items: flex-end;
  letter-spacing: 1px;
  flex-wrap: nowrap;
  height: auto;
  text-shadow: 1px 1px 1px #4d4545;
  padding-bottom: 12px;
  font-size: 32px;
}
.url div:nth-child(1) a{
  color: white;
  display: flex;
  flex-direction: row;
  position: relative;
  font-size: 0.75em;
  align-items: center;
  letter-spacing: 1px;
  flex-wrap: nowrap;
  line-height: 10px;
}
.url div:nth-child(1) a{
  margin-left: 4%;
  line-height: 28px;
}
.url div:nth-child(2){
  color: #D9FFE0;
  display: flex;
  flex-direction:row;
  position: relative;
  font-size: 14px;
  flex-wrap: wrap;
}
.url div:nth-child(2) a{
  color: #D9FFE0;
  display: flex;
  flex-direction: ;
  position: relative;
  font-size: 24px;
  flex-wrap: wrap;
  margin-right: 5%;
  line-height: 55px;
}
