footer {
  width: 100%;
  background:  #1A334E;
  background-image: url('https://4846505.fs1.hubspotusercontent-na1.net/hubfs/4846505/abstract-wave-clip.png');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right;
  margin-top: 0;
  padding:50px 0 10px 0;
}
.ng-container{
  width:80%;
  max-width:1240px;
  margin:0 auto;
}
.footer-heading {
  font-family:"DM Serif Display",serif;
  color:white;
  text-align: center;
  font-size: 28px;
  margin-bottom:0px;
}

.contact-options {
  display: flex;
  flex-direction:row;
  justify-content:space-between;
  padding: 25px 0;
  gap: 25px;
}

.contact-option {
  display: flex;
  flex-direction:row;
  color: white;
  font-size: 30px;
  align-items: center;
  gap:15px;
}
.contact-option i {
  color: white;
  font-size: 30px;
}
.contact-option p{
  margin-bottom:0;
}
.footer-bottom {
  min-height:100px;
  display: flex;
  flex-direction:row;
  align-items:center;
  justify-content: space-between;
}

.footer-bottom a { 
  color: white;
  cursor: pointer;
}

.footer-bottom-copyright {
  font-size: 14px;
  color: white;
}

.footer-bottom-socials {
  color: #C1ECFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-socials i {
  font-size: 30px;
  margin-right: 27px;
  cursor: popinter;
}
.footer-bottom-logo img {
  height: 60px;
}

@media only screen and (max-width: 880px){
  .contact-options {
    flex-direction:column;
  }
  .footer-heading {
    text-align: left;
  }
  .footer-bottom {
    flex-direction:column;
    gap:20px;
    align-items:flex-start;
    margin-top:15px;
  }
  footer {
    padding:50px 0px 25px 0px;
}