
.footer-container {
    background-color: #441054;
    padding: 35px 10px 10px;
    color: #fff;
    .footer-box{
        height: 67%;
         h3{
          font-size: 30px;
          margin-top: 12px;
          margin-bottom: 12px;
          color: #fff;
          font-weight: normal;
      }
      p {
          margin: 7px;
          font-size: 16px;
          color: #fff;
      }
     img{
          width: 45px;
          height: 45px;
      }
      button[_ngcontent-poq-c6] {
          width: 332px;
          height: 50px;
          background: #F6CE0F;
          color: #fff;
          margin-top: 10px;
      }
      .mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
          box-sizing: border-box;
          position: relative;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          cursor: pointer;
          outline: 0;
          border: none;
          -webkit-tap-highlight-color: transparent;
          display: inline-block;
          white-space: nowrap;
          text-decoration: none;
          vertical-align: baseline;
          text-align: center;
          margin: 0;
          min-width: 64px;
          line-height: 36px;
          padding: 0 16px;
          border-radius: 4px;
          overflow: visible;
      }
    }
}