@font-face {
  font-family: 'Lemon/Milk(RUS BY LYAJKA)';
  src: url('../fonts/LemonMilkRUSBYLYAJKA.woff2') format('woff2'),
    url('../fonts/LemonMilkRUSBYLYAJKA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archive';
  src: url('../fonts/Archive-Regular.woff2') format('woff2'),
    url('../fonts/Archive-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Lemon/Milk(RUS BY LYAJKA)';
  background: #000;
   background-image: linear-gradient(to top, #9d1010, #790b1b, #520e1b, #2c0e15, #000000);
  color: #FFF;
  padding-top: 100px;
  font-size: 15px;
}

a,
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}

*:focus-visible {
  outline: none;
}

a:hover,
a:focus,
a:active {
  color: #FF0000;
}

img {
  max-width: 100%;
}

.container-custom {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.btn-custom {
  color: #000;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  text-align: center;
  padding: 2px 25px;
  display: inline-block;
  margin-right: auto;
}

a.btn-custom:hover,
a.btn-custom:focus,
a.btn-custom:active {
  background: #FF0000;
  color: #FFF;
}

a.btn-why:hover,
a.btn-why:focus,
a.btn-why:active {
  background: #FFF;
  color: #000
}

.btn-title {
  font-size: 16px;
  border-radius: 100px;
}

.btn-title2 {
  font-size: 25px;
  border-radius: 100px;
}

.btn-podderjka {
  font-size: 20px;
  margin: 0 10px;
  flex-grow: 1;
  padding: 10px 8px;
}

.btn-why {
  margin-right: auto;
  margin-bottom: -10px;
  z-index: 100;
}

.btn-big {
  color: #FFF;
  background: #FF0000;
  border: 2px solid #FF0000;
  border-radius: 40px;
  text-align: center;
  padding: 1px 25px;
  font-size: 25px;
  display: inline-block;
  margin-right: auto;
}

.btn-big:hover,
.btn-big:focus {
  background: #FFF;
  color: #000;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 130px);
  position: relative;
  z-index: 1;
}

.fsz-10 {
  font-size: 10px;
}

.fsz-15 {
  font-size: 15px;
}

.min-h-inherit {
  min-height: inherit;
}

.text-red {
  color: #FF0000
}

/*header*/
.header {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo {
  flex-shrink: 0;
}

.logo-desktop {
  height: 70px;
}

.logo:hover .logo-desktop *,
.logo:hover .logo-desktop * {
  fill: #FF0000;
}

.navbar {
  position: static;
  padding: 0;
  text-align: center;
}

.navbar-nav-wrapper {
  height: calc(100vh - 70px);
  position: relative;
}

.navbar-nav-wrapper-in {
  overflow: auto;
  position: absolute;
  inset: 0;
}

.navbar-nav {
  font-size: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  font-family: 'Archive';
  text-transform: uppercase;
}

.navbar-nav>li.active a {
  color: #FF0000
}

.navbar-toggler {
  position: relative;
  border: 0;
  padding: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-img {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-img-active {
  opacity: 1;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-img {
  position: relative;
  z-index: 100;
}

.navbar-toggler-img-active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}

.navbar-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFF;
  padding-left: 25px;
  padding-right: 25px;
}

.navOpen {
  overflow: hidden;
  position: relative;
}

/*end header*/

/*why*/
.section-why {
  background: #FFF;
  border-radius: 24px;
  z-index: 10;
  max-height: calc(100vh - 140px);
  width: 100%;
}

.section-why-1 {
  padding: 70px 0 0 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 20;
}

.section-why-img {
  display: block;
  margin-bottom: -50px;
  margin-right: 10px;
  margin-left: auto;
  max-width: calc(100% - 50px);
  z-index: 10;
  max-width: 500px;
}

.section-why-2 {
  margin-bottom: 100px;
  cursor: pointer;
}

.section-why-img img,
.section-why-img-2 img {
  padding-left: 50px;
  display: block;
  margin-left: auto;
}

.section-why-img-2 img {
  right: -80px;
  position: relative;
}

.section-why-2 {
  display: flex;
  flex-direction: column;
  padding: 30px 20px 0;
  z-index: 10;
  position: relative;
}

.section-why-img-2 {
  position: relative;
  margin: -40px 0 -100px auto;
  z-index: 10;
  display: block;
  max-width: 500px;
}

.why-arrow {
  margin: 48px auto 25px;
  display: block;
}

.section-why-2-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 20;
}

.section-why-2-list li {
  position: relative;
  padding-left: 16px;
}

.section-why-2-list li:before {
  /* content: ''; */
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 10px;
}

/*end why*/

/*section what*/
.video {
  aspect-ratio: 16 / 9;
  position: relative;
  background: #FFF;
  overflow: hidden;
  border-radius: 27px;
  background: #FFF;
  width: 67%;
  margin: 0 auto 30px;
  cursor: pointer;
}

.video:before {
  /* content: ''; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12%;
  aspect-ratio: 1 / 1;
  background: #FFF url(../img/play.svg) no-repeat center;
  background-size: 100%;
  z-index: 100;
  border-radius: 100%;
  overflow: hidden;
}

.video img {
  z-index: 10;
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*end section what*/

/*benefits*/
.benefits {
  background: #FFF;
  padding: 24px 27px;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000
}

.benefits-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.benefits-picture {
  display: block;
  margin: 0 auto
}

/*end benefits*/

/*faq*/
.faq-images {
  position: relative;
}

.faq-images:before {
  /* content: ''; */
  position: absolute;
  left: -9999px;
  right: 6em;
  bottom: 0;
  border-bottom: 2px solid #FFF;
}

.faq-images-1:before {
  right: 6em
}

.faq-images-3:before {
  right: 7em;
}

.faq-images-4:before {
  right: 7em;
}

.faq-images-5:before {
  right: 6em;
}

.faq-images-6,
.faq-images-7 {
  display: flex;
  justify-content: space-between;
}

.faq-img-1,
.faq-img {
  max-width: 30%;
  margin-left: auto;
  display: block;
  position: relative;
  bottom: -0.8em
}

.faq-img-3 {
  bottom: -3em;
  max-width: 39%;
}

.faq-img-4 {
  bottom: -4em;
  max-width: 30%;
  margin-top: -30%;
}

.faq-img-5 {
  bottom: -3em;
  max-width: 30%;
  margin-top: -27%;
}

.faq-img-6 {
  left: -7%;
  margin-left: 0;
  max-width: 38%;
  bottom: -1.2em;
}

.faq-img-6_2 {
  max-width: 38%;
  bottom: -2.8em;
}

.faq-img-7 {
  margin-left: -9%;
  bottom: -3.5em;
}

.faq-img-7_2 {
  bottom: 9em;
}

.accordion-body {
  position: relative;
  margin-bottom: 50px;
}

.accordion-button {
  z-index: 20;
}

.accordion-body-in {
  position: relative;
  max-width: 70%;
  z-index: 10;
}

.accordion-body-in:before {
  /* content: ''; */
  width: 2px;
  background: #FFF;
  position: absolute;
  top: 4px;
  bottom: 5px;
  left: -10px;
}

.accordion-body-noimage .accordion-body-in:before {
  display: none;
}

.accordion-button-4,
.accordion-body-in-4,
.accordion-body-in-7 {
  max-width: 60%;
}

/*end faq*/

.uparrow {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FF0000;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
}

.uparrow img {
  flex-shrink: 0;
}

.bodyScrolled .uparrow {
  opacity: 1;
}

/*animation*/
.logo-desktop,
.navbar-toggler img,
.navbar-collapse,
.btn-custom,
a,
.section-why,
.accordion .accordion-item .accordion-button:before,
button,
.accordion-button,
.accordion-body * {
  transition: all 0.3s;
}

/*end animation*/

/*override bootstrap*/
.modal-video .modal-body {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

.modal-video .modal-body,
.modal-video .video-in>* {
  border-radius: 30px;
}

.btn-close.position-absolute {
  right: 0;
  top: -40px;
  width: 20px;
  height: auto;
  opacity: 1;
  aspect-ratio: 1 / 1;
  background: url(../img/close.svg) no-repeat;
  background-size: 100%;
}

.modal-body {
  padding: 5px;
  background: #FF0000;
}

.accordion .accordion-item {
  background: none;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
  align-items: baseline;
}

.accordion .accordion-item .accordion-button:focus,
.accordion .accordion-item .accordion-button:active {
  box-shadow: none;
  outline: none;
}

.accordion .accordion-item .accordion-button:before {
  margin-bottom: auto;
  /* content: ''; */
  background: url(../img/arrow-white-red.svg#white) no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
  width: 8px;
  aspect-ratio: 1 / 1;
  top: 3px;
  position: relative;
  left: 0;
  flex-shrink: 0;
}

.accordion .accordion-item .accordion-button:not(.collapsed):before {
  rotate: 90deg;
  top: 3px;
}

.accordion .accordion-item .accordion-button:not(.collapsed):before,
.accordion .accordion-item .accordion-button:hover:before {
  background-image: url(../img/arrow-white-red.svg#red);
}

.accordion .accordion-item .accordion-button:after {
  display: none;
}

.accordion .accordion-item .accordion-button {
  padding: 0;
  background: none;
  color: #FFF;
  position: relative;
  font-size: 12px;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding-left: 0;
}

.accordion .accordion-item .accordion-button:not(.collapsed),
.accordion .accordion-item .accordion-button:hover {
  color: #FF0000;
}

.accordion-body {
  font-size: 15px;
  padding: 0 0 0 14px;
  color: #FFF;
  font-size: 10px;
}

.ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.li {
  position: relative;
}

.ul>li:before,
.li:before {
  content: '>';
  margin-right: 3px;
  position: relative;
  top: -2px;
  color: #FF0000;
  font-size: 0.8em;
  flex-shrink: 0;
}

/*end override bootstrap*/

/*override swiper*/
.swiper-outer {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: url(../img/arrow-white-red.svg#red) no-repeat center;
  background-size: 32px;
  width: 16px;
  aspect-ratio: 1 / 1;
  background-size: 100% 100%;
  flex-shrink: 0;
  font-size: 0;
  display: block;
  position: relative;
}

.swiper-button-next:after {
  left: 1px
}

.swiper-button-prev:after {
  left: 1px
}

.swiper-button-prev {
  rotate: 180deg;
  left: 0
}

.swiper-button-next {
  right: 0
}

.swiper-pagination-bullet {
  background: #FFF;
  width: 8px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.swiper-pagination-bullet-active {
  background: #FF0000;
}

.swiper-pagination {
  margin-top: 30px;
  position: static;
}

/*end override swiper*/

/*----media----*/
@media (min-width: 375px) {
  .btn-podderjka {
    margin: 0 20px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 480px) {
  .section-why-2-list {
    font-size: 20px;
    ;
  }

  .faq-img-4 {
    bottom: -6em;
    max-width: 30%;
    margin-top: -30%;
  }
}

@media (min-width: 576px) {
  .btn-podderjka {
    flex-grow: 0;
  }

  .section-why-2-list {
    font-size: 30px;
  }

  .section-why-2-list li {
    padding-left: 30px;
  }

  .section-why-2-list li:before {
    width: 16px;
    height: 16px;
  }

  .section-why-2-list li:before {
    transform: translateY(-50%);
    top: 50%
  }

  .btn-why {
    font-size: 20px;
  }

  .fsz-10,
  .fsz-10.li:before {
    font-size: 14px;
  }

  .faq-images-3:before {
    right: 13em;
  }

  .faq-img-6 {
    bottom: -2.4em;
  }

  .modal-video .modal-dialog {
    max-width: 960px;
    max-height: 100vh;
  }

  .modal-video .video-in {
    max-height: calc(90vh - 100px);
  }
}

@media (min-width: 768px) {
  .btn-why {
    font-size: 28px;
  }

  .section-why-img,
  .section-why-img-2 {
    max-width: inherit;
    max-height: calc(100vh - 190px);
  }

  .section-why-img {
    margin-top: -50px;
  }

  .section-why-1 {
    position: absolute;
    padding-top: 30px;
  }

  .section-why-1 .section-why-img img {
    max-height: calc(100vh - 200px);
  }

  .section-why-2 .section-why-img-2 img {
    max-height: calc(100vh - 100px);
  }

  .section-why-2 {
    width: 100%;
    position: absolute;
    opacity: 0;
  }

  .why-arrow {
    display: none;
  }

  .why2Activated .section-why-1 {
    opacity: 0;
    position: absolute;
    margin: auto;
    z-index: 10;
    max-height: inherit;
  }

  .why2Activated .section-why-2 {
    opacity: 1;
    display: block;
    z-index: 20;
    position: relative;
    max-height: inherit;
    padding-right: 0;
  }

  .section-why-img-2 {
    margin-top: -180px;
    z-index: 30;
    max-width: 76%;
  }

  .section-why-img-2 img {
    right: -100px;
  }

  .section-why-2 {
    background: none;
  }

  .section-why-2-list {
    align-items: flex-end;
  }

  .section-why-2-list:before {
    /* content: ''; */
    z-index: -1;
    background: #FFF;
    position: absolute;
    left: 38%;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .section-why-2-list li {
    background: #FFF;
    border-radius: 50px 0 0 50px;
    margin-bottom: 6px;
    padding-left: 50px;
  }

  .section-why-2-list li:nth-child(2) {
    margin-left: 5%;
  }

  .section-why-2-list li:nth-child(3) {
    margin-left: 27%;
  }

  .section-why-2-list li:nth-child(4) {
    margin-left: 29%;
  }

  .section-why-2-list li:before {
    left: 20px
  }

  .fsz-10,
  .fsz-10.li:before {
    font-size: 16px;
  }

  .fsz-15 {
    font-size: 20px;
  }

  .btn-title {
    font-size: 24px;
  }

  .btn-title2 {
    font-size: 30px;
  }

  .benefits {
    padding: 40px;
    border-radius: 40px;
  }

  .accordion .accordion-item .accordion-button:not(.collapsed):before {
    top: calc(100% + 13px);
    position: absolute;
    background-image: url(../img/arrow-white-red.svg#white);
  }

  .accordion .accordion-item .accordion-button:before {
    width: 12px;
    top: 6px;
    position: absolute;
  }

  .accordion .accordion-item .accordion-button {
    font-size: 20px;
    padding-left: 20px;
  }

  .accordion-body {
    font-size: 16px;
    padding-left: 29px;
    padding-top: 10px;
    margin-bottom: 100px;
  }

  .accordion-body ul li:before {
    margin-right: 6px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 20px;
  }

  .swiper-pagination-bullet {
    width: 14px;
  }

  .swiper-outer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .header {
    background: #000;
  }

  .navbar-nav-wrapper-in {
    background: #FFF;
    border-radius: 44px;
    padding: 0 15px;
  }

  .navbar-collapse {
    background: none;
  }

  .btn-podderjka {
    margin: 0;
  }

  .navbar-collapse {
    position: static;
    padding-right: 0;
  }

  .navbar-nav-wrapper {
    height: auto;
    margin: 0 0 0 auto
  }

  .navbar-nav-wrapper-in {
    position: static;
    overflow: visible;
  }

  .navbar-nav {
    font-size: 15px;
    font-family: 'Archive';
  }

  .navbar-nav>li {
    padding-left: 20px;
    position: relative;
  }

  .navbar-nav>li:first-child {
    padding-left: 0;
  }

  .navbar-nav>li:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 20px;
    background: #000;
    /* content: ''; */
    width: 1px;
    flex-shrink: 0;
    ;
  }

  .navbar-nav>li:first-child:before {
    display: none;
  }

  .btn-why {
    margin: 0 auto;
    position: relative;
    right: 28%;
    font-size: 40px;
  }

  .section-why-img img {
    padding-left: 240px;
    margin-left: auto;
  }

  .padding-content-l {
    padding-left: 150px;
    ;
  }

  .logo {
    width: 101px;
  }

  .navbar-nav-wrapper {
    width: 100%;
  }

  .accordion-body-in-3 {
    max-width: 50%;
  }

  .faq-images-3:before {
    right: 10em;
  }

  .faq-img-6 {
    left: -18%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 22px;
  }

  .section-why {
    border-radius: 40px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav>li {
    padding-left: 40px;
  }

  .navbar-nav>li:before {
    left: 20px;
  }

  body {
    padding-top: 120px;
  }

  .section-why {
    max-height: calc(100vh - 160px);
  }

  .section-why-1 {
    margin-top: -50px;
  }

  .section-why-1 .section-why-img img {
    max-height: calc(100vh - 234px);
  }

  .section-why-img-2 {
    max-width: 100%;
    margin-top: -215px;
  }

  .section-why-2 .section-why-img-2 img {
    max-width: 70%;
  }

  .section-why-2-list {
    font-size: 40px;
  }

  .section-why-2-list li {
    padding-left: 90px;
    margin-bottom: 12px;
  }

  .section-why-2-list li:nth-child(3) {
    margin-left: 15%;
  }

  .section-why-2-list li:nth-child(4) {
    margin-left: 17%;
  }

  .section-why-2-list li:before {
    left: 40px;
    width: 24px;
    height: 24px;
  }

  .padding-content-l {
    padding-left: 240px;
    ;
  }

  .logo {
    width: 191px;
  }

  .fsz-10,
  .fsz-10.li:before {
    font-size: 18px;
  }

  .fsz-15 {
    font-size: 24px;
  }

  .btn-title {
    font-size: 36px;
  }

  .btn-title2 {
    font-size: 40px;
  }

  .btn-title-3 {
    font-size: 30px;
  }

  .small-title {
    font-size: 24px;
  }

  .benefits {
    padding: 60px;
    border-radius: 60px;
  }

  .accordion .accordion-item .accordion-button:before {
    width: 16px;
    top: 8px;
  }

  .accordion .accordion-item .accordion-button {
    font-size: 26px;
    padding-left: 26px;
  }

  .accordion-body {
    font-size: 20px;
    padding-left: 39px;
    margin-bottom: 150px;
  }

  .accordion-body .fsz-20 {
    font-size: 20px;
  }

  .accordion-body-in:before {
    width: 4px;
    left: -13px
  }

  .accordion .accordion-item {
    margin-bottom: 30px;
  }

  .faq-img-4 {
    max-width: 39%;
    margin-top: -40%;
  }

  .faq-img-6 {
    bottom: -2em
  }

  .faq-img-7 {
    margin-left: -24%;
  }

  .mb-xl-200 {
    margin-bottom: 200px !important;
  }

  .btn-big {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
  }

  .section-why {
    border-radius: 60px;
  }

  .swiper-outer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1400px) {
  .btn-why {
    font-size: 55px;
    right: 23%
  }

  .section {
    min-height: calc(100vh - 120px);
  }

  .fsz-10,
  .fsz-10.li:before {
    font-size: 18px;
  }

  /*.fsz-15{
    font-size: 35px;
  }
  .btn-title{
    font-size: 40px;
  }
  .btn-title2{
    font-size: 48px;
  }
  .btn-big{
    padding-left:55px;
    padding-right: 55px;
    font-size: 65px;
  }*/
  .benefits {
    padding: 80px;
    border-radius: 80px;
  }

  .accordion .accordion-item .accordion-button:not(.collapsed):before {
    top: calc(100% + 12px)
  }

  .accordion-body-in:before {
    width: 5px;
    left: -16px
  }

  .faq-img-6 {
    bottom: 0;
    max-width: inherit;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 66px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 35px;
  }

  .section-why {
    border-radius: 86px;
  }

  .swiper-outer {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1600px) {
  .section-why-2-list {
    font-size: 46px;
  }

  .section-why-2-list li {
    padding-left: 120px;
  }

  .section-why-2-list li:before {
    left: 60px;
    width: 36px;
    height: 36px;
  }

  .benefits {
    padding: 60px;
    border-radius: 60px;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    margin-right: 50px;
  }

  .benefits-picture {
    flex-shrink: 0;
    width: 30%;
  }

  .benefits-picture img {
    max-width: 150%;
    margin: -100% 0
  }
}

/*@media (min-width: 1800px){
  .section-why-2-list{
    font-size: 60px;
  }
  .navbar-nav {
      font-size: 20px;
  }
  .benefits-picture img{
    margin:-100% 0 -70%
  }
}*/