@font-face {
    font-family: 'Gilroy-Bold';
    src: local('Gilroy-Bold'), url(./fonts/Gilroy-Bold.ttf) format('truetype');
}
  
@font-face {
    font-family: 'Gilroy-Medium';
    src: local('Gilroy-Medium'), url(./fonts/Gilroy-Medium.ttf) format('truetype');
}
  
@font-face {
    font-family: 'Gilroy-Light';
    src: local('Gilroy-Light'), url(./fonts/Gilroy-Light.ttf) format('truetype');
}

html {
    scroll-behavior: smooth;
}
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 8.2em;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9em;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}
p {
    font-family: 'Montserrat', sans-serif;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.hidden {
    opacity: 0;
    transition: all 2s;
    filter: blur(5);
}
.show {
    opacity: 1;
    filter: blur(0);
}


/** HEADER */
header {
    position: fixed;
    top: 1%;
    left: 0;
    width: 100%;
    z-index: 50;
    display: flex;
}
.header-column-one{
    width: 29%;
    margin-left: 4em;
}
.header-column-two{
    width: 70%;
    margin-right: 4em;
}

.header_logo {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}
.header_logo a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.header_logo2 {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}
.header_logo2 a {
    text-decoration: none;
    color: #061662;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.header_logo img {
    display: block;
}
nav {
    display: flex;
    justify-content: space-between;
}
.menu ul {
    display: flex;
    list-style: none;
    padding-inline-start: 16px;
    gap: 1em;
}
.menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.menu2 ul {
    display: flex;
    list-style: none;
    padding-inline-start: 16px;
    gap: 1em;
}
.menu2 ul li a {
    text-decoration: none;
    color: #061662;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.header_link_icon {
    position: fixed;
    z-index: 55;
    top: 0;
    right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 1em;
}
#menu-button {
    width: 16px;
    height: 16px;
    position: relative;
}
#menu-button.open .mobile_link_icon_top {
    transform: translateY(8px);
    background-color: #ffffff!important;
}
#menu-button.open .mobile_link_icon_bottom {
    display: none;
}
#menu-button.open .mobile_link_icon_top2 {
    transform: translateY(8px);
    background-color: #ffffff!important;
}
#menu-button.open .mobile_link_icon_bottom2 {
    display: none;
}
.mobile_link_icon_top {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(3px);
}
.mobile_link_icon_bottom {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(12px);
}
.mobile_link_icon_top2 {
    width: 100%;
    height: 1px;
    background-color: #061662;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(3px);
}
.mobile_link_icon_bottom2 {
    width: 100%;
    height: 1px;
    background-color: #061662;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(12px);
}
#overlaymenu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #061662;
}
#overlaymenu ul{
    position: absolute;
    top: 10%; 
    list-style: none;
    padding-inline-start: 1em;
}
#overlaymenu ul a{
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
#overlaymenu ul a:hover{
    color: #929295;
}
.overlymenu_line {
    position: absolute;
    top: 10%;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
}
.overlaymenu-contact {
    position: absolute;
    display: block;
    bottom: 6%;
    padding: 1em;
}
.overlaymenu-contact a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}
.overlaymenu_pattern img {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/** MAIN */
body {
    background-color: #e6e7ed;
}
.main-hero {
    background-image: url(assets/img/AdobeStock_364131129\ 1.png);
    background-position: center;
    background-color: #006094;
    padding-bottom: 10vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.container {
    position: relative;
    display: flex;
    height: 90vh;
    align-items: end;
    margin-right: 4em;
    margin-left: 4em;
}
.container-column-1 {
    position: relative;
    width: 30%; 
}
.container-column-2 {
    position: relative;
    width: 70%;
    padding-bottom: 6vh;
}
.container-column-3 {
    position: relative;
    width: 50%; 
}
.container-text-body {
    width: 70%;
}
.container-column-3 .container_button_2 {
    position: absolute;
    bottom: 0;
}
.about-container {
    position: relative;
    padding-top: 4em;
    padding-bottom: 6em;
    background-color: #e6e7ed;
}
.about-body {
    position: relative;
    display: flex;
    margin-right: 4em;
    margin-left: 4em;
    margin-bottom: 4em;
}
.about-column-1 {
    position: relative;
    width: 30%; 
}
.about-column-2 {
    position: relative;
    width: 70%;
    padding-bottom: 4em;
}
.about-column2-sub {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.about-column2-body {
    width: 50%;
}
.about-column2-sub-title {
    width: 30%;
}
.about-column2-sub-body {
    width: 70%;
}
.img-hero {
    height: 68vh;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    padding: 4em;
    background-image: url(assets/img/AdobeStock_463482420.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img-hero-subtitle {
    position: absolute;
    bottom: 4em;
    width: 50%;
}
.service-container {
    position: relative;
}
.service-body {
    position: relative;
    display: flex;
    margin-right: 4em;
    margin-left: 4em;
    margin-bottom: 4em;
}
.service-column-1 {
    position: relative;
    width: 30%; 
}
.service-column-2 {
    position: relative;
    width: 55%;
}
.service-column-3 {
    position: relative;
    display: flex;
    width: 55%;
}
.service-text-title {
    width: 50%;
}
.service-text-body {
    width: 50%;
}
.product-container {
    position: relative;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    margin-top: 20vh;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #ffffff;
}
.partner-container {
    position: relative;
    margin-top: 20vh;
    padding-top: 1em;
    padding-bottom: 1em;
}
.partner-img-container {
    position: relative;
    display: flex;
    gap: 8px;
    margin-right: 4em;
    margin-left: 4em;
    justify-content: space-between;
    align-items: center;
}
.partner-img {
    position: relative;
}
.news-container {
    position: relative;
    padding-top: 4em;
    padding-bottom: 6em;
    background-color: #e6e7ed;
}
.news-body {
    position: relative;
    display: flex;
    margin-right: 4em;
    margin-left: 4em;
    margin-bottom: 4em;
}
.news-column-1 {
    position: relative;
    width: 30%; 
}
.news-column-2 {
    position: relative;
    width: 70%;
    padding-bottom: 4em;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    margin-right: 4em;
    margin-left: 4em;
    margin-bottom: 2em;
    }
    
    .new1 { grid-area: 1 / 1 / 2 / 2; }
    .new2 { grid-area: 1 / 2 / 2 / 3; }
    .new3 { grid-area: 1 / 3 / 2 / 4; }

.new1-img {
    background-color: #929295;
    width: 100%;
    height: 50vh;
    border-radius: 35px;
    background-image: url(assets/img/news/3M9A9892-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.new2-img {
    background-color: #929295;
    width: 100%;
    height: 50vh;
    border-radius: 35px;
    background-image: url(assets/img/news/TekaTools.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.new3-img {
    background-color: #929295;
    width: 100%;
    height: 50vh;
    border-radius: 35px;
    background-image: url(assets/img/news/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news-grid h4, p, a {
    color: #061662;
}
.contact-container {
    position: relative;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    margin-top: 20vh;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #ffffff;
}
.contact-body{
    position: relative;
    margin-right: 4em;
    margin-left: 4em;
    margin-bottom: 4em;
}
.contact-title {
    margin-bottom: 3em;
}
.contact-direction {
    margin-bottom: 3em;
}
.contact-email {
    margin-bottom: 12em;
}
.line {
    position: relative;
    background-color: #929295;
    height: 1px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 4em;
    margin-right: 4em;
}
.line2 {
    position: relative;
    background-color: rgba(31, 44, 54, .15);
    height: 1px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 4em;
    margin-right: 4em;
}
.line3 {
    position: relative;
    background-color: #929295;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.footer-line {
    position: relative;
    background-color: rgba(250, 249, 245, .15);
    height: 1px;
    margin-top: 2em;
    margin-bottom: 2em;
}

/** FOOTER */
footer {
    margin-top: 1em;
    padding-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
    background-color: #061662;
}
.footer-container {
    position: relative;
    display: flex;
    padding-bottom: 6em;
}
.footer-container2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.footer-container-body {
    width: 35%;
}

/* BUTTONS */
.container_button {
  align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.container_button:hover { 
  background-color: #cad3d7;
}

.container_button:active {
  background: #006094;
}

.container_button a {
    color: #006094;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.button a {
    color: #A7A5A5;
    font-family: 'Montserrat', sans-serif;
}
.button a:hover,
.button a:focus {
    color: #DD3224;
    font-family: 'Montserrat', sans-serif;
}
.container_button_2 {
    align-items: center;
    background-color: #006094;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    max-width: 480px;
    min-height: 40px;
    max-height: 46px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
  }
  .header_button a {
    color: #006094;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.container_button_2:hover { 
    background-color: #cad3d7;
  }

.header_button {
    align-items: center;
    background-color: #ffffff;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}
.container_button_2 a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1028px) {

    footer {
        padding-right: 1em;
        padding-left: 1em;
        min-height: 30vh;
    }
    .footer_body {
        display: block;
    }
    .footer_logo {
        width: 90%;
    }
    .footer_logo img{
        width: 10%;
    }
    .footer_copyright,
    .footer_social,
    .footer_info, 
    .footer_direction 
    {
        width: 90%;
    }
    .sub_footer {
        padding-top: 3em;
        padding-right: 1em;
        padding-left: 1em;
    }
}

.swiper-container {
    height: 100%;
    overflow: hidden;
  }
.swiper-slide {
    text-align: start;
    background-color: #e6e7ed;
    align-items: flex-start;
    border-radius: 35px;
}
.swiper-slide a {
    text-decoration: none;
}
.slide-body {
    position: relative;
    padding: 4em;
}
.swiper-slide-img1 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    background-image: url("assets/img/3M9A8506-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-slide-img2 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    background-image: url("assets/img/am_123.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-slide-img3 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    background-image: url("assets/img/sm_123.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-container {
    height: 78vh;
    margin-left: 4em;
    margin-right: 4em;
}
.swiper-footer {
    position: relative;
    display: flex;
    margin-top: 6em;
    margin-left: 4em;
    margin-right: 4em;
    margin-bottom: 6em;
    justify-content: space-around;
    align-items: flex-end;
}
.swiper-button-container {
    position: absolute;
    right: 0%;
    justify-content: space-between;
    min-width: 6%;
}
.swiper-buttons-next {
    position: relative;
    align-items: center; 
    background-color: #e6e7ed; 
    border: 0; 
    border-radius: 100px; 
    box-sizing: border-box; 
    color: #ffffff; 
    cursor: pointer; 
    display: inline-flex; 
    justify-content: center;
    font-size: 10px; 
    line-height: 20px; 
    height: 60px; 
    width: 60px; 
    overflow: hidden; 
    padding: 0px; 
    padding-left: 20px; 
    padding-right: 20px; 
    text-align: center; 
    touch-action: manipulation; 
    user-select: none; 
    -webkit-user-select: none; 
    vertical-align: middle; 
    text-decoration: none;  
}
.swiper-buttons-next:hover { 
  background-color: #061662;
  color: #ffffff;
  transition: 1s; 
}
.swiper-buttons-prev {
    position: relative;
    align-items: center; 
    background-color: #e6e7ed; 
    border: 0; 
    border-radius: 100px; 
    box-sizing: border-box; 
    color: #ffffff; 
    cursor: pointer; 
    display: inline-flex; 
    justify-content: center;
    font-size: 10px; 
    line-height: 20px; 
    height: 60px; 
    width: 60px; 
    overflow: hidden; 
    padding: 0px; 
    padding-left: 20px; 
    padding-right: 20px; 
    text-align: center; 
    touch-action: manipulation; 
    user-select: none; 
    -webkit-user-select: none; 
    vertical-align: middle; 
    text-decoration: none; 
}
.swiper-buttons-prev:hover { 
  background-color: #061662;
  color: #ffffff;
  transition: 1s; 
}
.uil-angle-left-b,
.uil-angle-right-b{
    color: #061662;
    font-size: 3.5em;
}
.uil-angle-right-b:hover,
.uil-angle-left-b:hover {
    color: #ffffff;
}
.slide-number {
    position: absolute;
    bottom: 4em;
    right: 4em;
}
.slide-more-button {
    color: #061662;
}

.partner-page-column-1 {
    position: relative;
    width: 30%; 
}
.partner-page-column-2 {
    position: relative;
    width: 70%;
    padding-bottom: 4em;
}
.partner-page-column2-sub-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partner-page-column2-sub-title div {
    min-width: fit-content;
}
.partner-page-img-hero {
    height: 68vh;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    padding: 4em;
    background-image: url(assets/img/AdobeStock_463482420.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.services-img-hero {
    height: 68vh;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    padding: 4em;
    background-image: url(assets/img/AdobeStock_463482420.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-img-hero {
    height: 68vh;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    padding: 4em;
    background-image: url(assets/img/Nachschub_EXM1_03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.product-one-img-hero {
    height: 68vh;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    padding: 4em;
    background-image: url(assets/img/Nachschub_EXM1_03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.product-two-img-hero {
    height: 68vh;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    padding: 4em;
    background-image: url(assets/img/am_123.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-three-img-hero {
    height: 68vh;
    margin-right: 0.6em;
    margin-left: 0.6em;
    border-radius: 24px;
    padding: 4em;
    background-image: url(assets/img/sm_123.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.product-page-body {
    position: relative;
    display: flex;
    margin-right: 4em;
    margin-left: 4em;
    margin-bottom: 4em;
}
.product-page-column-2 {
    position: relative;
    padding-bottom: 4em;
    width: 100%;
}
.product-page-column2-sub {
    display: flex;
    width: 100%;
    align-items: start;
}
.product-page-column2-body {
    display: flex;
    justify-content: space-between;
    gap: 2em;
    width: 70%;
}
.product-page-column2-subody {
    width: 60%;
}
.product-page-column2-sub-title {
    width: 30%;
}



@media (max-width: 1028px) {
    .menu{
        display: none;
    }
    .menu2{
        display: none;
    }
}
@media (max-width: 1028px) {
    .header_button{
        display: none;
    }
}
@media (min-width: 1028px) {
    #menu-button {
        display: none;
    }
}
@media (max-width: 1028px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 36px;
        margin-block-start: 0.1em;
        margin-block-end: 0.1em;
    }
    h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 21px;
        margin-block-start: 0.2em;
        margin-block-end: 0.2em;
    }
    h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        margin-block-start: 0.2em;
        margin-block-end: 0.2em;
    }
    h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        margin-block-start: 0.3em;
        margin-block-end: 0.3em;
    }
    p {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        margin-block-start: 0.5em;
        margin-block-end: 0.5em;
    }
}
@media (max-width: 1028px) {
    .header_link_icon {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .line {
        margin-right: 1em;
        margin-left: 1em
    }
    .line2 {
        margin-right: 1em;
        margin-left: 1em
    }
    .header-column-one {
        margin-left: 1em;
    }
    .container {
        margin-right: 1em;
        margin-left: 1em;
    }
    .container-column-1 {
        width: 0%;
    }
    .container-column-2 {
        width: 100%;
    }
    .about-body {
        display: block;
        margin-right: 1em;
        margin-left: 1em;
    }
    .about-column-1 {
        position: relative;
        width: 100%; 
    }
    .about-column-2 {
        width: 100%;
    }
    .about-column2-sub {
        display: block;
    }
    .about-column2-sub-title {
        width: 100%;
    }
    .img-hero {
        padding: 1em;
    }
    .service-body {
        display: block;
        margin-right: 1em;
        margin-left: 1em;
    }
    .service-column-1 {
        width: 100%; 
    }
    .service-column-2 {
        width: 100%;
    }
    .service-column-3 {
        display: block;
        width: 100%;
    }
    .service-text-title {
        width: 100%;
    }
    .service-text-body {
        width: 100%;
    }
    .partner-img-container {
        display: block;
    }
    .footer-container-body {
        width: 100%;
    }
    .partner-img {
        display: flex;
        justify-content: center;
    }
    .partner-img img {
        width: 210px;
        height: 120px;
    }
    .img-hero {
        height: 60vh;
    }
    .contact-body{
        margin-right: 1em;
        margin-left: 1em;
    }
    .swiper-button-container {
        display: none;
    }
    .new1, .new2 {
        margin-bottom: 4em;
    }
    .news-body {
        display: block;
        margin-right: 1em;
        margin-left: 1em;
    }
    .news-grid {
        display: block;
        margin-right: 1em;
        margin-left: 1em;
    }
    .slide-body {
        padding: 1em;
    }
    .swiper-container {
        height: 58vh;
        margin-left: 1em;
        margin-right: 1em;
    }
    .slide-number {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }
    .partner-page-column-2 {
        position: relative;
        width: 90%;
        padding-bottom: 4em;
    }
    .partner-page-column2-sub-title {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    .product-page-body {
        position: relative;
        display: block;
        margin-right: 1em;
        margin-left: 1em;
        margin-bottom: 2em;
    }
    .product-page-column-2 {
        padding-bottom: 2em;
    }
    .product-page-column2-sub {
        display: block;
    }
    .product-page-column2-body {
        display: block;
        width: 90%;
    }
    .product-page-column2-sub-title {
        display: block;
        width: 90%;
    }
    .product-page-column2-subody {
        width: 90%;
    }
    .about-column2-body {
        width: 90%;
    }
    .about-column2-sub-body {
        width: 90%;
    }
    .services-img-hero {
        padding: 2em;
    }
}
