@font-face {
    font-family: "MT Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "MT Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "MT Medium";
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
}


body{
    background-image: url('../images/mask-group.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "MT Regular";
}
header{
    background-color: #FFFFFF;
}
h3{
    font-family: "MT Bold";
}
.wrapper__card-item h6{
    font-family: "MT Medium";
}
.wrapper{
    min-height: 100vh;
}
.wrapper__card{
    background: #FFFFFF;
    border-radius: 10px;
}
.wrapper__card-item{
    height: 450px;
    font-size: 12px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border: 0;
    background-color: #FFFFFF;
    width: 16rem;
}
.half{
    height: 220px;
}
.d-flex{
    display: flex;
}
.card-button, .card-button:hover{
    background: #003366;
    border-radius: 30px;
    width: 100%;
    border: #003366;
    color: #fff;
    font-family: "MT Bold";
    font-size:14px
}

ul.list__underline li{
    list-style: none;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom:0.5rem;
}
ul.fancy-links{
   list-style: none;
   padding: 0;
}
.external__links{
    color: #003366 !important;
    text-decoration: underline;
}
.mb__1{
    margin-bottom: 0.1rem;
}
.text-muted{
    color: #777777 !important;
}
  .card-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

.border-top {
    border-top: 1px solid #dee2e6 !important;
}
  
  @media only screen and (max-width: 426px) {
    .card-container {
      justify-content: center;
    }
   
  }
  #mati_button{
    display: none;
  }
