
@media (max-width: 1140px) {

}
/* end media query footer */


.frame-footer {
    height: 281px;
    flex-direction: column;
    align-items: center;
/*    padding-top: 50px;
    padding-bottom: 50px; */
    text-align: center;
    background: black;
    color: white;
    
}


.frame-footer .img-wrapper {
  padding-top: 50px;
  padding-bottom: 100px;
}

.frame-footer .vector-4 {

  width: auto;
  height: 64px;


}

.frame-footer .text-wrapper-14 {
  font-family: aktiv-grotesk, Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.40px;
  line-height: 22px;
  white-space: nowrap;
/*        padding-top: 100px; */
/*  padding-bottom: 100px; */
}

        
@media (max-width: 768px) {

    .two-columns, .three-columns {
        flex-direction: column;
    }


    .frame-footer .text-wrapper-14 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 17.6px */
        letter-spacing: -0.32px;
/*        padding-top: 100px; */
/*  padding-bottom: 100px; */
    }
}


@media (max-width: 501px) {
    .frame-footer {
        height: 256px;
    }

    .frame-footer .img-wrapper {
      padding-top: 40px;
    }



}
