.container {
    position: relative;
    overflow: hidden;
    width: 70%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin: 0 auto;
   
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .textColor {
    color: #9c9c9c !important;
  }
  .line2{
    line-height: 1.8 !important;
  }
  .fontF {
    font-family: 'Karla,Arial,sans-serif' !important;
  }
  .cardHeader {
    font-size: 18px !important;
    color: #464646 !important;
    font-weight: 700 !important;
  }

  .sectionHeader {
    font-size: 24px !important;
    color: #464646 !important;
    font-weight: 700 !important;
  }

  .link {
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  .link:hover{
    color: #9c9c9c !important;
    text-decoration: underline !important;
  }
  .card{
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100%,
  }