.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 60px 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.section.faq-section {
  background-color: #fff;
}

.faq-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: #15113b;
  font-size: 20px;
}

.faqs_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.faq {
  margin-bottom: 20px;
}

.max_600px {
  width: auto;
  max-width: 600px;
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-weight: 400;
  text-align: center;
}

.faq-answer-wrap {
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 0px;
}

.faq-col-right {
  width: 50%;
  min-height: 500px;
  padding-left: 25px;
}

.faq-col-left {
  width: 50%;
  min-height: 500px;
  padding-right: 25px;
}

.align_center {
  font-family: Proximanova, sans-serif;
  color: #092457;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
}

.paragraph {
  color: #272727;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph.answer {
  padding-left: 24px;
  font-family: Proximanova, sans-serif;
  color: #15113b;
}

.plus-wrapper {
  position: relative;
}

.plus_line {
  width: 2px;
  height: 15px;
  background-color: #ff037a;
}

.plus_line.horizontal {
  position: absolute;
  background-color: #ff037a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-width: 8%;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 100px;
}

.container {
  width: 100%;
  max-width: 1400px;
}

.container.flex_centered_vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  min-width: 400px;
  padding: 12px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #15113b;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.faq-block:hover {
  background-color: #f7f7f7;
  box-shadow: 0 1px 13px 0 rgba(61, 81, 105, 0.16);
}

@media screen and (min-width: 1280px) {
  .section {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 50px 5% 65px;
  }

  .section.faq-section {
    padding-top: 70px;
  }

  .faqs_wrap {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .faq-col-right {
    width: 100%;
    padding-left: 0px;
  }

  .faq-col-left {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 4%;
  }

  .section.faq-section {
    padding-top: 60px;
  }

  .faqs_wrap {
    margin-right: 20px;
    margin-left: 20px;
  }

  .max_600px {
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 30px 5%;
  }

  .section.faq-section {
    padding-top: 42px;
  }

  .faq-header {
    text-align: center;
  }

  .faqs_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.answer {
    padding-left: 0px;
  }

  .faq-icon-wrap {
    margin-right: 0px;
    margin-bottom: 9px;
  }

  .container {
    margin-top: auto;
  }

  .faq-block {
    min-width: auto;
    padding: 10px 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}