@import url(../css/tab.css);
.day-night-switch { display: block !important; }
.industries-main-sec .row { height: 700px; }
.industries-main-sec { background: url(../images/industry/bg-industry.jpg) no-repeat;background-position: center;background-size: cover;  }
.industries-main-content-blk {  max-width: 700px;margin: auto; }
.industries-main-content-blk h1 { color: var(--fix-color-white);font-size: 125px;
  text-transform: uppercase; }
.industries-main-content-blk p { color: var(--fix-color-white); }
.box-style-6 article a{ display: flex;flex-direction: row-reverse;background: var(--white-scale-100);border-radius: 40px;height: 450px;overflow: hidden;border: 1px solid var(--white-scale-200);box-shadow: rgba(255, 255, 255, 0.1) 0px 5px 40px;margin: auto; }
.box-style-6 article a figure { width: 550px;min-width: 550px;overflow: hidden; }
.box-style-6 article a figure img { object-fit: cover;object-position: center;width: 100%;height: 100%;; }
.box-style-6 article a figcaption { width: 100%;padding: 50px;position: relative; }
.box-style-6 article a figcaption .btn { position: absolute;bottom: 50px;left: 50px; }
.industries-sec .row { row-gap: 30px; }

@media only screen and (max-width: 991px) {
  .industries-main-content-blk h1 { font-size: 75px; }
  .industries-main-sec .row { height: 500px; }
  .box-style-6 article a figure {width: 50%;min-width: 50%;overflow: hidden;}
  .box-style-6 article a { height: 350px; }
  .box-style-6 article a figcaption { padding: 30px;width: 50%;min-width: 50%; }
  .box-style-6 article a figcaption .btn { left: 30px; }
}
@media only screen and (max-width: 767px) {
  .box-style-6 article a { transform: none !important;flex-direction: column; height: auto;border-radius: 10px; }
  .box-style-6 article a figure, .box-style-6 article a figcaption { width: 100%;min-width: 100%; }
  .box-style-6 article a figcaption .btn { position: static;margin-top: 30px; }
  .box-style-6 article a figure { aspect-ratio: 16/10;overflow: hidden; }
}

@media only screen and (max-width: 580px){
  .industries-main-content-blk h1 { font-size: 50px; }
  .box-style-6 .h3-headline { font-size: 22px; }
}



