.foot-cus {
  max-width: 1380px;
  padding: 40px;
  margin: 0 auto;
}

.foot-contact {
  background: #dedede;
  padding: 40px 100px;
  border-radius: 5px;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

.foot-contact p {
  color: #002b4e;
}

.logo-foot {
  display: flex;
  justify-content: center;
}

.foot-bot {
  background: #002b4e;
  padding: 40px;
  color: #fff;
}

.foot-cop {
  max-width: 1380px;
    padding: 0 40px;
  margin: 0 auto;
  display: flex;
    justify-content: space-between;
  align-items: center;
}

.foot-social img {
  max-width: 40px;
  width: 40px;
  margin-left: 5px;
}

@media only screen and (max-width: 1024px) {
.foot-contact {
  padding: 40px!important;
    flex-direction: column!important;
}
  
.foot-contact p {
  margin-bottom: 20px;!important;
}
  
.foot-cop {
  flex-direction: column!important;
  padding: 0px!important;
  gap: 20px;
  }
  
.cta-wrapper {
    min-height: 300px!important;
  max-height: initial!important;
    flex-direction: column!important;
}
  
.cta-col {
    width: 100%!important;
}
  
 .hsForm_6eebd39f-4133-4825-82e5-9eb964e25481 {
    flex-direction: column!important;
}
}
