.spacer-80 {
  height: 80px;
}

.container-sxs {
  position: relative;
  bottom: 40px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1250px;
  overflow-x: hidden;
  border: 1px solid #ddd;
  border-radius: 15px !important;
}

.row-sxs {
  padding: 0 25px;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.row-sxs::after {
  content: '';
  clear: both;
  display: table;
  box-sizing: border-box;
}

[class*='col-'] {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

.col-la {
  width: 50%;
  padding: 0;
  font-size: 19px;
}

.col-ra {
  width: 50%;
  padding: 0;
  font-size: 19px;
}

.col-la-map {
  width: 40%;
  padding: 0;
  font-size: 19px;
}

.col-ra-map {
  width: 60%;
  padding: 0;
  font-size: 19px;
}

@media screen and (max-width: 1220px) {
  .col-la-map {
    width: 40%;
    padding: 0;
    font-size: 19px;
  }

  .col-ra-map {
    width: 60%;
    padding: 0;
    font-size: 19px;
  }
}

.align-items-start {
  flex: 1;
  display: flex;
  align-items: start;
}

.align-items-center {
  flex: 1;
  display: flex;
  align-items: center;
}

.content-l {
  padding: 20px 15px 0 0;
}

.content-r {
  padding: 20px 0 0 15px;
}

@media screen and (max-width: 995px) {
  .container-sxs {
    max-width: 600px;
  }

  .row-sxs {
    padding: 0 15px;
  }

  .col-la {
    width: 100%;
  }

  .col-ra {
    width: 100%;
  }

  .col-la-map {
    width: 100%;
  }

  .col-ra-map {
    width: 100%;
  }

  .content-l {
    padding: 20px 0 20px 0;
  }

  .content-r {
    padding: 20px 0 20px 0;
  }

  .align-items-start {
    flex-direction: column;
    align-items: start;
  }

  .align-items-center {
    flex-direction: column;
    align-items: start;
  }
}

@media screen and (max-width: 995px) {
  .container-sxs {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swap {
    display: flex;
    flex-direction: column-reverse;
  }
}

img.sxs {
  margin: 0;
  padding: 0;
  border-radius: 5px 5px 0 0 !important;
}

.caption.sxs {
  margin-top: -8px;
  padding: 10px;
  background: #f4f5f9;
  border-radius: 0 0 5px 5px !important;
}

.invert-tog .caption.sxs {
  margin-top: -8px;
  background: #14181e;
  background: rgba(20,24,30);
}

@media screen and (max-width: 995px) {
  img.sxs {
    margin: -15px 0 0;
  }

  .caption.sxs {
    margin-bottom: 10px;
  }
}

ul.list-sxs {
  color: #000;
  font-size: 19px;
  line-height: 120%;
  list-style: none;
  margin: 10px 0 12px;
  padding: 0 0 0 20px;
  -webkit-transition: background .6s ease, color 1s ease;
  -moz-transition: background .6s ease, color 1s ease;
  -o-transition: background .6s ease, color 1s ease;
  transition: background .6s ease, color 1s ease;
}

ul.list-sxs li {
  padding: 0 5px;
}

ul.list-sxs li:before {
  color: #d41a00;
  font-family: 'FontAwesome';
  content: '\f28d';
  display: block;
  font-weight: 600;
  height: 0;
  left: -20px;
  line-height: 0;
  margin: 20px 0 0 -5px;
  padding: 0;
  position: relative;
  top: 10px;
  width: 0;
}

.invert-tog ul.list-sxs {
  color: #fff;
  -webkit-transition: background .6s ease, color 1s ease;
  -moz-transition: background .6s ease, color 1s ease;
  -o-transition: background .6s ease, color 1s ease;
  transition: background .6s ease, color 1s ease;
}

.invert-tog ul.list-sxs li {
  padding: 5px;
}

.invert-tog ul.list-sxs li:before {
  color: #d41a00;
  font-family: 'FontAwesome';
  content: '\f28d';
  display: block;
  font-weight: 600;
  height: 0;
  left: -20px;
  line-height: 0;
  margin: 20px 0 0 -5px;
  padding: 0;
  position: relative;
  top: 10px;
  width: 0;
}
