@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); 
 
* {
  font-family: "Roboto", serif;
  font-weight: 100;
  max-height: 1400px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  width: 100%;
  overflow-x: hidden;
}

body {
  background: linear-gradient(to right, #000000, #170718);
  margin: 0;
  padding: 0;
  color: #fff;
  position: relative;
  width: 100%;  
}

h1{
  font-size: 2rem;
  font-weight: 400;
  align-items: center;
  display: flex;
  margin: auto;
  z-index: 5;
  position: fixed;
  margin: 2rem;
  transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  -moz-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
}

h2{
  font-weight: 100;
  font-size: 2rem;
  color: #FFDDFF;
  text-align: end;
  margin: 0;
  padding: 1rem 0;
  top: 0;
  margin-right: 4rem;
}

h3{
  margin:  -2rem 4rem;
  font-size: 1.2rem;
}

h4{
  font-size: 1.2rem;
  font-weight: 100;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 1rem;
  color: #fff;
}

ul{
  list-style: none;
}

li{
  font-size: 1.3rem;
  font-weight: 100;
  opacity: 0%;
  transition: opacity 1s ease-out;
}

p{
  font-size: 1.3rem;
}

.download_buttons a{
  border: 0.2px solid #fff;
  background-color: transparent;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin: 1rem 0;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 0 20px;
}

a:hover{
  -webkit-transform: scale(102%);
  -moz-transform: scale(102%);
  -ms-transform: scale(102%);
  transform: scale(102%);
  transition: transform 0.5s ease-in-out;
}

strong a{ 
  font-weight: 400;
  color: #fff;
  border: none;
  text-decoration: none;
  margin: 0%;
  width: auto;
  height: auto;
  padding: 0;
}

img{
  width: 50vw;
}

video{
  width: 100%;
  height: auto;
  max-width: none; 
  box-sizing: border-box;
}

footer{
  background-color: #000000;
  height: 150px;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
  justify-content: space-between;
}

footer img{
  width: 180px;
  height: auto;
  position: relative;
  margin-left: 10%;
  opacity: 80%;
}

footer p{
  color: #ffffff76;
  font-size: 1.1rem;
  margin-right: 4rem;
  text-align: -webkit-right;
}

.download_icon  {
  width: 20px !important;
  height: 20px !important;
}

.purple_text{
  color: #FFDDFF;
  width: 30%;
}



.video_main{
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.down_arrow svg {
  width: 50px;
  height: 50px;
  animation: jumpInfinite 1.5s infinite;
  position: absolute;
  top: calc(50vw - 40px);
  left: calc(50% - 15px);
  z-index: 2;
  cursor: pointer;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}





/*First Section*/
.block_features{
  margin: 5%;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
}

.block_features img{
  z-index: 0;
  width: 65vw;
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
}

.features_grid{
  display: grid;
  grid-template-columns: 40% 40%;
  position: relative;
  margin: auto;
  width: 80%;
  padding: 3rem;
}

.lines_text li{
  display: inline-block;
  border-bottom: none;
  background-image: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  margin: 3rem;
  text-align: end;
  z-index: 0;
  padding-bottom: 5px;
}

.line_1{
  width: 100%;
  transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
}

.line_2{
  width: 95%;
  transform: translateX(-5%);
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
}

.line_3{
  width: 100%;
  transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
}

.line_4{
  width: 100%;
  transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
}

.animate{
  opacity: 100%;
}





/*Second Section*/
.block_specifications{
  margin: 5%;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
}

.block_specifications img{
  width: 11vw;
  position: relative;
  margin-left: 45%;
  z-index: 2;
}

.specifications_grid{
  display: grid;
  grid-template-columns: 50% 30%;
  width: 80%;
  position: relative;
  margin: auto;
}

.specifications_grid 
.lines_text{
  margin-top: 20%;
}

.specifications_grid 
.lines_text 
li{
  display: inline-block;  
  border-bottom: none;
  background-image: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  margin: 1.5rem;
  text-align: end;
  z-index: 1;
  width: 120%;
}

.line_5{
  transform: translateX(-10%);  
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
}

.line_6{
  transform: translateX(-13%);
  -webkit-transform: translateX(-13%);
  -moz-transform: translateX(-13%);
  -ms-transform: translateX(-13%);
}

.line_7{
  transform: translateX(-16%);
  -webkit-transform: translateX(-16%);
  -moz-transform: translateX(-16%);
  -ms-transform: translateX(-16%);
}

.line_8{
  transform: translateX(-19%);
  -webkit-transform: translateX(-19%);
  -moz-transform: translateX(-19%);
  -ms-transform: translateX(-19%);
}

.line_9{
  transform: translateX(-22%);
  -webkit-transform: translateX(-22%);
  -moz-transform: translateX(-22%);
  -ms-transform: translateX(-22%);
}

.line_10{
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
}





/*Third section*/
.block_modes{
  margin: 5% ;
  overflow-x: hidden;
}

.mode_slider{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 80%; 
  height: 800px; 
  margin: 0 auto;
  overflow: hidden;
  top: -2rem;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  opacity: 0.3;
  transition: opacity 1s;
}

.slide.active {
  opacity: 1;
  transform: scale(110%) translateY(20px);
  -webkit-transform: scale(110%) translateY(20px);
  -moz-transform: scale(110%) translateY(20px);
  -ms-transform: scale(110%) translateY(20px); 
  transition: transform 0.5s ease-in-out; 
}

.slide img{
  width: 18vw;
  margin: 2rem;
  cursor: pointer;
}

/* Dots */
.dots {
  position: absolute;
  bottom: 10px;
  display: flex;
  gap: 1rem;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.539);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: white; 
}





/* Fourth Section */
.block_dipswitch{
  margin: 5%;
  overflow: hidden;
}

.block_dipswitch_grid{
  display: grid;
  grid-template-columns: 40% 60%;
  margin-top: 3rem;
}

.dipswitch_grid 
img{
  width: 5vw;
  margin: 1rem 1.5rem;
}

.encolor_dipswitch_images{
  position: relative;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.encolor_dipswitch_images 
img{
  width: 25vw;
  position: relative;
  margin: 10px;
}

.dipswitch_back_text{
  animation: jumpInfinite 3s infinite;
  position: absolute;
  top: -10%;
  left: 5%;
}

.grid_0, 
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8{
  font-size: 1.1rem;
  color: white;
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  width: 80%;
}
.grid_0{
  display: grid;
  grid-template-columns: 2fr repeat(4 1fr);
  width: 90%;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

.dipswitch_grid
.dipswitch_image{
  width: 10vw;
}

.grid_buttons{
  opacity: 0%;
  transition: opacity 0.5s ease-in-out, 
  transform 0.5s ease-in-out;
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
}

.grid_buttons.animate_button{
  opacity: 100%;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
}





/* Fifth Section */
.block_support{
  margin: 5%;
  overflow-x: hidden;
}

.support_grid 
img{
  width: 21vw;
  position: relative;
  margin: auto;
  margin: 4rem 0;
}

.support_grid{
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 20%;
  margin: auto;
  width: 80%;
}

.support_grid 
.left{
  align-items: center;
  margin: auto 0;
  justify-content: center;
  position: relative;
}

.download_buttons{
  display: grid;
  grid-template-rows: repeat(3,1fr);
  gap: 0rem;
  margin-bottom: 3rem;
}

.underline {
  border-bottom: .5px solid white;
  margin-bottom: 1rem;
  padding: 1rem 0;
}






/* Sixth Section */
.block_purchase{
  margin: 5%;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.block_purchase 
img{
  width: 50vw;
  position: relative;
  margin: auto;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  margin-top: 4rem;
}

.block_purchase
.text{
  margin-top: -4rem;
  margin-left: 8rem;
  width: 80%;
}










@media screen and (max-width: 1580px) {
  h3{
    font-size: 1rem;
  }
  .block_specifications img{
    width: 12vw;
  }
  .specifications_grid{
    width: 100%;
  }

  .mode_slider{
    width: 100%;
  }

  .features_grid {
    width: 90%;
  }

  .lines_text li{
    margin: 2rem;
    font-size: 1.2rem;
  }

  .specifications_grid{
    width: 90%;
    margin-top: 4rem;
  }

  .specifications_grid 
  .lines_text{
    margin-top: 10%;
  }
}





@media screen and (max-width: 1366px) {
  h1{
    font-size: 1.5rem;
  }

  h4{
    font-size: 1.2rem;
  }

  p{
    font-size: 1.2rem;
  }

  .block_features,
  .block_modes,
  .block_specifications,
  .block_dipswitch, 
  .block_support
  .block_purchase{
    margin: 2rem;
  }

  .features_grid img{
    width: 80vw;
    transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
  }

  .block_specifications img{
    width: 13vw;
  }

  .slide img{
    width: 22vw;
  }

  .dipswitch_grid img{
    width: 6vw;
    margin: 0.8rem 1rem;
  }

  .dipswitch_grid
  .dipswitch_image{
    width: 13vw;
  }

  .support_grid{
    margin: 2rem;
    width: 100%;
  }

  .support_grid img{
    width: 20vw;
  }

  .block_purchase img{
    width: 60vw;
    transform: translateX(30%);
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
  }
  .block_purchase
  .text{
    margin-left: 0rem;
  }

  .features_grid{
    width: 100%;
  }

  .specifications_grid{
    width: 100%;
  }

  .lines_text li{
    margin-top: 2rem;
  }

  .lines_text{
   margin-top: 10%;
  }

  .dipswitch_back_text{
    top: -15%;
  }

  footer{
    grid-template-columns: 1fr 1fr;
  }

  footer p{
    font-size: 1rem;
  }
}


@media screen and (max-width: 1200px) {
  .specifications_grid .lines_text {
    margin-top: 0%;
  }

.grid_0{
  width: 100%;
 }
 .block_specifications img {
  width: 14vw;
}
}


@media screen and (max-width: 1030px) {
  h2{
    font-size: 1.8rem;
  }

  h3{
    margin-top: 1rem;
  }

  h4{
    font-size: 1rem;
  }

  p{
    font-size: 1.2rem;
  }

  .mode_slider {
    width: 100%;
    overflow-x: auto;
    display: flex;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0;
  }

  .slide {
    min-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: opacity 0.3s;
    margin: auto;
  }

  .slide.active {
    opacity: 1;
  }

  .dots{
    display: none;
  }

  .block_dipswitch::-webkit-scrollbar,
  .mode_slider::-webkit-scrollbar {
    display: none;
  }

  .slide img{
    width: 30vw;
  }

  .block_dipswitch_grid{
    display: inline-block;
    width: 100%;
    margin: 2rem;
  }

  .dipswitch_grid
  .dipswitch_image{
    width: 20vw;
  }

  .encolor_dipswitch_images{
    margin-top: 2rem;
  }

  .dipswitch_grid img{
    width: 10vw;
    margin: 0.8rem 1rem;
  }

  .encolor_dipswitch_images img{
    margin: auto;
    display: flex;
    padding-bottom: 3rem;
    width: 30vw;
  }

  .dipswitch_back_text {
    font-size: 1.2rem;
    left: 32%;
}

  .specifications_grid{
    width: 100%;
  }

  .specifications_grid img{
    width: 16vw;
  }

  .specifications_grid 
  .lines_text{
    margin-top: 10%;
  }

  .support_grid{
    margin: 2rem;
    width: 100%;
  }

  .block_support{
    padding-top: 4rem;
  }

  .support_grid img{
    width: 30vw;
  }

  .block_purchase img{
    transform: translateX(30%);
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    width: 60vw;
  }

  .specifications_grid{
    width: 100%;
  }

  .specifications_grid 
  .lines_text li{
    margin-top: 0.8rem;
  }

  .down_arrow {
    width: 0;
    height: 20px;
  }

  .dipswitch_grid{
    width: 100%;
  }
  
  .features_grid img {
    width: 100vw;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
  }

  .features_grid{
    grid-template-columns: 50% 40%;
  }

  .specifications_grid{
    grid-template-columns: 30% 50%;
  }

  .specifications_grid .lines_text li {
    background-image:   linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 70%);
  }

  .block_purchase{
    display: block;
  }

  .block_purchase
  .text{
  margin-top: 0;
  margin-left: 2rem;
  }

  footer img{
    width: 120px;
  }

  footer p{
    font-size: 1rem;
    margin-right: 1rem;
  }

  .down_arrow svg{
    width: 30px;
    height: 30px;
  }

  .purple_text{
    width: 40%;
  }

  .text{
    font-size: 1rem;
  }

  .grid_0{
    width: 90%;
   }
}


@media screen and (max-width: 880px){
  .lines_text {
    padding-top: 1.5rem;
  }

  .dipswitch_back_text {
    font-size: 1rem;
  }

  p{
    font-size: 1rem;
  }

  .lines_text li,
  .specifications_grid .lines_text li{
    font-size: 1rem;
  }

  .specifications_grid .lines_text {
    margin-top: 0%; 
}
}


@media screen and (max-width: 776px){

  h1{
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
  }

  a{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }

  h4 {
    margin: 0;
  }

  p{
    font-size: 1rem;
  }

  h2{
    margin: 0%;
    margin-right: 1rem;
    font-size: 1.5rem;
  }

  h1{
    margin: .5rem ;
    background: linear-gradient(to right, #00000048, #17071824);
    transform: translateX(20%) translateY(50%);
    -webkit-transform: translateX(20%) translateY(50%);
    -moz-transform: translateX(20%) translateY(50%);
    -ms-transform: translateX(20%) translateY(50%);
  }

  li{
    font-size: 0.8rem;
  }

  .block_features,
  .block_modes,
  .block_specifications,
  .block_dipswitch, 
  .block_support
  .block_purchase{
    margin: 5%;
  }

  .block_dipswitch_grid{
    margin: 0;
  }

  .download_icon {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important
  }
  .specifications_grid .lines_text,
  .lines_text{
    margin-top: 10%;
  }

  .lines_text li {
    margin: 1.2rem;
    font-size: 1rem;
  }

  .block_support{
    margin-top: 2rem;
  }
  
  .support_grid{
    display: inline-block;
    margin: auto;
    justify-content: center;
    align-items: center;
  }

  .support_grid 
  .download_buttons{
    width: 80%;
    margin-top: 1rem;
    margin: auto;
  }

  .support_grid img{
    width: 40vw;
    display: flex;
    margin: auto;
    padding: 2rem;
  }

  .support_grid p{
    width: 80%;
    margin: auto;
    padding: 1rem;
  }

  .support_grid .left{
    margin: 1rem;
  }

  .block_purchase img{
    width: 98%;
    position: relative;
    margin: auto;
    padding: 2rem;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }

  .block_specifications img {
    width: 17vw;
  }

  .features_grid{
    padding: 0.5rem;
  }

  footer{
    grid-template-columns: 1fr 1.5fr;
  }

  .button_video{
    display: block;
  }
  
  .dipswitch_grid img {
    margin: 0.8rem;
  }

  .dipswitch_grid{
    margin: 1rem;
  }

  .block_specifications img{
    width: 20vw;
  }

  .mode_slider{
    height: 600px;
  }

  .dipswitch_back_text{
    font-size: 1rem;
    top: -18%;
  }

  .grid_0{
    font-size: 0.8rem;
    width: 90%;
  }

  .purple_text{
    width: 100%;
  }

  .mode_slider{
    height: 600px;
  }

  .slide img {
    width: 30vw;
  }

  footer img {
    margin-left: 15%;
  }

  footer p{
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 655px) {
  .specifications_grid .lines_text, .lines_text {
    margin-top: 0%;
  }

  .block_specifications img {
    width: 22vw;
  }

  .dipswitch_back_text {
    top: -21%;
    font-size: 0.8rem;
  }
}


@media screen and (max-width: 580px) {

  .video_main{
    overflow-x: hidden;
    width: 100% !important;
  }

  video{
    height: auto;
    width: 250%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .down_arrow svg {
    display: none;
  }

  h2{
    font-size: 1.2rem;
    margin: 0.2rem;
  }

  .grid_0 {
    padding-left: 0;
  }
  .features_grid {
    grid-template-columns: 50% 50%;
  }

  .features_grid img {
    width: 125vw;
  }

  .specifications_grid{
    grid-template-columns: 20% 60%;
  }

  .lines_text li {
    margin: 1.5rem;
    font-size: 1rem;
  }
  .specifications_grid .lines_text, .lines_text {
    margin-top: 0%; /* margin-top: 10%; */
  }

  .download_icon{
    width:15px !important;
    height: 15px !important;
  }

  .download_buttons a {
    height: 50px;
    border: 0.7px solid #fff;
  }

  .down_arrow svg {
    width: 20px;
    height: 20px;
  }

  .block_specifications img {
    width: 24vw;
    margin-left: 0%;
  }

  .grid_0 {
    width: 100%;
  }

  .support_grid img {
    width: 45vw;
    padding: 1rem;
  }

  .mode_slider {
    height: 500px;
  }
}

@media screen and (max-width: 500px) {
  .block_specifications img{
    width: 27vw;
  }

  .features_grid img {
    width: 135vw;
    margin-top: 1rem;
}
}

@media screen and (max-width: 470px) {

  h4{
    font-size: 0.8rem;
  }

  h1{
    font-size: 1.2rem;
  }
  .specifications_grid .lines_text li,
  .lines_text li{
    font-size: 0.8rem;
  }
  
  .block_specifications img {
    width: 28vw;
  }

  .lines_text{
    padding-top: 0%;
  }

  .dipswitch_grid {
    margin: 0;
  }

  .dipswitch_grid .dipswitch_image {
    width: 23vw;
  }

  .dipswitch_grid img {
    width: 13vw;
    margin: 0.3rem;
  }

  .grid_0 {
    width: 100%;
  } 

  .support_grid p {
    width: 100%;
  }

  .dipswitch_back_text{
    font-size: 0.8rem;
    top: -25%;
  }

  .support_grid p {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .features_grid img {
    width: 140vw;
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%);
  }
}

@media screen and (max-width: 360px) {
  h2{
    font-size: 1rem;
    margin: 0.2rem;
  }

  h3, h4{
    font-size: 0.8rem;
  }

  p, .lines_text li{
    font-size: 0.8rem;
    margin: 1rem;
  }

  .down_arrow svg {
    width: 15px;
    height: 15px;
  }

  .features_grid{
    padding: 0.5rem;
  }

  .lines_text{
    padding-top: 0;
  }
  .specifications_grid .lines_text li,
  .lines_text li{
    font-size: .7rem;
  }

  .block_specifications img {
    margin-left: -1rem;
    width: 30vw;
  }

  .mode_slider{
    height: 500px;
    top: -5rem;
  }

  .block_dipswitch_grid {
    margin: 0;
    margin-top: 2rem;
  }

  .dipswitch_grid img{
    margin: 0.3rem;
  }

  .grid_0 div{
    font-size: 0.5rem;
    margin-left: 0;
  }

  .grid_0 {
    padding-left: 1rem;
  }

  .dipswitch_grid{
    margin: 0rem;
  }

  .dipswitch_back_text {
    font-size: .5rem;
    top: -25%;
  }

  .support_grid img {
    width: 50vw;
  }

  .support_grid .left {
    margin: 0;
  }

  .block_purchase img {
    padding: 0.5rem;
  }

  .block_purchase .text{
    margin-left: 0;
    width: 95%;
  }

  .support_grid p {
    width: 95%;
  }

  .specifications_grid .lines_text{
    margin-top: 10%;
  } 

  footer p {
    margin-right: 0;
    font-size: 0.7rem;
  }

  footer img {
    width: 100px;
  }
}
