/*  *Theme Name: Morton House
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: */
@font-face {
  font-family: "ITCAvantGardePro";
  src: url("fonts/ITCAvantGardePro-Bk.woff") format("woff"), url("fonts/ITCAvantGardePro-Bk.woff") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "ITCAvantGardePro";
  src: url("fonts/ITCAvantGardePro-Md.woff") format("woff"), url("fonts/ITCAvantGardePro-Md.woff") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "ITCAvantGardePro";
  src: url("fonts/ITCAvantGardePro-Bold.woff") format("woff"), url("fonts/ITCAvantGardePro-Bold.woff") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "ITCAvantGardePro";
  overflow-x: hidden;
  font-size: 2rem;
  padding: 0;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
}

b, strong {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 2rem 2rem;
  border-radius: 0;
  min-width: 16rem;
  border: 0.1rem solid transparent;
  text-align: center;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
}
.btn.btn-alt {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn.btn-alt:hover, .btn.btn-alt:focus {
  background-color: #FFDE00;
  color: #8E1315;
  border-color: #FFDE00;
}
.btn.btn-primary {
  border-color: #8E1315;
  color: #fff;
  background-color: #8E1315;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #8E1315;
  color: #fff;
  border-color: #8E1315;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}
.btn.btn-yellow {
  border-color: #FFDE00;
  color: #8E1315;
  background-color: #FFDE00;
}
.btn.btn-yellow:hover, .btn.btn-yellow:focus {
  background-color: #FFDE00;
  color: #8E1315;
  border-color: #FFDE00;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

h1, h2, h3, h4 {
  font-family: "ITCAvantGardePro";
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.41;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4.2rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 3rem;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.sec-pad-sm {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.sec-pad-md {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.sec-pad-lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.text-white {
  color: #fff;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white li {
  color: #fff;
}

.bg-magenta {
  background-color: #8E1315 !important;
}

.standard-text h1, .standard-text h2 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.standard-text h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.standard-text h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.standard-text h5, .standard-text h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.standard-text ul {
  list-style: disc;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.standard-text ul li {
  margin-bottom: 0.5rem;
}
.standard-text ul li a {
  text-decoration: underline;
}
.standard-text ol {
  margin-bottom: 3rem;
}
.standard-text ol li {
  margin-bottom: 0.5rem;
}
.standard-text p a {
  text-decoration: underline;
}
.standard-text img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 3rem;
}
.standard-text table {
  margin-bottom: 4rem;
}
.standard-text table td {
  vertical-align: top;
  padding-bottom: 1.5rem;
}
.standard-text .wp-caption-text {
  color: #8E1315;
  font-weight: 500;
}

.sec-title h1, .sec-title h2 {
  font-size: 6.3rem;
  line-height: 1.1;
  margin-bottom: 5rem;
  color: #8E1315;
}

.title-text {
  column-count: 2;
  column-gap: 5rem;
  margin-bottom: 9.5rem;
}

.wp-caption {
  width: 100% !important;
}

/* End Base style */
body.home #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
}
body.home #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item:hover > a.mega-menu-link {
  color: #8E1315;
}
body main > div:first-child, body main > section:first-child {
  padding-top: 25rem;
}
body.mega-menu-top-menu-mega-sticky nav#mega-menu-wrap-top-menu {
  background-color: #fff;
}
body.mega-menu-top-menu-mega-sticky nav#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
  color: #000;
}

main {
  min-height: 75vh;
}

header#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero-sec {
  position: relative;
  height: 74vh;
  min-height: 50rem;
}
.hero-sec .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-sec .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-sec .hero-tag {
  position: absolute;
  width: 18rem;
  height: 18rem;
  left: 10rem;
  bottom: -9rem;
  z-index: 10;
}
.hero-sec .hero-tag img {
  width: 100%;
  height: auto;
}

nav#mega-menu-wrap-top-menu {
  position: relative;
  z-index: 999;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.intro-sec {
  position: relative;
  overflow: hidden;
}
.intro-sec:before {
  content: "";
  width: 13.5rem;
  height: 69.3rem;
  position: absolute;
  top: 9.5rem;
  left: 0;
  background: url(img/shape-1.svg) no-repeat center right;
  z-index: 0;
  top: -10rem;
  left: -1rem;
}
.intro-sec:after {
  content: "";
  width: 13.5rem;
  height: 69.3rem;
  position: absolute;
  right: -13px;
  background: url(img/shape-1.svg) no-repeat center right;
  z-index: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -7%;
}
.intro-sec .container {
  position: relative;
  z-index: 9;
}

footer#site-footer {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
}
footer#site-footer .copyrights p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
footer#site-footer p a {
  font-size: 1.6rem;
}
footer#site-footer img {
  max-width: 100%;
  height: auto;
  width: auto;
}
footer#site-footer .cta p {
  margin-bottom: 8rem;
}
footer#site-footer .cta p a {
  font-size: 6rem;
  color: #FFDE00;
  font-weight: 400;
  margin-bottom: 8rem;
}

.fancybox-container {
  z-index: 99999;
}

div[class^="swiper fullWidthSlider-"] .swiper-slide {
  position: relative;
  padding-bottom: 39%;
  min-height: 20rem;
  height: auto;
}
div[class^="swiper fullWidthSlider-"] .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
div[class^="swiper fullWidthSlider-"] a {
  display: inline-block;
}
div[class^="swiper fullWidthSlider-"] a:before {
  content: "";
  width: 13rem;
  height: 13rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(img/play-btn.svg) no-repeat center;
  background-size: 98%;
  z-index: 9;
}

.swiper-button-next, .swiper-button-prev {
  width: 6.5rem;
  height: 6.5rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  background: url(img/arrow-right.svg) no-repeat center;
  background-size: 98%;
}

.swiper-button-prev {
  background: url(img/arrow-left.svg) no-repeat center;
  background-size: 98%;
}

.swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFDE00;
}

.icon-div-single {
  margin-bottom: 9rem;
  text-align: center;
  width: 100%;
  max-width: 26.8rem;
  margin-left: auto;
  margin-right: auto;
}
.icon-div-single .thumb {
  margin-bottom: 2rem;
  text-align: center;
}
.icon-div-single .thumb img {
  width: auto;
  height: 9.8rem;
}
.icon-div-single h3 {
  font-size: 1.7rem;
  color: #8E1315;
  margin-bottom: 0;
}

.iconTextBlack .icon-div-single h3 {
  color: #000;
}

.accordion {
  border: none;
}
.accordion .accordion-item {
  border: none;
  border-bottom: 0.1rem solid #000;
}
.accordion .accordion-item .accordion-body {
  padding: 4rem 0;
}
.accordion .accordion-item .accordion-header {
  border: none;
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header button {
  border: none;
  font-size: 5rem;
  color: #8E1315;
  font-weight: 500;
  padding-left: 0;
  box-shadow: none;
  outline: 0;
  display: block;
  position: relative;
  padding-right: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  line-height: 1.1;
}
.accordion .accordion-item .accordion-header button:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "ITCAvantGardePro";
  font-weight: 700;
  font-size: 5rem;
  background-image: none;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  color: #000;
  text-align: right;
  line-height: 1;
  transform: none;
}
.accordion .accordion-item .accordion-header button strong {
  color: #000;
  display: block;
  font-weight: 700;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion .accordion-button:not(.collapsed):after {
  content: "-" !important;
}

#mega-menu-wrap-top-menu.mega-sticky {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}

.aligncenter img, .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#caption-attachment-129 {
  text-align: center;
}

.location-single {
  margin-bottom: 9rem;
}
.location-single .thumb {
  margin-bottom: 2rem;
}
.location-single .thumb img {
  width: auto;
  max-width: 100%;
  height: 13.7rem;
}
.location-single h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.location-single p {
  font-weight: 400;
}

.contact-sec .sec-title h1, .contact-sec .sec-title h2 {
  font-size: 5rem;
  color: #8E1315;
}

.contact-single {
  border-top: 0.8rem solid #fff;
  padding-top: 2rem;
  margin-bottom: 14rem;
  color: #8E1315;
}
.contact-single h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #8E1315;
}
.contact-single p {
  color: #8E1315;
}

.history-sec {
  position: relative;
}
.history-sec:before {
  content: "";
  width: 13.5rem;
  height: 69.3rem;
  position: absolute;
  background: url(img/shape-2.svg) no-repeat center right;
  z-index: 0;
  top: 45rem;
  left: -1rem;
}
.history-sec:after {
  content: "";
  width: 31.2rem;
  height: 81rem;
  position: absolute;
  background: url(img/shape-3.svg) no-repeat center right;
  z-index: 0;
  top: 107rem;
  right: -1rem;
}
.history-sec .container {
  position: relative;
  z-index: 9;
}
.history-sec h2 {
  font-size: 16.7rem;
  font-weight: 700;
  color: #FFDE00;
  line-height: 0.8;
}
.history-sec p, .history-sec li {
  font-family: "Manrope", sans-serif;
}
.history-sec p strong, .history-sec li strong {
  font-weight: 800;
}
.history-sec img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 3rem;
}
.history-sec .block-1-top {
  position: relative;
  padding-bottom: 3rem;
}
.history-sec .block-1-top h2 {
  position: absolute;
  top: 36rem;
  left: 4rem;
  z-index: 9;
}
.history-sec .block-1-top .col-md-4 img {
  margin-top: 10rem;
}
.history-sec .block-1-bottom {
  padding-bottom: 10rem;
}
.history-sec .block-2-top {
  position: relative;
  padding-bottom: 12rem;
}
.history-sec .block-2-top h2 {
  position: absolute;
  top: 27rem;
  left: 10rem;
  z-index: 9;
}
.history-sec .block-2-top .col-md-4 {
  padding-top: 3rem;
}

a.intro-read-more {
  color: #FFDE00;
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  display: inline-block;
  line-height: 1;
}
a.intro-read-more strong {
  font-size: 3rem;
}

.hero-sec {
  margin-bottom: -2px;
}

.cta a {
  background: url(img/arrow-right.svg) no-repeat right center;
  background-size: 5rem;
  display: inline-block;
  padding-right: 7rem;
  line-height: 1.2;
}

.accordion .accordion-item .accordion-header button:after {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion .accordion-button:not(.collapsed):after {
  font-size: 8rem !important;
}

@media only screen and (min-width: 1200px) {
  .contact-single p {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  a.intro-read-more {
    display: none;
  }

  .accordion-item .accordion-body .btn {
    font-size: 2rem;
  }

  .pad-top-120 {
    padding-top: 12rem;
  }

  .location-single p {
    width: 100%;
    max-width: 381px;
  }
}
@media only screen and (min-width: 1025px) {
  body.mega-menu-top-menu-mega-sticky #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-27 > a.mega-menu-link {
    height: 6rem;
    line-height: 6rem;
    position: relative;
    top: -10px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-logo > img.mega-menu-logo {
    width: 15.3rem;
  }

  img.wp-image-215 {
    margin-left: -14px;
  }
}
@media only screen and (max-width: 1680px) {
  .location-single {
    padding-left: 5rem;
  }

  .hero-sec .hero-tag {
    width: 18rem;
    height: 18rem;
    left: 4rem;
    bottom: -9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .standard-text h1, .standard-text h2 {
    font-size: 3.2rem;
  }

  body {
    font-size: 1.6rem;
  }

  .btn {
    font-size: 1.6rem;
  }

  .slider-sec .swiper-button-next, .slider-sec .swiper-button-prev {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
  }

  div[class^="swiper fullWidthSlider-"] a:before {
    width: 6.4rem;
    height: 6.4rem;
  }

  footer#site-footer .cta p a {
    font-size: 3rem;
  }

  body main > div:first-child, body main > section:first-child {
    padding-top: 13rem;
  }

  .accordion .accordion-item .accordion-header button {
    font-size: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .history-sec .block-2-top h2 {
    top: 23rem;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated {
    background: #8E1315;
    width: 7rem;
    height: 7rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 50%;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 15px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.1;
    height: auto;
    padding: 1.5rem;
  }

  body.home #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    color: #8E1315;
  }

  li#mega-menu-item-183 a {
    display: inline-block !important;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    height: 65px;
  }

  .cta a {
    background-size: 4rem;
    padding-right: 5rem;
  }

  .location-single {
    padding-left: 0rem;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    background-color: transparent !important;
    color: #8E1315;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    padding-left: 3rem;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .history-sec:before {
    left: -10rem;
  }

  .history-sec:after {
    right: -20rem;
  }

  .history-sec h2 {
    font-size: 10.7rem;
  }

  .history-sec .block-2-top h2 {
    top: 21rem;
  }

  footer .widget {
    text-align: center;
    margin-bottom: 3rem;
  }

  .intro-sec:before {
    left: -10rem;
  }

  .intro-sec:after {
    right: -98px;
  }

  .hero-sec .hero-tag {
    left: 50%;
    margin-left: -9rem;
  }

  .intro-sec {
    padding-top: 13rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pad-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .intro-sec:before,
.history-sec:after,
.history-sec:before {
    display: none;
  }

  .standard-text h1, .standard-text h2 {
    font-size: 2.4rem;
    font-weight: 400;
  }

  footer#site-footer {
    padding-top: 6rem;
  }

  footer#site-footer .cta p {
    margin-bottom: 5rem;
  }

  .sec-title h1, .sec-title h2 {
    font-size: 4.3rem;
  }

  .title-text {
    column-count: 1;
    column-gap: 0;
  }

  .icon-div-single {
    margin-bottom: 6rem;
  }

  .accordion .accordion-item .accordion-header button {
    font-size: 2.4rem;
    padding-right: 4rem;
  }

  .standard-text table {
    width: 100% !important;
  }

  .standard-text table td {
    width: 15rem !important;
    font-size: 1.4rem;
  }
  .standard-text table td:first-child {
    white-space: nowrap;
  }

  .location-single .thumb {
    text-align: center;
  }

  .history-sec .block-1-top .col-md-4 img {
    margin-top: 1rem;
  }

  .history-sec h2 {
    font-size: 5.7rem;
  }

  .history-sec .block-1-top h2 {
    top: 24rem;
    left: 9rem;
  }

  .history-sec .block-1-bottom {
    padding-bottom: 4rem;
  }

  .history-sec .block-2-top h2 {
    top: 0;
    left: 0;
    position: relative;
    margin-bottom: 0;
  }

  .history-sec .block-2-top {
    padding-bottom: 1rem;
  }

  .sec-title h1, .sec-title h2 {
    text-align: center;
  }

  .contact-sec .sec-title h1, .contact-sec .sec-title h2 {
    font-size: 4.3rem;
  }

  .contact-single {
    margin-bottom: 5rem;
  }

  .two-column-sec .btn {
    width: 100%;
    display: block;
  }

  .icon-div-single .thumb img {
    height: 5.8rem;
  }

  .icon-div-single h3 {
    font-size: 1.6rem;
  }

  .intro-sec .standard-text {
    height: 41rem;
    overflow: hidden;
  }

  .intro-sec:after {
    display: none;
  }

  .hero-sec {
    height: auto;
  }

  footer#site-footer {
    padding-bottom: 0;
  }
  footer#site-footer .cta p a {
    margin-bottom: 0rem;
  }
  footer#site-footer .wp-block-spacer {
    display: none;
  }

  .title-text {
    margin-bottom: 2.5rem;
  }

  .two-column-sec ul {
    margin-bottom: 0;
  }
  .two-column-sec .col-md-6:last-child ul {
    margin-top: -48px;
  }

  .title-text {
    margin-bottom: 0;
  }

  .accordion .accordion-item .accordion-body {
    padding-top: 0;
  }

  .location-sec h3 {
    margin-bottom: 0;
  }

  .location-single {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  .location-single h3 {
    margin-bottom: 1rem;
  }

  .location-single td:last-child {
    text-align: right;
  }

  .hero-sec .hero-tag {
    margin-left: -6rem;
    width: 12rem;
    height: 12rem;
    bottom: -6rem;
  }

  .intro-sec {
    padding-top: 9rem !important;
  }
  .intro-sec .standard-text:not(.opened) p {
    display: none;
  }
  .intro-sec .standard-text:not(.opened) .btn {
    display: none;
  }
  .intro-sec .standard-text:not(.opened) h1 + p, .intro-sec .standard-text:not(.opened) h2 + p {
    display: block;
  }

  .two-column-sec + .icon-div-sec {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
