:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.card-content {
  width: 100%;
  padding: 15px 30px;
}

.card-header {
  background-image: url('../images/burgum2.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 45%;
}

.card-header._1 {
  background-image: url('../images/burgum2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.card-header._2 {
  background-image: url('../images/vance2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 250px;
}

.card-header._3 {
  background-image: url('../images/rubio4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 250px;
}

.card-header._4 {
  background-image: url('../images/scott2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 250px;
}

.card-header._5 {
  background-image: url('../images/stefanik2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 250px;
}

.card-header._6 {
  background-image: url('../images/carson.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 250px;
}
.card-header._7 {
  background-image: url('../images/donalds2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 250px;
}

.heading-2 {
  color: #000;
  margin-top: 10px;
  font-family: Ap Var, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.slide {
  padding-left: 25px;
  padding-right: 25px;
}

.heading {
  color: #000;
  margin-bottom: 5px;
  font-family: Ap Var, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

.slider {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: auto;
}

.paragraph {
  color: #000;
  margin-bottom: 5px;
  font-family: Ap Var, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.card {
  background-color: #fff;
  border-radius: 15px;
  max-width: 600px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .23);
}

.black-l {
  color: #000;
  margin-left: 0;
}

.flex-block {
  justify-content: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.mask {
  padding-top: 25px;
  padding-bottom: 25px;
}

.line {
  background-color: #000;
  height: 2px;
  margin-bottom: 10px;
}

.black-lr {
  color: #000;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .card {
    width: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .card {
    width: 70vw;
  }
}

@media screen and (max-width: 479px) {
  .card-content {
    padding: 0 10px 5px;
  }

  .card-header._1, .card-header._2, .card-header._3, .card-header._4, .card-header._5, .card-header._6, .card-header._7 {
    height: 200px;
  }

  .heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .9rem;
  }

  .heading {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .paragraph {
    font-size: .9rem;
  }

  .card {
    width: 75vw;
  }

  .line {
    margin-bottom: 5px;
  }
}


@font-face {
  font-family: 'Ap Var';
  src: url('../fonts/ap_var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}