/* DEFINE FONTS */
@font-face {
  font-family: "Neue-Haas-Light";
  src: url("fonts/NeueHaasGrotDisp-45Light-Web.woff2") format("woff2"),
    url("fonts/NeueHaasGrotDisp-45Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Neue-Haas-Medium";
  src: url("fonts/NeueHaasGrotDisp-65Medium-Web.woff2") format("woff2"),
    url("fonts/NeueHaasGrotDisp-65Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Ivar";
  src: local("Ivar-Regular"),
    url("fonts/IvarText-Regular.woff2") format("woff2"),
    url("fonts/IvarText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

/* Fonts Fallbacks - Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Amiri:400,400i|Gothic+A1:400,500,700&display=swap");

/* PAGE STYLE */

/* COMPANY'S COLORS */

/* 
navy: #002b40
lime: #72bf00
forest: #00755f
cloud: #dfe6e8
*/

/* Structure */
.row-offset {
  max-width: 1600px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.vc_row:before,
.vc_row:after {
  content: " ";
  display: table;
}

.vc_row:after {
  clear: both;
}

.vc_column_container {
  width: 100%;
}

@media (min-width: 768px) {
  .vc_col-sm-3,
  .vc_col-sm-9,
  .vc_col-sm-12 {
    float: left;
  }
}

.vc_col-sm-3,
.vc_col-sm-9,
.vc_col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  width: 100%;
}

/* Global */
body {
  color: #002b40;
  font-family: "Ivar", "Amiri", serif, Georgia, serif;
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.headerthree {
  font-family: "Neue-Haas-Medium", "Gothic A1", sans-serif, Arial, sans-serif;
  line-height: 1.1;
}

h1 {
  font-size: 71px;
  line-height: 1.05;
  margin-bottom: 1.875rem;
  margin-top: 0;
}

@media all and (min-width: 768px) {
  h1 {
    max-width: 60rem;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 51px;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 21px;
}

h5 {
  font-size: 13px;
  color: #5e7177;
}

p,
li {
  font-family: "Ivar", "Amiri", serif, Georgia, serif;
  line-height: 27px;
  font-size: 20px;
  opacity: 0.9;
}

li {
  opacity: 1;
}

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

img[src$=".svg"] {
  max-width: none;
  height: auto;
  width: 100%;
}

/* Components */
.btn {
  font-size: 15px;
  display: inline-block;
  font-family: "Neue-Haas-Medium", "Gothic A1", sans-serif, Arial, sans-serif;
  color: #002b40;
  line-height: 24px;
  padding-right: 0.15rem;
  padding-bottom: 0.15rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
}

.btn:after {
  content: "";
  background: #72bf00;
  display: block;
  height: 2px;
  position: relative;
  top: 2px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:hover:after {
  width: 45%;
}

.btn-square {
  background-color: #72bf00;
  color: #002b40;
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  padding: 0.75rem 2.75rem;
  border: none;
  outline: none;
}

.btn-square:hover {
  color: #72bf00;
  background-color: #002b40;
}
.btn-square:after {
  content: none;
}
@media all and (max-width: 768px) {
  .no-mobile {
    display: none;
  }
}
/* Header */
.page-header {
  background-color: #002b40;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.page-header > .row-offset > .vc_row {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 1.5rem;
}

.logo-wrapper .main-logo img {
  width: 9rem;
}

/* Hero */
.hero-page {
  height: auto;
  min-height: 30rem;
  padding-top: 5rem;
  background-color: #002b40;
}
@media all and (max-width: 1024px) {
  .hero-page {
    min-height: 26rem;
    padding-top: 0rem;
  }
}

@media all and (max-width: 768px) {
  .hero-page {
    min-height: auto;
  }
}

.hero-content--description {
  padding: 4rem 8rem;
}
@media all and (max-width: 1024px) {
  .hero-content--description {
    padding: 4rem;
  }
}
@media all and (max-width: 768px) {
  .hero-content--description {
    padding: 2rem;
  }
}

.hero-content--description h1 {
  color: #fff;
}

.hero-content--description h5 {
  opacity: 0.7;
  margin-bottom: 30px;
  color: #fff;
}

/* Content */
#wrapper {
  margin: 0 7.5rem;
  margin-top: -7rem;
  padding-bottom: 5rem;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 1024px) {
  #wrapper {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
@media all and (max-width: 768px) {
  #wrapper {
    margin: 0;
  }
}
#wrapper .panel:first-of-type {
  background-color: #fff;
}

#wrapper .panel:nth-child(1) > .row-offset {
  padding-top: 4.5rem;
}
@media all and (max-width: 1024px) {
  #wrapper .panel:nth-child(1) > .row-offset {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  #wrapper .panel > .row-offset > .vc_row {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media only screen and (min-width: 1700px) {
  #wrapper .panel > .row-offset > .vc_row {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

#wrapper p,
#wrapper h2,
#wrapper ol,
#wrapper ul {
  margin-bottom: 2rem;
}

#wrapper p {
  margin-top: 1rem;
}

#wrapper h3 {
  margin-bottom: 1.5rem;
}

#wrapper p a {
  text-decoration: underline;
  opacity: 0.9;
}

#wrapper li {
  margin-bottom: 1.5rem;
  hyphens: auto;
  word-break: initial;
}

#wrapper ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}

#wrapper ul {
  padding-left: 1.1rem;
}

#wrapper ol > li {
  display: table;
  counter-increment: item;
}

#wrapper ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.5em;
  font-weight: bold;
  font-family: "Neue-Haas-Medium", "Gothic A1", sans-serif, Arial, sans-serif;
  font-size: 18px;
}

#wrapper ol h3,
#wrapper ol p:first-of-type {
  display: block;
}

/* FOOTER */
@media (max-width: 768px) {
  .footer-bottom-wrapper i {
    font-size: 21px;
  }
}
.arrow {
  margin-top: -1.15rem;
  padding-right: 1.25rem;
  position: absolute;
  right: 3.5rem;
  transform: translate(-6px, 0);
  -webkit-transform: translate(-6px, 0);
  -moz-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  -o-transform: translate(-6px, 0);
}
.footer-accordion-item .arrow:before,
.footer-accordion-item .arrow:after {
  background-color: #fff;
}
.arrow:before,
.arrow:after {
  background-color: #002b40;
  content: "";
  height: 0.5625rem;
  position: absolute;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  width: 0.15rem;
}
.arrow:before {
  transform: translate(3px, 0) rotate(45deg);
  -webkit-transform: translate(3px, 0) rotate(45deg);
  -moz-transform: translate(3px, 0) rotate(45deg);
  -ms-transform: translate(3px, 0) rotate(45deg);
  -o-transform: translate(3px, 0) rotate(45deg);
}
.arrow:after {
  transform: translate(-3px, 0) rotate(-45deg);
  -webkit-transform: translate(-3px, 0) rotate(-45deg);
  -moz-transform: translate(-3px, 0) rotate(-45deg);
  -ms-transform: translate(-3px, 0) rotate(-45deg);
  -o-transform: translate(-3px, 0) rotate(-45deg);
}
.footer-accordion-item.is-open .arrow:before {
  transform: translate(3px, 0) rotate(-45deg);
  -webkit-transform: translate(3px, 0) rotate(-45deg);
  -moz-transform: translate(3px, 0) rotate(-45deg);
  -ms-transform: translate(3px, 0) rotate(-45deg);
  -o-transform: translate(3px, 0) rotate(-45deg);
}
.arrow:before {
  transform: translate(3px, 0) rotate(45deg);
  -webkit-transform: translate(3px, 0) rotate(45deg);
  -moz-transform: translate(3px, 0) rotate(45deg);
  -ms-transform: translate(3px, 0) rotate(45deg);
  -o-transform: translate(3px, 0) rotate(45deg);
}

.footer-bottom-wrapper p {
  line-height: 1.125rem;
}
.footer-bottom-wrapper li {
  display: inline-block;
}

.footer-bottom-wrapper {
  background-color: #002b40;
  padding-top: 4rem;
}
@media all and (max-width: 414px) {
  .footer-bottom-wrapper {
    padding-top: 5rem;
  }
}
.footer-bottom-wrapper .row-offset > .vc_row {
  padding-left: 8rem;
  padding-right: 8rem;
}
.footer-bottom-wrapper .row-offset > .vc_row {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .footer-bottom-wrapper .row-offset .vc_row {
    flex-direction: column;
  }
  .footer-bottom--mega-menu_logo > .vc_column-inner {
    padding: 0;
  }
}
.footer-bottom-wrapper p,
.footer-bottom-wrapper a,
.footer-bottom-wrapper li {
  color: #fff;
  font-family: "Ivar", "Amiri", serif, Georgia, serif;
  line-height: 1;
}
.footer-bottom-wrapper .top-row-wrapper img {
  width: 1.8rem;
}
.footer-bottom-wrapper .main-logo {
  height: auto;
  margin-top: 0.15rem;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  float: left;
  height: 100%;
  position: relative;
  width: 13rem;
}
.footer-bottom-wrapper .main-logo img {
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom-wrapper .main-logo img {
    width: 67%;
  }
}
.footer-bottom-wrapper .top-row-wrapper {
  margin-bottom: 2rem;
}
@media all and (max-width: 1024px) {
  .footer-bottom-wrapper .top-row-wrapper {
    margin-bottom: 0;
  }
}
.footer-bottom-wrapper .right-panel > .vc_column-inner > .wpb_wrapper {
  margin-left: auto;
  margin-right: 0;
}
.footer-bottom-wrapper .right-panel ul {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -ms-flex-pack: end;
  padding-left: 0;
}
.footer-bottom-wrapper .right-panel ul li:not(:last-of-type) {
  margin-right: 2.15rem;
}
.footer-bottom-wrapper .right-panel ul:last-of-type {
  margin-left: 2.75rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .footer-bottom-wrapper .right-panel ul:last-of-type {
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media all and (max-width: 500px) {
  .footer-bottom-wrapper .right-panel ul:last-of-type {
    margin-bottom: 1rem;
  }
}
.footer-bottom-wrapper .right-panel ul:last-of-type li {
  align-self: center;
}
.footer-bottom-wrapper .right-panel ul:last-of-type li:first-of-type {
  margin-right: 2rem;
}
.footer-bottom-wrapper .footer-nav > .wpb_wrapper {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
@media all and (max-width: 1024px) {
  .footer-bottom-wrapper .footer-nav > .wpb_wrapper {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.footer-bottom-wrapper .footer-nav a {
  font-family: "Neue-Haas-Medium", "Gothic A1", sans-serif, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media all and (max-width: 414px) {
  .footer-bottom-wrapper .footer-nav a {
    font-size: 12px;
  }
}
.footer-bottom-wrapper
  .vc_row:nth-child(3)
  > .vc_column_container
  > .vc_column-inner
  .border {
  border-top: 1px solid #dfe6e89c;
}
.footer-bottom-wrapper .vc_row:nth-child(3) p,
.footer-bottom-wrapper .vc_row:nth-child(3) li,
.footer-bottom-wrapper .vc_row:nth-child(3) a {
  color: #fff;
  font-family: "Neue-Haas-Medium", "Gothic A1", sans-serif, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  word-spacing: 0.15rem;
  line-height: 1;
  font-weight: 600;
}
.footer-bottom-wrapper .vc_row:nth-child(3) ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin-top: 0;
  width: 100%;
  padding-left: 0;
  margin-bottom: 1rem;
}
@media all and (max-width: 1024px) {
  .footer-bottom-wrapper .vc_row:nth-child(3) ul {
    justify-content: flex-start;
  }
}
.footer-bottom-wrapper .vc_row:nth-child(3) ul li {
  opacity: 0.8;
}
.footer-bottom-wrapper
  .vc_row:nth-child(3)
  ul
  li:not(:first-of-type):not(:last-of-type) {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}
.footer-bottom-wrapper .vc_row:nth-child(3) ul li:first-of-type {
  margin-left: 0;
  margin-right: auto;
  font-size: 0.7rem;
}
.footer-bottom-wrapper .vc_row:nth-child(3) ul li:last-of-type {
  margin-left: 0.7rem;
}
.footer-bottom-wrapper .copyright-wrapper {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 0.9rem;
  margin-top: 1.5rem;
}
.footer-bottom-wrapper .copyright-wrapper li {
  display: flex;
  align-items: center;
}

@media all and (max-width: 1024px) {
  .footer-bottom-wrapper .vc_col-sm-8,
  .footer-bottom-wrapper .vc_col-sm-4,
  .footer-bottom-wrapper p {
    width: 100%;
  }
  .footer-bottom-wrapper .right-panel > .vc_column-inner > .wpb_wrapper {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0;
    max-width: 100%;
  }
  .footer-bottom-wrapper
    .right-panel
    > .vc_column-inner
    > .wpb_wrapper
    .footer-nav {
    width: 60%;
  }
  .footer-bottom-wrapper
    .right-panel
    > .vc_column-inner
    > .wpb_wrapper
    .footer-nav
    > .wpb_wrapper {
    margin-top: 1.25rem;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) li,
  .footer-bottom-wrapper .vc_row:nth-child(3) p {
    font-size: 15px;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper {
    display: flex;
    display: -ms-flexbox;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper p {
    width: 30%;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper ul {
    width: 100%;
  }
  .footer-bottom-wrapper .right-panel ul {
    justify-content: normal;
    -ms-flex-pack: normal;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  .footer-bottom-wrapper .right-panel ul:first-of-type {
    align-items: unset;
  }
}
@media all and (max-width: 1024px) {
  .footer-bottom-wrapper .right-panel ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 873px) {
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper p {
    width: 100%;
    font-size: 0.85rem;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper ul {
    display: block;
    padding-left: 0;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper ul li {
    display: block;
    margin-bottom: 1rem;
  }
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper ul li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 820px) {
  .footer-bottom-wrapper .vc_row:nth-child(3) ul {
    padding-left: 3%;
  }
}
@media all and (max-width: 678px) {
  .footer-bottom-wrapper .right-panel > .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer-bottom-wrapper
    .right-panel
    > .vc_column-inner
    > .wpb_wrapper
    .footer-nav {
    width: 100%;
  }
}
@media all and (max-width: 414px) {
  .footer-bottom-wrapper .vc_row:nth-child(3) .copyright-wrapper ul {
    width: 100%;
  }
}
@media all and (max-width: 320px) {
  .footer-bottom-wrapper .right-panel .footer-nav a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-bottom--mega-menu {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-bottom--mega-menu {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
.footer-bottom--mega-menu .headerthree {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .footer-bottom--mega-menu .headerthree {
    opacity: 0.5;
  }
}
.footer-bottom--mega-menu .vc_row {
  align-items: baseline;
}
.footer-bottom--mega-menu_logo {
  width: 30%;
}
.footer-bottom--mega-menu_content {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .footer-bottom--mega-menu_content {
    width: 100%;
  }
}
@media all and (min-width: 769px) {
  .footer-bottom--mega-menu_content {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-accordion {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .footer-accordion {
    margin-top: 4rem;
  }
}
@media all and (min-width: 769px) {
  .footer-accordion > .vc_row {
    display: grid;
    grid-template-columns: 25% 25% 25% auto;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 768px) {
  .footer-bottom-wrapper .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-accordion > .vc_row:after,
.footer-accordion > .vc_row:before {
  content: none;
}
.footer-accordion > .vc_row:last-of-type .footer-accordion-item:nth-of-type(2) {
  border-bottom: 0;
}
.footer-accordion-toggle {
  z-index: 1;
  position: relative;
}
@media all and (min-width: 1600px) {
  .footer-accordion-item.footer-newsletter-block {
    margin-left: -0.5rem;
  }
}
@media all and (min-width: 769px) {
  .footer-accordion-item {
    width: fit-content;
    min-width: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-accordion-item {
    width: 100%;
    border-bottom: 1px solid #ffffff75;
    padding: 1rem 0;
    position: relative;
  }
  .footer-accordion-item.footer-newsletter-block {
    border-bottom: 0;
  }
  .footer-accordion-item:last-of-type {
    display: none;
  }
}
.footer-accordion-item .arrow {
  right: 0;
  padding-right: 0.5rem;
  top: 2.5rem;
}
@media all and (min-width: 769px) {
  .footer-accordion-item .arrow {
    display: none;
  }
}
.footer-accordion-item .arrow:before,
.footer-accordion-item .arrow:after {
  background-color: #fff;
}
.footer-accordion-item.is-open .arrow:before {
  transform: translate(3px, 0) rotate(-45deg);
  -webkit-transform: translate(3px, 0) rotate(-45deg);
  -moz-transform: translate(3px, 0) rotate(-45deg);
  -ms-transform: translate(3px, 0) rotate(-45deg);
  -o-transform: translate(3px, 0) rotate(-45deg);
}
.footer-accordion-item.is-open .arrow:after {
  transform: translate(-3px, 0) rotate(45deg);
  -webkit-transform: translate(-3px, 0) rotate(45deg);
  -moz-transform: translate(-3px, 0) rotate(45deg);
  -ms-transform: translate(-3px, 0) rotate(45deg);
  -o-transform: translate(-3px, 0) rotate(45deg);
}
.footer-accordion-item ul {
  padding: 0;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .footer-accordion-item ul {
    margin-top: 1.5rem;
  }
}
.footer-accordion-item ul.ftrUlbrdr {
  position: relative;
}
.footer-accordion-item ul.ftrUlbrdr:after {
  content: "";
  width: 2.5rem;
  background: #fff;
  height: 1px;
  display: block;
  opacity: 0.6;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}
.footer-accordion-item li {
  display: block;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .footer-accordion-item li {
    margin-bottom: 1rem;
  }
}
.footer-accordion-item li a {
  font-size: 12px;
  font-family: "Neue-Haas-Medium", "Gothic A1", sans-serif, Arial, sans-serif;
  opacity: 0.9;
  font-weight: 600;
}
@media all and (min-width: 769px) {
  .footer-accordion-panel {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .panel > .row-offset > .vc_row,
  .page-header > .row-offset > .vc_row,
  .footer-bottom-wrapper > .row-offset > .vc_row {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .panel > .row-offset > .vc_row,
  .page-header > .row-offset > .vc_row,
  .footer-bottom-wrapper > .row-offset > .vc_row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
