@font-face {
  font-family: "Ethic Serif";
  src: url("/font/ethicserif-light-webfont.woff2?$staticlink$") format("woff2");
}

.container-sm,
.container {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.container-sm *,
.container * {
  box-sizing: border-box;
  /*padding: initial;*/
}

.container-sm .row,
.container .row {
  padding: 0;
  margin: 0;
}

.container-sm a,
.container a {
  text-underline-offset: 0.5rem;
}

.mobile-hide {
  display: none;
}

@media (max-width: 480px) {
  .mobile-hide {
      display: block;
  }
}

.kb-hero-vid-desktop {
  margin: 0% auto 3%;
  max-width: 1680px;
  width: 100%;
  background-color: #000;
}

.kb-hero-vid-desktop * {
  box-sizing: border-box;
}

.kb-hero-vid-desktop .kb-hero_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kb-hero-vid-desktop .kb-hero_grid div {
  width: 33.333333%;
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-height: 717px;
  overflow: hidden;
}

.kb-hero-vid-desktop .kb-hero_grid div img {
  margin: 0;
  width: 560px;
  padding: 0;
  height: 714px;
  -o-object-fit: cover;
  object-fit: cover;
  /* Maintains the aspect ratio, but the image or video might be cropped */
}

.kb-hero-vid-desktop .kb-hero_grid div video {
  width: 560px;
  height: 714px;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
  /* Maintains the aspect ratio, but the image or video might be cropped */
}

.kb-hero-vid-desktop p.kb-eyebrow {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

.kb-hero-vid-desktop p.kb-sub {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 1%;
  max-width: 900px;
  margin: 0 auto 1%;
}

.kb-hero-vid-desktop h1 {
  font-family: "Ethic Serif";
  font-style: normal;
  font-weight: 300;
  font-size: 97px;
  line-height: 1;
  letter-spacing: 0.25px;
  text-align: center;
  color: #FFFFFF;
  margin: 1% auto;
}

.kb-hero-vid-desktop .kb-hero_flex_cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.kb-hero-vid-desktop .kb-hero_links {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.kb-hero-vid-desktop .kb-hero_links a {
  text-decoration: none;
  background-color: #fff;
  margin: 5px 10px;
  padding: 14px 20px;
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #111111;
}

.kb-hero-vid-desktop .kb-hero_content {
  position: fixed;
  top: 55%;
  left: 0;
  right: 0;
  z-index: 0;
}

.kb-hero-vid-desktop .kb-hero-mobile video {
  max-width: 480px;
  margin: 0 auto;
  display: none;
}

.kb-hero-vid-desktop .kb-img-cont {
  display: none;
}

.kb-hero-vid-desktop .kb-img-cont div {
  width: 25%;
}

@media (max-width: 1600px) {
  .kb-hero-vid-desktop .kb-hero_grid div {
      max-height: 714px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div img {
      width: 560px;
      height: 814px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div video {
      width: 560px;
      height: 814px;
  }
}

@media (max-width: 1440px) {
  .kb-hero-vid-desktop .kb-hero_grid div {
      max-height: 514px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div img {
      width: 560px;
      height: 614px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div video {
      width: 560px;
      height: 614px;
  }
}

@media (max-width: 1200px) {
  .kb-hero-vid-desktop .kb-hero_grid div {
      max-height: 514px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div img {
      width: 560px;
      height: 714px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div video {
      width: 560px;
      height: 714px;
  }
}

@media (max-width: 1024px) {
  .kb-hero-vid-desktop .kb-hero_grid div {
      max-height: 514px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div img {
      width: 560px;
      height: 714px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div video {
      width: 560px;
      height: 714px;
  }
}

@media (max-width: 768px) {
  .kb-hero-vid-desktop .kb-hero_grid div {
      width: 33.333333%;
      max-height: 414px;
  }

  .kb-hero-vid-desktop .kb-hero_grid div img {
      width: 560px;
      height: 414px;
      -o-object-fit: contain;
      object-fit: contain;
  }

  .kb-hero-vid-desktop .kb-hero_grid div video {
      width: 560px;
      height: 414px;
      -o-object-fit: contain;
      object-fit: contain;
  }
}

@media (max-width: 480px) {
  .kb-hero-vid-desktop .kb-hero_grid {
      display: none;
  }

  .kb-hero-vid-desktop .kb-hero-mobile video {
      max-width: 480px;
      margin: 0 auto;
      display: block;
  }

  .kb-hero-vid-desktop h1,
  .kb-hero-vid-desktop p.kb-eyebrow {
      color: #fff;
  }

  .kb-hero-vid-desktop .kb-headline {
      position: absolute;
      top: -100%;
      left: 5%;
  }

  .kb-hero-vid-desktop .kb-hero_content {
      position: relative;
      top: 28%;
      left: 0;
      right: 0;
      z-index: 1000;
      background: #fff;
      color: #000;
  }

  .kb-hero-vid-desktop p.kb-sub {
      font-size: 24px;
      color: #000;
      text-align: left;
  }

  .kb-hero-vid-desktop p.kb-eyebrow {
      font-size: 22px;
      text-align: left;
  }

  .kb-hero-vid-desktop p.kb-sub {
      font-size: 24px;
      text-align: left;
      padding: 5% 5% 2%;
  }

  .kb-hero-vid-desktop h1 {
      font-size: 65px;
      text-align: left;
      padding: 0 0 0;
  }

  .kb-hero-vid-desktop .kb-hero_links a {
      border: 1px solid black;
      margin: 1%;
      padding: 2% 4%;
  }

  .kb-hero-vid-desktop .kb-hero_content {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 2% 0 8%;
  }

  .kb-hero-vid-desktop .kb-img-cont {
      box-sizing: red;
      display: flex;
      flex-wrap: wrap;
  }

  .kb-hero-vid-desktop .kb-img-cont div {
      width: 50%;
      padding: 0;
      margin: 0;
  }

  .kb-hero-vid-desktop .kb-img-cont img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      overflow-clip-margin: initial;
  }
}

@media (max-width: 415px) {
  .kb-hero-vid-desktop {
      margin: 0 auto 2%;
  }

  .kb-hero-vid-desktop .kb-headline {
      top: -87%;
      left: 5%;
  }


  .kb-hero-vid-desktop p.kb-eyebrow {
      font-size: 22px;
  }

  .kb-hero-vid-desktop p.kb-sub {
      font-size: 18px;
  }

  .kb-hero-vid-desktop h1 {
      font-size: 55px;
  }

  .kb-hero-vid-desktop .kb-hero_links a {
      border: 1px solid black;
      margin: 1%;
      padding: 2% 4%;
      font-size: 13px;
  }
}

@media (max-width: 375px) {
  .kb-hero-vid-desktop .kb-headline {
      top: -67%;
      left: 5%;
  }

  .kb-hero-vid-desktop p.kb-eyebrow {
      font-size: 15px;
  }

  .kb-hero-vid-desktop p.kb-sub {
      font-size: 18px;
  }

  .kb-hero-vid-desktop h1 {
      font-size: 45px;
  }

  .kb-hero-vid-desktop .kb-hero_links a {
      border: 1px solid black;
      margin: 1%;
      font-size: 0.9rem;
      padding: 2% 3%;
  }
}

.kb-promo-carousel-33 {
  display: flex;
  padding: 1%;
  background: #f9f1e6;
  margin: 1% auto;
  max-width: 1680px;
}

.kb-promo-carousel-33>div {
  width: 33.333%;
  padding: 1%;
}

.kb-promo-carousel-33>div:nth-child(2) {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.kb-promo-carousel-33>span {
  text-decoration: none;
  display: block;
}

.kb-promo-carousel-33 span.kb-eye {
  color: inherit;
  font-family: sofia-pro, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 1% auto;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.kb-promo-carousel-33 span.kb-head {
  color: inherit;
  font-family: sofia-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 3% auto;
  display: block;
  text-align: center;
}

.kb-promo-carousel-33 span.kb-cta {
  color: inherit;
  font-family: sofia-pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 3% auto;
  display: block;
  text-align: center;
}

.kb-promo-carousel-33 span.kb-cta a {
  margin: 0 1%;
}

.kb-promo-carousel-33 span.kb-desc {
  color: inherit;
  font-family: sofia-pro, sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 1% auto;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .kb-promo-carousel-33 span.kb-eye {
      font-size: 0.8rem;
  }

  .kb-promo-carousel-33 span.kb-head {
      font-size: 0.8rem;
  }

  .kb-promo-carousel-33 span.kb-cta {
      font-size: 0.8rem;
      margin: 6% auto;
  }

  .kb-promo-carousel-33 span.kb-desc {
      font-size: 0.6rem;
  }
}

.kb-promo-bar {
  text-align: center;
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF !important;
  padding: 3% 5%;
  background-color: #000;
  display: flex;
  margin: 1% auto;
  max-width: 1680px;
  position: relative;
}

.kb-promo-bar span {
  width: 33.333%;
}

.kb-promo-bar span:nth-child(3) {
  text-align: right;
}

@media (max-width: 768px) {
  .kb-promo-bar {
      flex-direction: column;
      padding: 3% 1%;
      text-decoration: none;
  }

  .kb-promo-bar span {
      text-align: center;
      width: 100%;
      display: block;
      margin: 1% auto;
  }

  .kb-promo-bar span:nth-child(3) {
      text-align: center;
      text-decoration: underline;
  }
}

@media (max-width: 480px) {
  .kb-promo-bar {
      padding: 2% 5% 5%;
  }

  .kb-promo-bar span {
      text-align: center;
      width: 100%;
      display: block;
      margin: 1% auto 5%;
  }

  .kb-promo-bar span:nth-child(3) {
      font-size: 1rem;
      text-align: center;
      text-decoration: underline;
  }
}

.kb-category {
  max-width: 1490px;
  margin: 2% auto 3%;
  padding: 1% 0 0;
}

.kb-category h2 {
  margin: 0 0 2%;
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
}

.kb-category p {
  text-transform: uppercase;
  color: #000;
  font-family: "sofia-pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 2px;
  margin: 3% 0;
  text-transform: uppercase;
}

.kb-category div.kb-grid {
  display: flex;
  justify-content: center;
}

.kb-category div.kb-grid a {
  width: 15.666%;
  margin: 0 0.2%;
  text-decoration: none;
}

.kb-category div.kb-grid img {
  max-width: 100%;
}

.kb-category div.kb-grid p {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
  padding: 1% 0;
}

@media (max-width: 480px) {
  .kb-category {
      display: none;
  }
}

.slide_cont {
  max-width: 1600px;
  margin: 2% auto;
  width: 100%;
  position: relative;
}

.slide_cont .slide_content_abs {
  position: absolute;
  top: 25%;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid red;
}

.slide_cont .slide_content_abs div {
  padding: 0 0;
}

.slide_cont .slide_content_abs div h2 {
  text-align: center;
  font-size: 3.4em;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.slide_cont .slide_content_abs div a {
  display: block;
  text-align: center;
  font-size: 1.1em;
  margin: 0;
  text-transform: uppercase;
  padding: 0.5em 0;
  line-height: 1;
}

.slide_cont .slide_content_abs div p.sub {
  color: #000;
  text-align: center;
  font-family: "sofia-pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 3.25px;
  text-transform: uppercase;
  margin: 0 auto;
}

.slide_cont .slide_content_abs div p {
  color: #000;
  text-align: center;
  font-family: "sofia-pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px;
  max-width: 45%;
  margin: 0 auto;
}

.slide_cont .container {
  max-width: 100%;
  display: flex;
  padding: 0 20px;
}

.slide_cont .slide {
  height: 500px;
  margin: 0px;
  cursor: pointer;
  color: #fff;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 500ms ease-in-out;
}

.slide_cont .slide h3 {
  position: absolute;
  font-size: 24px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}

.slide_cont .slide.active {
  flex: 3;
}

.slide_cont .slide.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.4s;
}

.kb-wide-col-1 {
  margin: 2% auto;
  display: flex;
  max-width: 1490px;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.kb-wide-col-1 img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.kb-wide-col-1 a {
  text-decoration: none;
}

.kb-wide-col-1 .slide_content_abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kb-wide-col-1 .slide_content_abs div {
  padding: 0 0;
  width: 50%;
}

.kb-wide-col-1 .slide_content_abs div h2 {
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  font-family: "Ethic Serif";
  font-size: 170px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -3.75px;
}

.kb-wide-col-1 .slide_content_abs div a {
  color: #000;
  text-align: center;
  font-family: "sofia-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  display: block;
  letter-spacing: 2px;
  text-decoration: none;
}

.kb-wide-col-1 .slide_content_abs div p {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 0 15%;
}

.kb-wide-col-1 .slide_content_abs div span {
  font-family: "sofia-pro";
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}

@media (max-width: 768px) {
  .kb-wide-col-1 .slide_content_abs div {
      padding: 0 0;
      width: 50%;
  }

  .kb-wide-col-1 .slide_content_abs div h2 {
      font-size: 70px;
      font-style: italic;
  }

  .kb-wide-col-1 .slide_content_abs div a {
      font-size: 18px;
  }

  .kb-wide-col-1 .slide_content_abs div p {
      font-size: 15px;
  }
}

@media (max-width: 480px) {
  .kb-wide-col-1 {
      text-decoration: none;
  }

  .kb-wide-col-1 .slide_content_abs {
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .kb-wide-col-1 .slide_content_abs div {
      padding: 0 0;
      width: 50%;
  }

  .kb-wide-col-1 .slide_content_abs div img {
      display: none;
  }

  .kb-wide-col-1 .slide_content_abs div h2 {
      font-size: 70px;
      font-style: italic;
  }

  .kb-wide-col-1 .slide_content_abs div a {
      font-size: 18px;
  }

  .kb-wide-col-1 .slide_content_abs div p {
    font-size: 20px;
    padding: 0;
  }

  .kb-wide-col-1 .slide_content_abs {
      width: 100%;
  }

  .kb-wide-col-1 .slide_content_abs div {
      padding: 4% 10% 6%;
      width: 100%;
  }

  .kb-wide-col-1 .slide_content_abs div h2 {
      font-size: 70px;
      font-style: italic;
      display: none;
  }

  .kb-wide-col-1 .slide_content_abs div span {
    font-size: 18px;
  }
}

@media (max-width: 415px) {
  .kb-wide-col-1 .slide_content_abs div p {
      font-size: 18px;
      padding: 0;
  }

  .kb-wide-col-1 .slide_content_abs div span {
      font-size: 20px;
  }
}

.kb-wide-col {
  margin: 2% auto;
  display: flex;
  max-width: 1680px;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.kb-wide-col img {
  max-width: 100%;
}

.kb-wide-col .slide_content_abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.kb-wide-col .slide_content_abs div {
  padding: 0 0;
  width: 37%;
}

.kb-wide-col .slide_content_abs div h2 {
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  font-family: "Ethic Serif";
  font-size: 70px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.kb-wide-col .slide_content_abs div a {
  color: #000;
  text-align: center;
  font-family: "sofia-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  display: block;
  letter-spacing: 2px;
}

.kb-wide-col .slide_content_abs div span {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  text-decoration: underline;
  color: #000;
}

.kb-wide-col .slide_content_abs div p {
  color: #000;
  text-align: center;
  font-family: "sofia-pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.25px;
  margin: 6% 0;
}

@media (max-width: 768px) {
  .kb-wide-col .slide_content_abs div h2 {
      font-size: 40px;
  }

  .kb-wide-col .slide_content_abs div a {
      font-size: 18px;
  }

  .kb-wide-col .slide_content_abs div p {
      font-size: 14px;
      margin: 3% 0;
  }
}

@media (max-width: 480px) {
  .kb-wide-col .slide_content_abs {
      bottom: 0;
      align-items: flex-end;
  }

  .kb-wide-col .slide_content_abs div {
      width: 100%;
      padding: 15% 10% 6%;
  }

  .kb-wide-col .slide_content_abs div h2 {
      font-size: 60px;
  }

  .kb-wide-col .slide_content_abs div span {
      font-size: 18px;
  }

  .kb-wide-col .slide_content_abs div p {
    font-size: 18px;
      margin: 3% 0 6%;
  }
}

@media (max-width: 415px) {
  .kb-wide-col .slide_content_abs {
    bottom: -6px;
  }

  .kb-wide-col .slide_content_abs div h2 {
      font-size: 50px;
  }

  .kb-wide-col .slide_content_abs div span {
      font-size: 18px;
  }

  .kb-wide-col .slide_content_abs div p {
      font-size: 18px;
  }
  
}

.kb-3-col {
  display: flex;
  max-width: 1490px;
  margin: 4% auto;
  padding: 0;
  justify-content: center;
}

.kb-3-col .kb-col {
  width: 32.33%;
  margin: 0 0;
  padding: 0 0.7%;
}

.kb-3-col a {
  text-decoration: none;
}

.kb-3-col h3 {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
  text-decoration: none;
  padding-top: 2%;
}

.kb-3-col p {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: #000;
  padding: 0 25% 0 0;
  text-decoration: none;
}

.kb-3-col span {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  text-decoration: underline;
}

.kb-3-col img {
  width: 461px;
  height: 650px;
  border: none;
  -o-object-fit: cover;
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto 3%;
}

@media (max-width: 1440px) {
  .kb-3-col img {
      width: 461px;
      height: 450px;
      border: none;
      -o-object-fit: cover;
      object-fit: contain;
      max-width: 100%;
  }
}

@media (max-width: 768px) {
  .kb-3-col img {
      width: 461px;
      height: 350px;
  }

  .kb-3-col h3 {
      font-size: 1rem;
  }

  .kb-3-col span {
      font-size: 1rem;
  }

  .kb-3-col p {
      font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .kb-3-col {
      flex-direction: column;
  }

  .kb-3-col .kb-col {
      width: 100%;
      margin: 0 0;
      padding: 2% 8%;
  }

  .kb-3-col img {
      width: 461px;
      height: 650px;
      margin: 0 0 3%;
  }

  .kb-3-col h3 {
      font-size: 2rem;
      margin: 0;
  }

  .kb-3-col span {
      font-size: 1.2rem;
  }

  .kb-3-col p {
      font-size: 1.5rem;
      margin: 3% 0 5%;
  }
}

@media (max-width: 415px) {
  .kb-3-col img {
      width: 461px;
      height: 506px;
      margin: 0 0 3%;
  }

  .kb-3-col h3 {
      font-size: 1.3rem;
      margin: 0;
  }

  .kb-3-col span {
      font-size: 1rem;
  }

  .kb-3-col p {
      font-size: 1.2rem;
      margin: 3% 0 5%;
  }
}
