/** Shopify CDN: Minification failed

Line 1158:37 Expected "}" to go with "{"

**/
body {
  /* font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande"; */
}

a.desktop-link-active {
  color: #133e68 !important;
  font-weight: 700;
  border-bottom: 2px solid #133e68;
}
a 
{
      color: rgba(19, 62, 104, 1);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.rounded-card {
  border-top: solid 1px rgb(210, 210, 210) !important;
  border-left: solid 1px rgb(210, 210, 210) !important;
  border-right: solid 1px rgb(210, 210, 210) !important;
  border-bottom: solid 1px rgb(210, 210, 210) !important;
  border-radius: 20px !important;
  padding: 25px;
}
#review-content .rounded-card {
  flex-grow: 1;
  flex-basis: 0;
}
#all-review-content {
  flex-wrap: wrap;
  min-height:300px;
}
#all-review-content .rounded-card {
  flex-grow: 1;
  width: 32.3333%; 
}
#review-content {
  min-height:300px;
  position: relative;
}
#all-review-content.show::before, #review-content.show::before {
  content: "";
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  background: url(preloader.gif) center no-repeat rgba(255, 255, 255, 0.4) !important;
}
#review-content .person_JDSFBKSDJ12222 {
    position: absolute;
}
#review-content .name_JDSFBKSDJ12222 {
    font-size: 14px;
    line-height: 45px;
    padding-left: 45px;
}
#review-content .text_JDSFBKSDJ12222 {
    max-height: 390px;
    overflow: auto;
}
.rounded-card .icon {
  color: rgba(19, 62, 104, 1);
  font-size: 48px;
}
.rounded-card .icon.sm {
  font-size: 30px;
}

body {
  padding: 0;
  margin: 0;
  color: rgb(121, 121, 121);
}

.container {
  max-width: 1480px;
  padding-left:20px;
  padding-right:20px;
  width: 100%;
}
.container > .row 
{
  margin-left:-20px;
  margin-right:-20px;
}
.row>*
{
   padding-left:20px;
  padding-right:20px;
}
@media (max-width: 992px) {
  .container {
    max-width: 700px;
  }
}


main h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 20px;
}
main h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(32, 32, 32, 1);
  text-transform: none !important;
  letter-spacing: 0 !important;
}
main h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
main h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: rgba(19, 62, 104, 1);
}
main h5 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(58, 58, 58);
}
main h6 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: rgb(58, 58, 58);
}

p,  td, th, li, div, label {
  font-size: 15px;
  line-height: 19px;
  color: rgb(96, 96, 96);
}
.site-header__icons-wrapper , .site-header__icons-wrapper path
{
  fill : rgb(58, 58, 58)!important;
}
main p, main span, main td, main th, main li, main div, main label {
  font-size: 18px;
  line-height: 26px;
  color: rgba(101, 101, 101, 1);
}
.h2.site-header__logo
{
  margin:15px 0;
}
ol {
  list-style: none; /* Remove default list styling */
  counter-reset: item;
  margin: 0 0 30px;
  padding: 0;
}

ol li {
  counter-increment: item;
  position: relative;
  line-height: 40px;
  padding-left: 40px;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}
.text-link {
  position: relative;
  color: rgba(19, 62, 104, 1);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
}
.text-link::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom: solid 1px rgba(19, 62, 104, 1);
  content: "";
}
.text-link:hover {
  color: rgb(121, 121, 121);
}
.green-color {
  color: rgba(19, 62, 104, 1);
}
.green-bg {
  background-color: rgba(19, 62, 104, 1);
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-40 {
  border-radius: 40px !important;
}

.rounded-50 {
  border-radius: 50px !important;
}

.site-btn {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 34px !important;
  transition: all 0.5s ease;
  border: 0;
  outline: none;
  display: inline-flex;
  background-color: rgba(19, 62, 104, 1);
}
.site-btn.white {
  background-color: #ffffff;
  color: rgb(58, 58, 58);
}
.site-btn.trans {
  background-color: transparent;
  border:solid 1px #ffffff;
  color: #ffffff;
}
.site-btn .icomoon {
  margin-right: 10px;
}
.site-btn .ic-right .icomoon {
  margin-left: 10px;
  margin-right: 0;
}
.site-btn:hover {
  background-color: rgb(19, 19, 19);
  color: #ffffff !important;
}

img {
  max-width: 100%;
}

.owl-car .owl-stage-outer {
  overflow: hidden;
}
.owl-car .owl-stage {
  display: flex;
}
.owl-car .owl-nav.disabled, .owl-car .owl-dots.disabled {
  display: none;
}

.main-banner {
  position: relative;
  max-height: 475px;
  overflow: hidden;
}
.main-banner img {
  width: 100%;
}
.main-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.4);
  content: "";
}
.main-banner .content {
  padding: 30px 0;
}
.main-banner .content h1, .main-banner .content h3 {
  color: #ffffff;
}
.main-banner .site-btn .t-15:after
{
  top:10px !important;
}
.main-carousel .owl-stage {
  animation: scroll 30s linear infinite;
}
.main-carousel .owl-item {
  flex: 0 0 auto;
}
.main-carousel .carousel-wrapper {
  padding: 0 12.5%; /* 25% divided by 2 on left and right */
}
.main-carousel > div {
  padding: 30px 0 0;
}
.main-carousel > div img {
  width: 100%;
  border-radius: 20px;
}

.cards-container {
  padding: 30px 0 80px;
}
.cards-container .rounded-card {
  width: 100%;
  max-width: calc(25% - 20px);
}
.cards-container .rounded-card .icomoon {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
}

.details aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: -10px;
}
.details aside ul li {
  margin: 0;
  padding: 0;
}
.details aside ul li a {
  width: 100%;
  padding: 5px;
  line-height: 42px;
  font-size: 18px;
  border-radius: 20px;
  color: rgb(58, 58, 58);
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
}
.details aside ul li a.active, .details aside ul li a:hover {
  background-color: rgba(19, 62, 104, 1);
  color: #ffffff;
}
#content-box > div:first-child
{
  margin-bottom:60px;
}
#content-box .rounded-card:last-child p  ,
#content-box .rounded-card p  a
{
  display: flex;
}
#content-box .rounded-card h2 span 
{
  font-size:26px;
  color:rgba(32, 32, 32, 1);
  font-weight:400;
}
  .includes.rounded-card .row div p
  {
        display: flex;
    align-items: center;
    justify-content: space-between;
   
  }
.details .main-data {
  padding-left: 30px;
}
.details .highlights {
  padding-bottom: 30px;
}
.details .highlights .hgt-list .rounded-card {
  width: 100%;
  max-width: calc(33% - 10px);
  margin-bottom: 20px;
}
.details .highlights .hgt-list .rounded-card h6 {
  align-items: center;
}
.details .highlights .hgt-list .rounded-card .icomoon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgb(244, 250, 233);
  font-size: 30px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
}
.details .overview {
  padding: 0 0 30px 0;
}
.details .overview .vid img {
  border-radius: 40px;
}
.details .overview .vid iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 40px;
  height: auto;
}
.details .walking-guide {
  padding: 0 0 30px;
}
.details .walking-guide .wg > div {
  align-items: flex-start;
}
.details .walking-guide .wg > div:first-child {
  max-width: 100%;
  padding-right: 0;
}
.details .walking-guide .wg .graphs {
  position: relative;
}
.details .walking-guide .wg .gr-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.details .walking-guide .wg .day-box {
  border-radius: 20px;
  color: #ffffff;
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  left: 50%;
  margin-left: -30px;
  bottom: -50px;
}
.details .walking-guide .wg .day-box.grd {
  font-size: 18px;
  color: rgba(19, 62, 104, 1);
  border: solid 1px rgb(121, 121, 121);
  line-height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom:30px;
}
.details .walking-guide .wg .day-box.grd span {
  color: rgb(58, 58, 58);
}
.details .dbdi .accordion .rounded-card {
  padding: 15px;
  margin-bottom: 20px;
}
.details .dbdi .accordion .accordion-button {
  padding: 0;
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  color: rgb(58, 58, 58);
      border: 0;
  box-shadow: 0 0 0;
}
.details .dbdi .accordion .accordion-button span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.details .dbdi .accordion .accordion-button:focus {
  outline: none;
  box-shadow: 0 0 0 !important;
}
.details .dbdi .accordion .accordion-button:after {
          width: 20px;
        height: 20px;
        display: inline-block;
        float: right;
        position: relative;
        top: 2px;
}
.details .dbdi .accordion .accordion-body {
  padding-right: 0;
}
.details .include {
  padding: 30px 0;
}
.details .include .rounded-card {
  padding: 0 !important;
  margin-bottom: 20px;
}
.details .include .rounded-card .rows
{
  padding: 0;
}
.details .include .rounded-card .rows > div > .row
{
  margin:0;
}
.details .include .rounded-card .rows > div > .row > div {
  padding: 15px 25px;
  border-bottom: solid 1px rgb(210, 210, 210);
  border-right: solid 1px rgb(210, 210, 210);
   min-height: 83px;
    align-items: center;
    display: flex;
    line-height:20px;
}
.details .include .rounded-card .rows > div .icomoon {
  margin-right: 10px;
}
.details .include .rounded-card .rows > div:last-child > .row > div {
  border-right: 0;
}
.details .include .rounded-card .rows > div:first-child > .row > div:last-child,
.details .include .rounded-card .rows > div:last-child > .row > div:last-child
{
  border-bottom: 0px;
}
.details .include .rounded-card .rows  div p, .details .include .rounded-card .rows  div h6 {
  margin: 0;
}

.details .accom {
  padding: 20px 0 30px;
}
.details .accom .split-div > div {
  width: 48%;
}
.details .accom .accom-carousel img {
  width: 100%;
  border-radius: 40px;
}
.details .accom .accom-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}
.details .accom.clps .accom-carousel .owl-nav
{
  opacity: 0;
}
.details .accom .accom-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  background-color: #ffffff;
  border: solid 1px rgba(19, 62, 104, 1);
  font-size: 30px;
  padding: 0 !important;
  max-width: 40px;
}
.details .accom .accom-carousel .owl-nav button span {
      position: absolute;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 9px;
}
.details .accom .accom-carousel .owl-nav button.owl-next {
  transform: rotate(180deg);
  margin-left: 10px;
}
.details .accom .accom-carousel .owl-nav button:hover {
  background-color:rgba(19, 62, 104, 1);
  color: #ffffff;
}
.details .accom .accom-carousel .owl-nav button:hover span {
  color: #ffffff;
}
.details .accom .accom-carousel .owl-nav button:hover .icon-icon_arw_prev:before
{
  
   background: url(next-hover.svg) no-repeat;
} 
.details .accom .accom-carousel .owl-dots {
  position: relative;
  right: 0;
  top: 10px;
  text-align: center;
}
.details .accom .accom-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px rgba(19, 62, 104, 1);
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  font: 0;
}
.details .accom .accom-carousel .owl-dots button:hover, .details .accom .accom-carousel .owl-dots button.active {
  background-color: rgba(19, 62, 104, 1);
}
.details .clientsay {
  padding: 20px 0 50px;
}
.details .sim-trips {
  padding: 30px 0 50px;
}
.details .sim-trips .rounded-card {
  padding: 0;
}
.details .sim-trips .rounded-card img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.details .sim-trips .rounded-card .content {
  padding: 15px 20px;
}
.details .sim-trips .rounded-card .content a 
{
  border: solid 1px #3a3a3a;
    color: #3a3a3a;
    padding: 8px 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-top: 10px;
  border-radius: 20px;
}
.ar-btn
{
  display:flex;
  align-items:center;
}
.ar-btn i 
{
  position: relative;
    margin-left: 10px;
}
.hgt-list
{
  position:relative;
}
.card-carousel .owl-dots, .rew-carousel .owl-dots, .hgt-list .owl-dots, .main-carousel-mobile .owl-dots
{
  width: 200px;
    clear: both;
    display: block;
    float: none;
    position: absolute;
    bottom: -24px;
    display: flex;
    justify-content: center;
    gap: 5px;
        left: 50%;
    margin-left: -100px;
}
.main-carousel-mobile .owl-dots {
  bottom: 0px;
}
.card-carousel .owl-dots button, .rew-carousel .owl-dots button, .hgt-list .owl-dots button, .main-carousel-mobile .owl-dots button
{
  width:10px;
  height:10px;
  display:inline-block;
  background-color: rgba(0,0,0,0.3) !important;
      border-radius: 50%;
    border: 0;
    max-width: 10px;
    min-width: 0;
    padding: 0;
}
.card-carousel .owl-dots button.active, .rew-carousel .owl-dots button.active, .hgt-list .owl-dots button.active, .main-carousel-mobile .owl-dots button.active
{
  background-color: rgba(19, 62, 104, 1) !important;
}
.details .sim-trips .rounded-card
{
  min-width: 32%;
}
.split-div img 
{
  border-radius: 40px;
}
.search-bar__input
{
  font-size: 16px;
}
.shopify-section-group-footer-group .section--page-width .custom-section-content
{
  padding-bottom:50px;
}
.shopify-section-group-footer-group .section--page-width .custom-section-content,
.footer-utilities .spacing-style
{
  max-width:1480px;
  padding-left:20px;
  padding-right:20px;
  margin:0 auto;
  width:100%;
}
.shopify-section-group-footer-group .link
{
      color: rgb(23, 11, 2);
}
 .cards-container .owl-nav
  {
    display:none;
  }
#shopify-section-sections--18655074615366__section_beBRk7
{
  margin-top:100px;
}
.email-signup__button:not(.button-unstyled)
{
      background-color: rgb(19, 62, 104);
}
.email-signup__input
{
  border:solid 1px rgb(19, 62, 104);
}
@media (max-width:1280px) {
   .icon-custom ~ div p
  {
    padding:0;
  }
  .icon-custom + h6 {
    font-size: 24px;
}
}
@media (max-width:1024px) {

  .floating-scroll-sticky.floating-scroll-stick
  {
    max-width: 228px !important;
  }
  .card-carousel, .hgt-list
  {
    gap:20px; 
  }
  .cards-container .rounded-card {
    max-width: 100%;
}
   main h1 {
    font-size:60px;
     line-height: 72px;
  }
  main  h2 
  {
    font-size: 24px;
     line-height:30px;
  }
 .main-data > h5 
  {
    position: relative;
  }
  .main-data > h5:before{
     position: absolute;
     bottom:-10px;
     left: -15px;
      border-top: solid 1px #ccc;
     width: calc(100% + 30px);
     content: '';
   }
  .details .highlights
  {
    position: relative;
   padding-top:20px;
  }
   
  .main-data > div > h2 
  {
    position: relative;
    margin-bottom: 50px;
  }
  .main-data > div > h2:after
  {
    content:'';
    background-image: url(icon_arw_down.svg);  
    position: absolute;
    right: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: all .3s;
  }
  .main-data > div.clps > h2:after
  {
    transform: rotate(0deg);
  }
   .main-data > div
  {
    padding-top: 0 !important;
    transition: all .3s;
     position: relative;   
        left: -15px;
        width: calc(100% + 30px);
        padding-left: 15px !important;
        padding-right: 15px!important;
  }
   .main-data > div.clps
  {
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    padding-left: 15px;
        padding-right: 15px;
  }
   .main-data > div:before
  {
    position: absolute;
    left: 0px;
    width: 100%;
    border-top: solid 1px #ccc;
    bottom: 12px;
    content: '';
  }
   .main-data > div .accordion 
  {
    padding-bottom: 20px;
  }
   #content-box > div:first-child
  {
    margin-top:30px;
  }
  #content-box > div:last-child
  {
    display: none;
  }
  .details .highlights .hgt-list .rounded-card
  {
        max-width: calc(50% - 10px);
  }
  .details .main-data
  {
        padding-left: calc(var(--bs-gutter-x) * .5);
        overflow:hidden;
  }
  .details .accom .accom-carousel img,
  .details .overview .vid iframe
  {
    border-radius:20px;
  }
  .details .include .col-sm-6
  {
    flex: 0 0 auto;
    width: 50%;
    
  }
   .details .include .col-sm-6 p 
  {
    display: flex;
  }
  .rev-link { margin-top: 3rem !important; }
  .site-btn
  {
    font-size: 13px;
  }
   #content-box .rounded-card:last-child
  {
    margin-bottom: 30px;
  }
  .owl-stage-outer
  {
    max-width:100%;
    overflow:hidden;
  }
 
}
.sticky-badge
{
  display:none;
}

@media  (min-width: 768px) {

  .sticky-badge
  {
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    padding:20px 20px ;
    background:#fff;
    display:flex;
    justify-content:center;
    border-top: solid 1px rgb(210, 210, 210) !important;
    z-index:999;
  }
}
  .sticky-badge .rounded-card
  {
    display:flex;
    justify-content:space-between;
    gap:30px;
    border:0 !important;
    padding:0
  }
  .sticky-badge .rounded-card *:not(.site-btn)
  {
    padding:0 !important;
    margin:0 !important;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:7px;
  }
  .sticky-badge .rounded-card .site-btn
  {
    white-space:nowrap;
  }
  .sticky-badge .rounded-card h2 
  {
    font-size:46px;
    white-space:nowrap;
  }
   .sticky-badge .rounded-card h2 span
  {
    font-size:30px;
    font-weight:normal;
  }
  .sticky-badge .rounded-card p 
  {
    font-size:22px;
  }
@media (max-width: 1150px)
{
 .sticky-badge .rounded-card h2 
  {
    font-size:32px;
  }
   .sticky-badge .rounded-card h2 span
  {
    font-size:20px;
    font-weight:normal;
  }
  .sticky-badge .rounded-card p 
  {
    font-size:16px;
  }
 
}
@media (max-width: 1023px)
{
 .sticky-badge .rounded-card
 {
  flex-wrap:wrap;
 }

@media (max-width: 992px) and (min-width: 768px) {
  .main-banner {
    min-height: 400px;
  }
}
  
@media (max-width:767px) {
    #shopify-section-sections--18655074615366__section_beBRk7 .group-block--width-fill
{
  margin-bottom:15px;
}
  .btn-wrap .site-btn 
  {
    width:280px;
    justify-content: center;
  }
  .site-btn
  {
    font-size: 18px;
  }
 main h2 
  {
    font-size: 18px;
    line-height: 24px;
  }
   main #content-box .rounded-card h2 
   {
    font-size:36px;
    line-height:36px;
   }
  .main-banner img {
  min-height:363px;
  max-width:none;
}
  .main-banner
  {
    min-height: 363px;
    text-align: center;
  }
  main h1 {
    font-size:40px;
    line-height:48px;
  }
   main h3{
    font-size:18px;
     line-height:26px;
  }
   .details .highlights .hgt-list .rounded-card
  {
        max-width: 100%;
    margin: 0 0 20px;
  }
  .wg 
  {
    flex-wrap: wrap;
  }
  .details .walking-guide .wg>div:first-child
  {
    max-width: 100%;
    margin-right:0;
  }
    .details .walking-guide .wg .graphs > div,
   .details .walking-guide .wg .graphs,
   .details .walking-guide .wg .graphs img
  {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
.details .walking-guide .wg .graphs > div:nth-child(2)
  {
    overflow: auto;
  }
  .details .walking-guide .wg .graphs > div:nth-child(2) img 
  {
    width: 600px;
    max-width: 600px;
  }
  .details .owl-nav
  {
    display: none;
  }
  .details .accom .split-div
  {
    flex-wrap: wrap;
  }
  .details .accom .split-div>div
  {
    width: 100%;
    margin: 0 0 20px;
  }
  .cards-container  {
    padding: 30px 0;
  }
  #main-carousel  {
    padding: 30px 20px;
    overflow:hidden;
  }
    #main-carousel .owl-item > div 
    {
      border-radius:20px;
      overflow:hidden;
    }
  #bounding-box
  {
    margin-bottom: 30px;
  }
  .details .dbdi .accordion .accordion-button span
  {
    width: 40px;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 20px;
  }
   .details .dbdi .accordion .accordion-button
  {
    font-size: 20px;
    line-height: 28px;
  }
  .details .dbdi .accordion .accordion-button:after
  {
    top: 0;
  }
  .include .rounded-card .rows div h6
  {
    font-size: 18px;
  }
  .details .include .rounded-card .rows div p
  {
    display: flex;
    min-height: 50px;
    flex-wrap: wrap;
    font-size:14px;
    line-height:16px;
  }
.details .include .rounded-card .rows div p i 
{
margin-bottom:15px;
}
  .details .include .rounded-card .rows>div>.row>div
  {
    padding: 15px;
  }
  #content-box .rounded-card:last-child h2 
  {
    font-size: 36px;
  }
  #content-box .rounded-card:last-child h2 span 
  {
    font-size: 26px;
    font-weight: 300;
  }
  #content-box .rounded-card:last-child a button 
  {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
 
}
@media (max-width:431px) {
 .details .include .rounded-card .rows>div>.row>div.left,
   .details .include .rounded-card .rows>div>.row>div.right
  {
    min-height: 142px;
  }
   .details .include .rounded-card .rows>div>.row>div.left i ,
   .details .include .rounded-card .rows>div>.row>div.right i
  {
    position: relative;
    top: 5px;
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */