.our-story-why-do-it h2, .our-story-why-do-it h2, .our-story-network h2, .team__top-section-info h2 {
  font-weight: 900;
}

.applications-testimonials .right-part h4 {
  color: #7A246D;
}

.our-story-why-do-it .right-content .row {
  padding-left: 0;
  padding-right: 0;
}

/*-=Tablet screens=-*/
@media only screen and (max-width: 1240px) {
  .see-what-control {
    margin-left: calc(100% - 370px) !important;
  }
}
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
  .see-what-control {
    margin-left: 50% !important;
    transform: translate(-50%);
    width: 100%;
    margin-top: -2rem !important;
  }

  .chief__content {
    margin-bottom: 40px;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */

  .see-what-control {
    margin-top: -1rem !important;
  }

  .top-bar .header-menu li > a {
    margin-top: 0 !important;
  }

  .top-bar .header-menu li.get-in-touch a {
    padding: 0 20px !important;
  }

  .top-bar .header-menu li.has-dropdown > a ~ .submenu a {
    padding: 0 30px !important;
  }
  .top-bar .header-menu li.has-dropdown > a ~ .submenu a ~ .submenu a {
    padding: 0 40px !important;
  }

  .title-bar {
    background-color: #31C6BD;
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #31C6BD;
    top: 50%;
    left: 0;
    margin-top: -9px;
    box-shadow: 0 7px 0 #31C6BD, 0 14px 0 #31C6BD;
  }

  .top-bar {
    display: none;
    height: auto;
    padding: 0;
    background: #31C6BD;
    /* menu list background color */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #31C6BD;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: #2cb2a9 !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #41d0c7 !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] > a {
    background: #2ebab1;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }

  .lead-in h2 br {
    display: none;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media screen and (min-width: 1025px) {
  .team__single-popup--image {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .btn-group {
    display: none;
  }

  .select-groups {
    display: block;
  }

  .news-list .navigation {
    display: none;
  }

  .select-news-navigation {
    display: block;
  }

  .gallery-careers-mobile {
    display: block;
  }

  .careers_images img {
    display: none;
  }

  .gallery-careers:after {
    display: block;
    content: '';
    clear: both;
  }

  .main-container-style h2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .applications-testimonials .right-part {
    float: right;
  }

  .title-bar {
    display: none;
  }

  .lead-in h2 {
    font-weight: 900;
    font-family: "Source Sans Pro", sans-serif;
  }

  .top-bar {
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
  }
  .top-bar .header-menu li.get-in-touch a {
    color: #fff;
    background-color: #7A246D;
    border-radius: 20px;
    padding: 10px 24px;
    margin-left: 9px;
    margin-top: 7px;
    margin-right: 0;
  }
  .top-bar .header-menu li.get-in-touch a:hover {
    background-color: #4f1a44;
    color: #fff;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 0 12px;
    background: transparent;
    font-size: 14px;
    margin-top: 15px;
    margin-right: 7px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #6D6E71;
    font-family: "Source Sans Pro";
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    color: #31C6BD;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 12px;
    margin-right: 19px;
    position: relative;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    background-color: transparent;
    height: 6px;
    background-image: url("../images/menu-arrow.png");
    top: 9px;
    transition: 0.4s all;
    right: -3px;
    border-color: transparent;
    border: 0;
  }
  .top-bar .header-menu li.has-dropdown > a ~ .submenu {
    border: none;
    padding-top: 20px;
  }
  .top-bar .header-menu li.has-dropdown > a ~ .submenu .submenu {
    padding-top: 0;
  }
  .top-bar .header-menu li.has-dropdown > a ~ .submenu a {
    padding: 20px;
    margin: 0;
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  .top-bar .header-menu li.has-dropdown > a ~ .submenu a:after {
    display: none;
  }
  .top-bar .header-menu li.has-dropdown > a ~ .submenu li:nth-last-of-type(1) a {
    border-bottom: 1px solid #ccc;
  }
  .top-bar .header-menu li.has-dropdown > a:hover:after {
    background-image: url("../images/menu-arrow-hover.png");
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    color: #31C6BD;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    color: #31C6BD;
  }
  .top-bar .submenu {
    display: none;
    border: 1px solid #ccc;
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li {
    display: block;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    padding: 20px 15px;
    background: #fff;
    color: #31C6BD;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    background: #f9f9f9;
    color: #31C6BD;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  .top-bar .header-menu {
    float: right;
  }
}
/*-=Large screens=-*/
@media only screen and (max-width: 1280px) {
  #home-slider .slider-caption h1,
  #home-slider .slider-caption h3 {
    font-size: 45px;
  }

  .see-what a.cta-link {
    margin-top: 60px;
  }

  .how-it-works-lightbox-wrapper .video-wrapper {
    width: 536px;
    height: 536px;
  }

  .molecules-slider .slick-next {
    right: -3vw;
  }

  .molecules-nav-wrapper {
    left: 40px;
  }

  .applications-testimonials .slick-dots {
    margin-top: -9vw;
    margin-bottom: 4vw;
  }

  .our-network-section .network-tabs .navigation .nav {
    margin: 0 40px;
  }

  #home-slider .slick-dots {
    left: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .fancybox-toolbar {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .medium-9 {
    padding-left: 0;
  }

  #home-slider .slider-caption .left-part {
    padding-top: 80px;
  }
  #home-slider .slider-caption .image {
    min-height: 380px;
    background-position: center;
  }
  #home-slider .slider-caption h1, #home-slider .slider-caption h3 {
    font-size: 40px;
  }
  #home-slider .slick-dots {
    left: 15px;
    bottom: auto;
    margin-top: -80px;
    width: auto;
    text-align: left;
  }

  .hero-video {
    margin-top: -96px;
  }
  .hero-video .lightbox-wrapper {
    left: 0;
  }

  .developed-novel {
    margin-top: 44px;
  }
  .developed-novel h2 {
    padding-left: 0;
    font-size: 32px;
  }

  .find-out {
    margin-top: 70px;
  }
  .find-out .find-out-item {
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .find-out .find-out-item h4 {
    font-size: 20px;
  }
  .find-out .find-out-item p {
    font-size: 14px;
  }

  .see-what {
    margin-top: 120px;
  }
  .see-what h2 {
    font-size: 30px;
  }
  .see-what .see-what-slide .image {
    min-height: 420px;
  }
  .see-what .slide-content {
    margin-top: -70px;
    right: 0;
  }
  .see-what .slide-content .wrapper {
    padding: 20px 10px;
  }
  .see-what .content {
    padding-top: 10px;
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  .see-what .content h4 {
    font-size: 18px;
  }
  .see-what .content hr {
    margin: 20px 0;
  }
  .see-what a.cta-link {
    margin-top: 20px;
  }

  .media-press {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .top-bar .header-menu li.has-dropdown > a:after {
    top: 7px;
  }

  .top-bar .header-menu li.has-dropdown > a ~ .submenu a {
    padding: 12px;
  }

  .top-bar .header-menu li.has-dropdown > a {
    padding: 0 9px;
    margin-right: 3px;
  }
  .top-bar .header-menu li > a {
    padding: 0 7px;
    font-size: 12px;
    margin-right: 0;
    margin-top: 22px;
  }
  .top-bar .header-menu li.get-in-touch a {
    padding: 8px 10px;
    margin-top: 14px;
    margin-left: 6px;
  }

  .media-press .left-block h2 {
    font-size: 34px;
  }

  .footer #menu-footer-menu li a:after, .footer #menu-footer-menu-center li a:after {
    display: none;
  }

  .transforming-market {
    margin-top: 60px;
  }
  .transforming-market .left-section {
    padding-left: 15px;
  }
  .transforming-market p {
    font-size: 16px;
  }
  .transforming-market .checkboxes {
    margin-top: 40px;
  }
  .transforming-market .checkboxes .left-content {
    padding-left: 0;
  }
  .transforming-market .checkboxes h3 {
    font-size: 20px;
  }
  .transforming-market .checkboxes p {
    font-size: 14px;
  }
  .transforming-market .checkboxes .checkmark {
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .transforming-market .checkboxes .checkmark:before {
    width: 28px;
    height: 25px;
    top: 4px;
    background-size: cover;
  }

  .how-it-works-lightbox-wrapper {
    margin-top: 100px;
  }
  .how-it-works-lightbox-wrapper:after {
    display: none;
  }
  .how-it-works-lightbox-wrapper .video-wrapper {
    width: 326px;
    height: 326px;
  }
  .how-it-works-lightbox-wrapper .right-content {
    padding-left: 30px;
  }
  .how-it-works-lightbox-wrapper h2 {
    font-size: 36px;
  }
  .how-it-works-lightbox-wrapper h3 {
    font-size: 18px;
  }

  .discover-section {
    margin-top: 30px;
  }
  .discover-section .left-content {
    padding-left: 20px;
  }
  .discover-section .left-content:before {
    display: none;
  }
  .discover-section .right-content {
    padding-left: 15px;
  }
  .discover-section h2 {
    font-size: 36px;
  }

  .molecules-slider:before {
    height: 580px;
  }
  .molecules-slider p {
    font-size: 16px;
  }
  .molecules-slider .slick-next,
  .molecules-slider .slick-prev {
    top: 50%;
  }

  .molecules-section {
    margin-top: 90px;
  }
  .molecules-section .left-content {
    padding-left: 30px;
  }
  .molecules-section .slick-prev {
    left: -20px;
  }
  .molecules-section .molecules-navigation {
    padding: 20px;
  }
  .molecules-section .molecules-navigation h4 {
    font-size: 16px;
  }
  .molecules-section .molecules-navigation h4:before {
    top: 8px;
  }

  .applications-testimonials .right-part p {
    font-size: 20px;
  }
  .applications-testimonials .right-part h4 {
    font-size: 16px;
  }
  .applications-testimonials .slick-dots {
    left: 44%;
  }

  .incube-section {
    margin-top: 40px;
  }
  .incube-section img {
    position: relative;
    top: 0;
    right: 0;
    max-width: 240px;
  }
  .incube-section .right-content {
    position: relative;
    top: 0;
    left: 0;
  }

  .our-network-section {
    margin-top: 40px;
    padding-top: 40px;
  }
  .our-network-section h2 {
    font-size: 36px;
  }
  .our-network-section p {
    font-size: 16px;
  }
  .our-network-section .network-tabs {
    padding: 20px;
    padding-bottom: 40px;
  }
  .our-network-section .network-tabs .network-tabs-content .content .left-content {
    padding-left: 20px;
  }
  .our-network-section .network-tabs .network-tabs-content .content .left-link {
    margin-top: 20px;
  }
  .our-network-section .network-tabs .navigation {
    padding-bottom: 40px;
  }
  .our-network-section .network-tabs .navigation .nav {
    margin: 0 20px;
  }
  .our-network-section .network-tabs .navigation .nav img {
    max-width: 140px;
  }

  .page-template-template-our-network .media-press {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lead-in {
    margin-top: 30px;
  }
  .lead-in h2 {
    padding-left: 0;
    font-size: 36px;
  }

  .our-story-mission .left-image-wrapper {
    padding: 10px;
    min-height: 260px;
    left: 15px;
  }
  .our-story-mission .left-image-wrapper .left-image {
    min-height: 480px;
  }
  .our-story-mission .right-content-wrapper {
    padding-left: 40px;
  }
  .our-story-mission .right-content-wrapper .right-wrapper {
    top: 0;
  }
  .our-story-mission p {
    font-size: 22px;
  }

  .our-story-why-do-it {
    padding-bottom: 30px;
  }
  .our-story-why-do-it .column, .our-story-why-do-it .columns {
    float: none;
  }
  .our-story-why-do-it .right-content {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-story-why-do-it .row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-story-network {
    margin-top: 50px;
  }

  .our-story-network .logo img {
    margin: 0 30px;
    max-width: 140px;
  }

  .load-more-news {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  #home-slider .slider-caption .image {
    min-height: 340px;
  }

  .find-out .find-out-item:before {
    content: '';
    width: 350px;
    height: 57px;
    background-size: cover;
  }
  .find-out .find-out-item img {
    margin-top: -55px;
    width: 110px;
  }

  .applications-testimonials .slick-dots {
    left: 42%;
  }
}
@media only screen and (max-height: 740px) {
  .fancybox-toolbar {
    top: -10px !important;
  }
}
@media only screen and (max-width: 640px) {
  .top-bar .header-menu li.has-dropdown {
    margin-right: 0;
  }

  .top-bar .header-menu li.has-dropdown > a {
    margin-right: 0;
  }

  .chief__images:before {
    height: auto;
    top: 40px;
  }

  .chief__images:after {
    height: 50%;
    bottom: 0px;
  }

  .molecules-slider .slick-slide {
    height: auto !important;
  }

  .fancybox-slide {
    padding: 30px;
  }

  .fancybox-toolbar {
    right: -10px;
    top: calc((100vh - 754px) / 2);
  }

  .top-bar .header-menu li.get-in-touch a {
    padding: 8px 20px;
  }

  .title-bar {
    background-color: transparent;
    color: #31C6BD;
    position: absolute;
    top: 26px;
    right: 15px;
  }

  .hero-video {
    padding: 0 10px;
    margin-top: -50px;
  }
  .hero-video .lightbox-wrapper {
    margin-top: 0;
  }

  #home-slider .slider-caption {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 120px;
  }
  #home-slider .slider-caption .left-part {
    padding-top: 40px;
  }
  #home-slider .slider-caption .image {
    min-height: 270px;
    background-position: center;
  }
  #home-slider .slider-caption h1, #home-slider .slider-caption h3 {
    font-size: 32px;
    width: 100%;
  }
  #home-slider .slider-caption .image-part {
    margin: 0 auto;
  }
  #home-slider .slider-caption a.cta-link {
    display: table;
    margin-bottom: 15px;
  }
  #home-slider .slider-caption p {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #home-slider .slider-caption .column, #home-slider .slider-caption .columns {
    float: none;
    padding: 0;
  }
  #home-slider .slick-dots {
    left: 15px;
    bottom: auto;
    margin-top: -90px;
    width: auto;
    text-align: left;
  }

  .header {
    position: relative;
  }
  .header .medium-9 {
    margin-top: 20px;
    padding: 0;
  }

  .developed-novel h2 {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .developed-novel .content {
    padding: 0;
  }

  .developed-novel a.cta-link {
    margin-top: 0;
  }

  .logo {
    display: table;
  }

  .find-out h2 {
    margin-bottom: 80px;
  }

  #home-slider {
    padding-bottom: 0;
  }

  .top-bar .header-menu li.has-dropdown > a {
    padding: 0 20px;
    font-size: 16px;
  }

  .top-bar .header-menu li > a {
    padding: 0 20px;
    font-size: 16px;
  }

  .hero-video .lightbox-wrapper .image {
    width: 110px;
  }
  .hero-video .lightbox-wrapper .content {
    width: calc(100% - 110px);
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .find-out .find-out-item {
    margin: 0;
    width: 100%;
    margin-bottom: 70px;
  }
  .find-out .find-out-item:last-child {
    margin-bottom: 20px;
  }
  .find-out .find-out-item:before {
    width: 256px;
    height: 57px;
  }

  .hero-image .hero_content h1 {
    text-align: center;
  }

  .hero-image__right {
    margin: 15px auto -50px;
  }

  .how-it-works-lightbox-wrapper {
    margin-top: 30px;
  }
  .how-it-works-lightbox-wrapper:before {
    display: none;
  }

  .how-it-works-lightbox-wrapper .right-content {
    min-height: 0;
  }

  .how-it-works-lightbox-wrapper .video-wrapper:after {
    top: -50px;
    right: 50%;
    height: 300px;
  }

  .see-what .content:before {
    left: 0;
    top: 0;
    height: calc(100% + 20px);
  }

  .see-what {
    margin-top: 20px;
  }
  .see-what .slide-content {
    right: 50%;
    transform: translate(50%, 0);
  }
  .see-what .img-wrapper {
    margin: 0 auto;
  }
  .see-what .content {
    padding-top: 40px;
  }

  .transforming-market {
    margin-top: 0;
    position: relative;
  }
  .transforming-market .image-wrapper {
    margin: 20px auto 0;
    position: static;
  }
  .transforming-market .image-wrapper:before {
    top: -10px;
    right: -30px;
    width: 255px;
    height: 280px;
  }
  .transforming-market .checkboxes {
    margin-top: 50px;
  }

  .how-it-works-lightbox-wrapper .video-wrapper {
    max-width: calc(100% - 10px);
    margin: 0 auto;
  }
  .how-it-works-lightbox-wrapper .right-content {
    margin-top: 20px;
    padding-left: 10px;
  }

  .discover-section {
    margin-top: 0;
  }
  .discover-section h2 {
    margin-bottom: 20px;
  }
  .discover-section .left-content {
    padding-left: 10px;
  }

  .molecules-slider .slick-next {
    right: -7px;
  }

  .molecules-nav-wrapper {
    left: 0;
    margin-top: 40px;
  }

  .applications-testimonials .inner-content {
    top: 20px;
  }
  .applications-testimonials .slick-dots {
    width: 100%;
    left: 0;
  }

  .developed-novel {
    margin-top: 20px;
  }

  .incube-section {
    margin-top: 0;
  }

  .incube-section img {
    margin-bottom: 40px;
  }

  .our-network-section .network-tabs .navigation .nav {
    margin: 20px;
  }

  .our-network-section .network-tabs .network-tabs-content .content .left-content {
    padding-left: 15px;
  }

  .our-network-section .network-tabs .network-tabs-content .right-image-wrapper {
    height: 300px;
    top: 20px;
    right: 0;
    margin: 0 auto;
  }

  .news-list .navigation li {
    font-size: 16px;
    margin: 0 16px;
  }

  .lead-in {
    margin-top: 0;
  }
  .lead-in .right-content {
    top: 40px;
    left: 0;
  }

  .our-story-mission .left-image-wrapper {
    padding: 10px;
    min-height: 240px;
    left: 0;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .our-story-mission .left-image-wrapper .left-image {
    min-height: 320px;
  }

  .our-story-mission .right-content-wrapper {
    padding-left: 15px;
    margin-top: 40px;
  }

  .our-story-why-do-it {
    margin-top: 60px;
  }

  .our-story-why-do-it .right-content {
    padding-right: 15px;
  }

  .our-story-network {
    margin-top: 30px;
  }
  .our-story-network .logos {
    padding: 30px 0;
    padding-bottom: 40px;
  }
  .our-story-network .logo img {
    margin: 20px 30px;
  }

  .our-story-why-do-it .left-image-top .left-img-top {
    background-size: cover;
  }

  .our-story-why-do-it .left-image-bottom .left-img-bottom {
    background-size: cover;
  }

  .page-template-template-our-story .media-press {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .molecules-section .left-content {
    padding-left: 45px;
    padding-right: 45px;
  }
  .molecules-section .slick-prev {
    left: -30px;
  }
  .molecules-section .slick-next {
    right: -30px;
  }

  .molecules-section {
    margin-top: 50px;
  }
  .molecules-section h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .our-story-why-do-it h2, .our-story-network h2, .our-story-mission h2 {
    font-size: 36px;
  }

  .applications-testimonials {
    position: relative;
  }
  .applications-testimonials .inner-content {
    top: 0;
    bottom: 0;
  }
  .applications-testimonials .slick-dots {
    position: absolute;
    margin-bottom: 0;
    bottom: 315px;
    left: 0;
    width: 100%;
  }
  .applications-testimonials .slick-slide img {
    display: block;
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .applications-testimonials .right-part {
    margin: 0;
    text-align: center;
  }
  .applications-testimonials .right-part p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .applications-testimonials .left-part {
    margin: 70px 0 0 0;
  }
  .applications-testimonials .left-part:before {
    -webkit-background-size: cover;
    background-size: cover;
    width: 95px;
    height: 95px;
  }

  .applications-testimonials {
    margin-top: 150px;
  }

  .molecules-section {
    position: relative;
  }
  .molecules-section:after {
    display: block;
    background-image: url(../images/molecules-slider-before.png);
    position: absolute;
    content: '';
    z-index: -2;
    top: -20px;
    left: 0;
    bottom: -30px;
    width: 100%;
  }

  .molecules-slider:before {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .team__single-popup {
    padding: 20px 10px;
  }
  .team__single-popup .close-popup {
    top: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #fff;
    z-index: 15;
  }
  .team__single-popup .prev-next-popup {
    bottom: 5px;
    right: 10px;
  }
}
