.cta {
  padding: 15px 20px;
  border-radius: 100px;
  display: inline-block;
  border: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  background-color: #ff0000;
  width: -moz-max-content;
  width: max-content;
}
.cta .btn-flip {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cta .btn-flip span {
  white-space: nowrap;
}
.cta .btn-flip span::after, .cta .btn-flip span::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  color: #fff;
}
.cta:hover .btn-flip span {
  transform: translateY(-105%);
}
.cta:hover .btn-flip span::before {
  transform: skewY(7deg);
}
.cta:hover .btn-flip span::after {
  transform: skewY(0);
}
.cta.red {
  background: #ff0000;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .btn-flip span {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: transparent;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn-flip span:before {
    top: 0;
    transform: skewY(0);
    transform-origin: right bottom;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn-flip span:after {
    top: 105%;
    transform: skewY(7deg);
    transform-origin: left top;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.cta_arrow {
  font-weight: 600;
  transition: 0.5s all ease;
}
.cta_arrow i {
  margin-left: 8px;
  transition: 0.3s all ease;
}
.cta_arrow:hover {
  color: #ff0000;
}
.cta_arrow:hover i {
  margin-left: 12px;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
small em,
p em {
  color: #ff0000;
  font-style: normal;
}

.header {
  position: absolute;
  top: 10px;
  z-index: 9;
  width: 100%;
}
.header_bg {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  border-top: 5px solid #ff0000;
}
.header .logo img {
  width: 88px;
}
.header .logo .mb-menu {
  display: none;
}
.header .logo .mb-menu i {
  color: #000;
}
.header .menu {
  display: flex;
  justify-content: flex-end;
}
.header .menu ul {
  display: flex;
  align-items: center;
}
.header .menu ul li {
  margin-left: 35px;
  padding: 15px 0;
  position: relative;
}
.header .menu ul li:hover .submenu {
  display: block;
}
.header .menu ul li .submenu {
  position: absolute;
  top: 30px;
  width: 300px;
  padding-top: 41px;
  display: none;
}
.header .menu ul li .submenu .wrap {
  background: #fff;
  border-radius: 5px;
}
.header .menu ul li .submenu .wrap a {
  display: block;
  color: #131313;
  margin: 10px 0;
  padding: 10px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 15px;
}
.header .menu ul li .submenu .wrap a:hover {
  color: #ff0000;
}
.header .menu ul li .cta.red:hover {
  color: #fff !important;
}
.header .menu ul li a {
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-size: 1rem;
}
.header .menu ul li a:hover {
  color: #ff0000 !important;
}
.header .close_menu {
  display: none;
}

.banner {
  /*position: relative;
  width: 100%;
  height: 100vh;*/
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 350px 0 100px;
}
.banner.index {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner.index::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.35);
}
.banner.inner {
  /*height: 450px;*/
}
.banner::before {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.35);*/
}
.banner .page_title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  max-width: 100%;
}
.banner .timer {
  color: #fff;
}
.banner .timer .countdown {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
  color: #fff;
  font-size: 32px;
}
.banner .timer .countdown h4 {
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}
.banner .timer .countdown h4 span {
  display: block;
  font-size: 38px;
  margin-bottom: 5px;
}
.banner .featured {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 820px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.banner .featured img {
  height: 40px;
}
.banner h1 {
  /*width: 680px;
  max-width: 100%;*/
  color: #FFF;
  font-size: 3rem;
}
.banner p {
  color: #ff0000;
}

.intro {
  background: #fafafa;
}
.intro .text {
  padding-right: 370px;
}

.event .heading {
  margin-bottom: 70px;
}
.event .col-md-4:nth-child(2) {
  margin-top: -80px;
}
.event .col-md-4:nth-child(3) {
  margin-top: -160px;
}

.event_card_overlay {
  width: 100%;
  height: 534px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.event_card_overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.73%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s all ease;
}
.event_card_overlay:hover::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.73%, rgba(0, 0, 0, 0.9) 100%);
}
.event_card_overlay:hover .text span {
  opacity: 1;
}
.event_card_overlay .text {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 20px;
  z-index: 3;
  color: #fff;
}
.event_card_overlay .text h4:hover {
  color: #ff0000;
}
.event_card_overlay .text p {
  font-size: 16px;
  color: #d9d9d9;
  line-height: 24px;
  font-weight: 300;
}
.event_card_overlay .text span {
  color: #ff0000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.5;
}
.event_card_overlay .text span:hover {
  opacity: 1;
}
.event_card_overlay .text span i {
  font-size: 10px;
  margin-left: 4px;
}

.non_runner {
  padding-bottom: 90px;
}
.non_runner .container {
  position: relative;
  height: 100%;
}
.non_runner .container::before {
  content: "";
  bottom: -80px;
  left: 0;
  position: absolute;
  background: #fafafa;
  width: 70%;
  height: 100%;
}
.non_runner .image {
  width: 100%;
  position: relative;
  z-index: 2;
}
.non_runner .text {
  position: relative;
  z-index: 2;
  padding-left: 60px;
}

.r_text {
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
}
.r_text ul {
  padding-left: 30px;
}
.r_text ul li {
  margin-bottom: 1.25rem;
  position: relative;
}
.r_text ul li::before {
  position: absolute;
  top: 2px;
  left: -30px;
  content: "";
  background: url(../images/check_circle_2.png);
  width: 23px;
  height: 23px;
  background-position: center;
  background-size: cover;
}

.multi_everest {
  padding: 90px 0;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  color: #fff;
}
.multi_everest::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease;
  z-index: 1;
}
.multi_everest ul {
  margin-top: 1.25rem;
}
.multi_everest .features {
  width: 520px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 2.5rem 0;
}
.multi_everest .features span {
  font-size: 14px;
}
.multi_everest .features h5 {
  margin-bottom: 0;
}
.multi_everest .features .key {
  display: flex;
  align-items: center;
}
.multi_everest .features .key img {
  width: 42px;
  margin-right: 15px;
}

.concept img {
  width: 80%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.partners {
  text-align: center;
  background-position: center !important;
  background-size: cover !important;
}
.partners .title span {
  display: block;
  margin: 1rem 0;
  text-transform: uppercase;
  font-weight: 300;
}
.partners .title p {
  width: 630px;
  max-width: 100%;
  margin: 1rem auto;
}
.partners .runners .cta {
  margin-top: 2.5rem;
}
.partners .partner_slider {
  margin-top: 2.5rem;
}

.footer .footer_top {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 40px 0;
}
.footer .footer_top h4 {
  margin-bottom: 1.125rem;
}
.footer .footer_top ul li {
  margin-bottom: 1.125rem;
}
.footer .footer_top ul li a {
  font-size: 16px;
}
.footer .footer_top ul li div {
  display: flex;
}
.footer .footer_top ul li div i {
  margin-top: 5px;
  margin-right: 8px;
}
.footer .footer_logo img {
  width: 158px;
  margin-bottom: 1.5rem;
}
.footer .footer_logo p {
  font-size: 16px;
  line-height: 24px;
}
.footer .footer_bottom {
  padding: 20px 0;
}
.footer .footer_bottom .social a {
  margin-right: 2rem;
  font-size: 1.125rem;
}
.footer .footer_bottom p {
  font-size: 14px;
}

.event_text {
  width: 820px;
  margin: 0 auto;
  max-width: 100%;
}

.highlight {
  /*max-width: 100%;
  overflow: hidden;
  padding: 0 5px;*/
}
.highlight.gallery_page {
  padding: 80px 0;
}
.highlight.gallery_page .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.7);
}
.highlight.gallery_page .highlight_card {
  position: relative;
}
.highlight.gallery_page .highlight_card img {
  height: 320px;
}
.highlight.gallery_page .highlight_card a::before {
  display: none;
}
.highlight .row > * {
  /*padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);*/
}
.highlight .highlight_card {
  position: relative;
}
.highlight .highlight_card p {
  position: absolute;
  bottom: 0;
  line-height: 20px;
  color: #fff;
  z-index: 3;
  width: 90%;
  text-align: center;
  left: 5%;
}
.highlight a {
  display: block;
  width: 100%;
  height: 100%;
  /*margin: 5px 0;*/
}
.highlight a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.73%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s all ease;
}
.highlight img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.highlight img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.73%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s all ease;
}

.trail iframe {
  width: 100%;
  height: 670px;
}
.trail img {
  width: 100%;
}

.download_link {
  background: #fafafa;
  text-align: center;
}
.download_link h4 {
  max-width: 100%;
  width: 480px;
  margin: 0 auto 40px;
}
.download_link input {
  display: block;
  width: 450px;
  max-width: 100%;
  margin: 15px auto;
  padding: 15px;
}
.download_link button {
  border: 0;
}

.package .title {
  text-align: center;
}
.package .title h6 {
  margin-bottom: 0;
}
.package .package_card {
  background: #fafafa;
  margin: 1rem 0;
}
.package .package_card a img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.package .package_card .text {
  padding: 15px;
}
.package .package_card .text ul li {
  margin: 10px 0;
}
.package .package_card .text ul li i {
  width: 25px;
}

.form_card {
  background: #fafafa;
  padding: 30px 20px;
  margin: 1rem 0;
}
.form_card h5 {
  margin-bottom: 2rem;
}
.form_card p {
  margin-bottom: 3rem;
}
.form_card a {
  color: #ff0000;
  font-weight: 500;
  text-decoration: underline;
}
.form_card a i {
  margin-right: 5px;
}

.general_contacts .col-md-4 {
  margin: 1rem 0;
}

.contact_card {
  height: 100%;
  background: #fafafa;
  padding: 25px;
  border-radius: 8px;
  padding-bottom: 60px;
}
.contact_card .flag {
  margin-bottom: 2rem;
}
.contact_card .flag img {
  width: 40px;
}
.contact_card .text {
  margin-top: 2rem;
}
.contact_card .text p {
  margin-bottom: 5px;
  font-size: 1rem;
}

.green_policy {
  padding-bottom: 90px;
}
.green_policy .row > * {
  /*margin: 1rem 0;*/
}

.green_card {
  height: 100%;
  background: #fafafa;
  border-radius: 8px;
}
.green_card img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.green_card .r_text {
  padding: 20px;
}
.green_card .r_text ul li {
  margin-bottom: 10px;
}

.hof small {
  font-size: 14px;
}
.hof h4 {
  margin: 5px 0;
}
.hof p {
  font-size: 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 63px;
}
.hof a {
  /*font-size: 16px;
  color: $red;
  font-weight: 300;*/
}

.contact_detail p {
  margin-bottom: 5px;
}

.contact_form {
  padding-bottom: 80px;
}

.register .c_form {
  margin: 15px 0 !important;
}

.c_form {
  margin: 10px 0;
}
.c_form_radio {
  display: flex;
  align-items: center;
  height: 48px;
}
.c_form_radio .form-check {
  margin-right: 15px;
}
.c_form_radio .form-check label {
  margin: 4px;
  font-weight: 400 !important;
}
.c_form_radio input {
  width: 20px !important;
  height: 20px;
}
.c_form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.c_form input,
.c_form textarea {
  padding: 10px;
  width: 100%;
}
.c_form textarea {
  height: 150px;
}
.c_form .cta {
  margin-top: 30px;
  padding: 15px 30px;
}

.map iframe {
  width: 100%;
  height: 560px;
}

.blog_title {
  padding: 200px 0 80px 0;
  background: #fafafa;
  text-align: center;
}
.blog_title small {
  color: #ff0000;
}

.blog_detail .main_image img {
  width: 100%;
}

.share {
  display: flex;
  align-items: center;
  /*margin-bottom: 60px;*/
}
.share h5 {
  margin-bottom: 0;
  margin-right: 15px;
}
.share .sharebtn {
  display: inline-block;
  border: 0;
  background: #131313;
  color: #fff;
  margin: 0 5px;
  padding: 15px 30px;
}
.share .sharebtn.facebook {
  background: #3b5998;
}
.share .sharebtn.twitter {
  background: #1da1f2;
}

.e_tab .nav-tabs {
  justify-content: space-between;
  border-bottom: 0;
}
.e_tab .nav-item button {
  background: #f1f2f3;
  font-family: 600;
  border: 0;
  padding: 15px 45px;
}
.e_tab .nav-item button.active {
  background: #ff0000;
  color: #fff;
}
.e_tab .accordion {
  margin-top: 30px;
}
.e_tab .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a2b0b3;
  margin-bottom: 10px;
}
.e_tab .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.e_tab .accordion-button:not(.collapsed) {
  color: #000;
}
.e_tab .accordion-header button {
  padding: 2px 0;
  background: transparent;
  border: 0;
  box-shadow: none !important;
  font-weight: 700;
}
.e_tab .accordion-body {
  padding: 0 0 20px;
  color: #212529;
}

.iti_facts {
  background: #fafafa;
  padding: 30px 0;
}
.iti_facts .iti_flex {
  display: flex;
  justify-content: space-around;
}
.iti_facts .iti_flex .fact_card {
  display: flex;
}
.iti_facts .iti_flex .fact_card i {
  font-size: 24px;
  margin-right: 20px;
  margin-top: 5px;
}
.iti_facts .iti_flex .fact_card p {
  margin-bottom: 0;
  font-size: 15px;
}
.iti_facts .iti_flex .fact_card h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.option_table h4 {
  margin-bottom: 30px;
}
.option_table table {
  width: 100%;
  margin-bottom: 30px;
}
.option_table th,
.option_table td {
  padding: 15px;
}
.option_table th:first-child,
.option_table td:first-child {
  max-width: 250px;
}
.option_table thead th {
  background: #e5e5e5;
  padding: 15px;
}
.option_table tbody td {
  border-bottom: 1px solid #d9d9d9;
}

.archives {
  margin: 90px 0;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.archives h4 {
  background: #f1f2f3;
  text-transform: uppercase;
  padding: 20px 30px;
}
.archives h4 i {
  font-size: 22px;
}
.archives .wrap {
  padding: 20px 30px;
}
.archives a {
  display: block;
  margin-bottom: 10px;
  transition: 0.3s all ease;
}
.archives a.active {
  color: #ff0000;
}
.archives a:hover {
  margin-left: 5px;
}

.itinerary {
  position: relative;
  margin: 60px 0 0;
}
.itinerary::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #e5e5e5;
}
.itinerary .iti_card {
  display: flex;
  padding-left: 50px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.itinerary .iti_card:last-child {
  margin-bottom: 0;
}
.itinerary .iti_card::before {
  position: absolute;
  top: 19px;
  left: 0;
  content: "";
  width: 35%;
  height: 1px;
  background: #e5e5e5;
  z-index: 1;
}
.itinerary .iti_card .icon {
  background: #e5e5e5;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -15px;
  top: 0;
  border-radius: 50%;
  z-index: 3;
}
.itinerary .iti_card span {
  background: #e5e5e5;
  width: 80px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
}
.itinerary .iti_card .text {
  width: 490px;
}
.itinerary .iti_card .text p {
  color: #696e73;
}
.itinerary .iti_card:hover span {
  background: #ff0000;
  color: #fff;
}
.itinerary .iti_card:hover .icon {
  background: #ff0000;
  color: #fff;
}

#output table,
.result_table table {
  width: 100%;
}
#output table tr,
.result_table table tr {
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
#output table tr:nth-child(odd),
.result_table table tr:nth-child(odd) {
  background: #fafafa;
}
#output table tr td,
#output table tr th,
.result_table table tr td,
.result_table table tr th {
  padding: 15px;
  border-left: 1px solid #cdcdcd;
}

.hof_detail {
  /*margin-top: 80px;*/
}
.hof_detail .hof_img {
  /*margin-bottom: 40px;*/
}
.hof_detail .hof_img img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hof_detail .title small {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
  .header .menu ul li {
    margin-left: 25px;
  }
  .header .menu ul li a {
    font-size: 15px;
  }
  .header .menu ul li .cta {
    padding: 12px;
  }
  .intro .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header .close_menu {
    display: flex;
    position: absolute !important;
    top: 0;
    border: 1px solid #cdcdcd;
    right: 20px;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .header .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo .mb-menu {
    display: block;
  }
  .header .logo .mb-menu i {
    font-size: 32px;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background: #fff;
    padding-top: 40px;
    opacity: 0;
    visibility: 0;
    transform: translateX(-100%);
    justify-content: flex-start;
  }
  .header .menu ul {
    display: block;
    width: 100%;
  }
  .header .menu ul li {
    margin-left: 0;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 10px;
  }
  .header .menu ul li:hover .sub_menu {
    height: auto;
  }
  .header .menu ul li .cta {
    width: 100%;
    text-align: center;
  }
  .header .menu ul li:last-child {
    border-bottom: 0;
  }
  .header .menu ul li .submenu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: hidden;
    padding-top: 0;
  }
  .header .menu ul li .submenu a {
    border-bottom: 1px solid #d9d9d9;
  }
  .header .menu ul li .submenu a:last-child {
    border-bottom: 0;
  }
  .header .menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .menu #close_nav {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    display: block;
  }
  .event_text {
    padding: 0px 15px;
  }
  .itinerary .iti_card::before {
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    min-height: 100vh;
    height: auto;
  }
  .banner h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .banner .featured {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner .featured img {
    width: 48%;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 1rem 0;
  }
  .intro h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .event .col-md-4 {
    margin-top: 40px !important;
  }
  .non_runner .text {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .concept {
    text-align: center;
  }
  .concept img {
    margin: 40px 0;
  }
  footer .col-md-3 {
    margin: 20px 0;
  }
  footer .social {
    margin-bottom: 20px;
  }
  .itinerary .iti_card {
    flex-direction: column;
  }
  .itinerary .iti_card span {
    margin-bottom: 20px;
  }
  .option_table .container {
    max-width: 100%;
    overflow: scroll;
  }
  .option_table table {
    max-width: 100%;
  }
  .itinerary .iti_card .text {
    max-width: 100%;
  }
  .iti_facts .iti_flex {
    flex-wrap: wrap;
  }
  .iti_facts .iti_flex .fact_card {
    width: 50%;
    margin: 15px 0;
  }
}/*# sourceMappingURL=style.css.map */