.hero-section{
    background: linear-gradient(115.67deg, #E6E2EC 2.71%, #BCA8E7 82.63%);
}

.header-grid{
    display: grid;
    grid-template-columns: 45px 160px auto 160px 60px 160px;
    grid-template-rows: 50px;
    line-height: 50px;
}

.logo-title{
    font-size: 20px;
    font-weight: 700;
}

.primary-button{
    background-color: #8B1A9D;
    color: white;
    border-radius: 15px;
    text-align: center;
    line-height:40px;
    margin:0 auto;
    font-size: 20px;
    font-weight: bolder;
    border: 3px solid #480888;
}

.primary-button a:link, a:visited, a:focus {
    color: white;
    text-decoration: none;
}

.secondary-button{
    background-color: #441a9d;
    color: white;
    border-radius: 20px;
    margin: auto 0;
    text-align: center;
}

.hero-text-section{
    margin: auto 0;
}

.hero-image{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card{
    border: 1px solid black;
    border-radius:20px;
    margin-bottom:-13px;
}

.card-header{
    background-color: white;
    border-radius:20px;
    border: none;
    height: 60px;
}
