 
:root {
--title_color:#242424;
}
    .home_lighting .inner .text {
  position: relative;
  z-index: 3;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_lighting {
 padding-top: 106px;
 padding-bottom: 177px;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1220px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
.center {
 text-align: center;
 }
.head span {
 color: rgb(2, 157, 247);
 font-size: 18px;
 text-transform: uppercase;
 }
.head.center h2 {
 margin-top: 14px;
 font-size: 3rem;
 margin-left: -4px;
 font-weight: 900;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.home_lighting .inner {
 margin-top: 77px;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 grid-auto-rows: 280px;
 gap: 15px 20px;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.home_lighting .inner {
 grid-template-columns: 1fr;
 }}
a {
 color: var(--title_color);
 text-decoration: none;
 font-size: 1rem;
 }
.home_lighting .inner a {
 display: block;
 }
.home_lighting .inner .l-bg {
 position: relative;
 grid-row: 1 / 3;
 color: rgb(255, 255, 255);
 box-shadow: rgba(33, 33, 33, 0.8) 0px -36px 47px 32px inset;
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_lighting a {
 transform: scale(0.95);
 }}
.home_lighting .inner .img-box {
 width: 100%;
 height: 100%;
 overflow: hidden;
 }
.home_lighting .inner img {
 transition: all 0.3s ease 0s;
 }
.home_lighting .inner .l-bg .img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 z-index: -1;
 border-radius: 10px;
 object-fit: cover;
 }
.home_lighting .inner .l-bg .product {
 position: absolute;
 bottom: -134px;
 right: -67px;
 z-index: 10;
 }
@media screen and (min-width: 786px) and (max-width: 1220px){
.home_lighting a .product {
 transform: scale(0.8) translateX(70px);
 }}
.home_lighting .inner a:hover .product img {
 transform: scale(1.05);
 }
.home_lighting .inner .l-bg .product img {
 width: 100%;
 height: 100%;
 }
.home_lighting .inner .l-bg h3 {
 font-size: 32px;
 line-height: 46px;
 margin-bottom: 28px;
 font-weight: 900;
 }
.home_lighting .inner .l-bg .text span {
 margin-left: 0px;
 position: relative;
 padding-bottom: 10px;
 }
.home_lighting .inner .l-bg .text span::before {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 2px;
 bottom: 0px;
 left: 0px;
 background: linear-gradient(to right, rgb(250, 74, 3), rgb(250, 175, 0));
 }
i {
 font-style: normal;
 }
.home_lighting .inner .l-bg i img {
 margin-bottom: -2px;
 width: 12px;
 height: 12px;
 margin-left: 4px;
 }
.home_lighting .inner .box2, .home_lighting .inner .box3 {
 padding: 100px 46px 0px;
 position: relative;
 background-color: rgb(242, 246, 249);
 overflow: hidden;
 }
.home_lighting .inner .box2 .product, .home_lighting .inner .box3 .product {
 position: absolute;
 top: 0px;
 right: 0px;
 }
.home_lighting .inner strong {
 font-size: 28px;
 line-height: 39px;
 font-weight: 900;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
 
@media screen and (max-width: 786px){

.home_lighting {
 padding: 4rem 0px;
 }
.content {
 padding: 0px 1.2rem;
 }
.head span {
 font-size: 14px !important;
 }
.head h2 {
 font-size: 20px;
 line-height: 1.5;
 }
.head h2 {
 line-height: 1.5;
 font-size: 22px !important;
 }
.head.center h2 {
 margin-left: 0px;
 margin-top: 8px;
 }
h1, h2 {
 font-size: 25px !important;
 line-height: 1.5 !important;
 }
.home_lighting .inner {
 margin-top: 2rem;
 display: block;
 }
.home_lighting .inner .l-bg {
 aspect-ratio: 1 / 1;
 padding: 2rem 1.2rem !important;
 border-radius: 8px !important;
 }
.home_lighting .inner .l-bg .product {
 width: 70%;
 aspect-ratio: 1 / 1;
 right: 0px;
 bottom: 0px;
 transform: translateY(20%);
 }
.home_lighting .inner .l-bg .product img {
 object-fit: contain;
 }
.home_lighting .inner .l-bg h3 {
 font-size: 20px;
 line-height: 1.5;
 margin-bottom: 1rem;
 }
.home_lighting .inner .box2, .home_lighting .inner .box3 {
 margin-top: 1.25rem;
 padding: 2rem 1.2rem;
 min-height: 10rem;
 }
.home_lighting .inner .box2 .product, .home_lighting .inner .box3 .product {
 width: auto;
 height: 100%;
 aspect-ratio: 1 / 1;
 }
.home_lighting .inner .box2 .product img, .home_lighting .inner .box3 .product img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 }
.home_lighting .inner .box2 strong, .home_lighting .inner .box3 strong {
 font-size: 18px;
 line-height: 1.5;
 }
}
 
:root {
}
.home_certificates {
 padding-top: 126px;
 margin-bottom: 112px;
 padding-bottom: 112px;
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_certificates/assets/img/back/wb-back.png") 0% 0% / cover no-repeat;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
.head.start span {
 font-size: 18px;
 line-height: 62px;
 }
.content .head span {
 font-size: 18px;
 color: rgb(2, 157, 247);
 text-transform: uppercase;
 }
.head.start h2 {
 font-size: 48px;
 line-height: 50px;
 font-weight: 900;
 }
.home_certificates .content h2 {
 font-size: 48px;
 line-height: 62px;
 font-weight: 900;
 }
.content .head h2 {
 font-size: 48px;
 margin-top: 13px;
 }
.swiper_box {
 position: relative;
 }
.home_certificates .swiper_box {
 margin-top: 30px;
 }
.home_certificates .swiper_btns {
 max-width: 1398px;
 width: 118%;
 height: 30px;
 position: absolute;
 top: 25%;
 left: 50%;
 transform: translate(-50%, 0%);
 display: flex;
 justify-content: space-between;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.home_certificates .swiper_btns {
 width: calc(100% + 3rem);
 }}
.home_certificates .swiper_btns .btn_prev {
 width: 15px;
 height: 100%;
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_certificates/assets/img/icons/pren_icon.png") 0% 0% / contain no-repeat;
 z-index: 10;
 cursor: pointer;
 }
.home_certificates .swiper_btns .btn_next {
 width: 15px;
 height: 100%;
 transform: rotate(180deg);
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_certificates/assets/img/icons/pren_icon.png") 0% 0% / contain no-repeat;
 z-index: 10;
 cursor: pointer;
 }
.flex {
 display: flex;
 }
.home_certificates .home_certification_swiper {
 display: flex;
 overflow: hidden;
 padding: 10px 0px;
 }
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.home_certificates .home_certification_swiper li {
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 4px;
 transition: all 0.3s ease 0s;
 cursor: pointer;
 aspect-ratio: 202 / 147;
 }
.home_certificates .home_certification_swiper li.active {
 background-color: rgb(255, 255, 255);
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
 z-index: 10;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.home_certificates .home_certification_swiper li .img {
 max-width: 50%;
 max-height: 50%;
 }
.home_certificates .home_certification_swiper li img {
 width: 100%;
 height: 100%;
 max-height: 100%;
 object-fit: contain;
 }
.home_certificates .certification_swiper-scrollbar {
 margin-top: 34px;
 margin-bottom: 38px;
 border-bottom: 1px solid rgb(221, 221, 221);
 }
.home_certificates .certification_swiper-scrollbar div {
 height: 3px;
 background: linear-gradient(to right, rgb(250, 74, 3), rgb(250, 175, 0));
 margin-bottom: -2px;
 }
.swiper-scrollbar-drag {
 height: 100%;
 width: 100%;
 position: relative;
 background: rgba(0, 0, 0, 0.5);
 border-radius: 10px;
 left: 0px;
 top: 0px;
 }
.home_certificates .home_describe_swiper {
 padding: 10px 0px;
 }
.home_certificates .describe strong {
 font-size: 26px;
 }
.home_certificates .describe p {
 font-size: 20px;
 margin-top: 17px;
 }
 
@media screen and (max-width: 786px){

.home_certificates {
 padding: 4rem 0px;
 margin: 0px;
 }
.head.start span {
 line-height: 1.5;
 }
.head.start h2 {
 margin-top: 0.5rem;
 }
.home_certificates .content h2, .home_about .left .head h2, footer .content .head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.home_service .swiper_btns, .home_certificates .swiper_btns {
 display: none !important;
 }
.home_certificates .home_certification_swiper li .img {
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 }
.home_certificates .home_certification_swiper li .img img {
 width: 70%;
 height: 70%;
 }
.home_certificates .certification_swiper-scrollbar {
 margin: 0.5rem 0px 2rem;
 }
.home_certificates .describe strong {
 font-size: 1.25rem;
 }
.home_certificates .describe p {
 font-size: 14px;
 }
}
.home_about {
 padding-bottom: 143px;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
.home_about .left {
 flex: 1 1 0%;
 padding-top: 38px;
 max-width: 540px;
 }
.home_about .left .head h2 {
 font-size: 48px;
 line-height: 62px;
 margin-top: 0px;
 font-weight: 900;
 }
.home_about .left p {
 font-size: 18px;
 line-height: 31px;
 margin-top: 23px;
 max-width: 482px;
 }
.home_about .left .nums {
 margin-top: 38px;
 }
.home_about .left .nums ul {
 display: flex;
 justify-content: space-between;
 }
.home_about .left .nums ul li i {
 display: block;
 width: 60px;
 height: 52px;
 background: center center / contain no-repeat;
 margin-bottom: 18px;
 }
.home_about .left .nums ul li span {
 color: var(--title_color);
 font-size: 45px;
 line-height: 1;
 font-weight: 900;
 }
.home_about .left .nums ul li p {
 color: rgb(61, 61, 61);
 font-size: 18px;
 line-height: 1.5;
 margin-top: 1rem;
 }
.button {
 display: flex;
 text-align: center;
 margin-top: 29px;
 font-size: 18px;
 width: 186px;
 height: 56px;
 padding-left: 40px;
 margin-left: -2px;
 align-items: center;
 color: rgb(255, 255, 255);
 border-radius: 28px;
 background: linear-gradient(to right, rgb(250, 74, 3), rgb(250, 175, 0));
 transition: all 0.3s ease 0s;
 }
.home_about .left .about-btn {
 position: relative;
 margin-top: 46px;
 width: 212px;
 height: 56px;
 background: linear-gradient(to right, rgb(250, 74, 3), rgb(250, 175, 0));
 border-radius: 28px;
 padding-left: 37px;
 transition: all 0.3s ease 0s;
 opacity: 0.8;
 }
.home_about .left .about-btn:hover {
 opacity: 1;
 padding-left: 43px;
 }
.home_about .left .about-btn:hover::after {
 right: 10px;
 opacity: 0;
 }
.home_about .left .about-btn::after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 16px;
 height: 12px;
 transition: all 0.3s ease 0s;
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_about/assets/img/icons/w_right.png");
 right: 31px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.home_about .right {
 position: relative;
 width: 47.377%;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.home_about .right {
 transform: scale(0.8);
 }}
.home_about .right .img {
 aspect-ratio: 578 / 618;
 overflow: hidden;
 border-radius: 10px;
 }
.home_about .right .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 vertical-align: top;
 }
.home_about .right .block {
 position: absolute;
 bottom: -3rem;
 border-radius: 5px;
 background-color: rgb(2, 157, 247);
 right: -36px;
 width: 202px;
 height: 198px;
 padding: 37px 12px 0px 34px;
 }
.home_about .right .block i img {
 width: 38px;
 height: 40px;
 }
.home_about .right .block p {
 font-size: 21px;
 line-height: 28px;
 color: rgb(255, 255, 255);
 margin-top: 24px;
 }
 
@media screen and (max-width: 786px){

.home_about {
 overflow: hidden;
 }
.home_about {
 padding: 4rem 0px 3rem;
 }
.home_about .content {
 flex-direction: column-reverse;
 }
.home_about .left .head h2 {
 margin-top: 0.5rem;
 }
.home_solutions .head p, .home_solutions .head p, .home_about .left p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 0.5rem;
 }
.home_about .left p {
 width: 100%;
 }
.home_about .left .nums {
 margin-top: 1rem;
 }
.home_about .left .nums ul li i {
 width: 2.5rem;
 height: 2.5rem;
 }
.home_about .left .nums ul li span {
 font-size: 1.6rem;
 }
.home_about .left .nums ul li p {
 font-size: 13px;
 line-height: 1.5;
 }
.home_about .left .about-btn {
 margin-top: 2rem;
 zoom: 0.8;
 }
.home_about .right {
 display: flex;
 justify-content: center;
 }
.home_about .right {
 width: 100%;
 }
.home_about .right .img {
 transform: scale(0.76);
 }
.home_about .right .img {
 transform: scale(1);
 }
.home_about .right .block {
 padding: 2rem 1.2rem;
 right: -5px;
 bottom: -1rem;
 width: auto;
 height: auto;
 }
.home_about .right .block p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 1rem;
 }
}
 
:root {
--mask_width:293px;
--title_color:#242424;
}
.home_service {
 padding-bottom: 142px;
 }
@media screen and (min-width: 786px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1220px){
.content {
 max-width: 1000px;
 width: 100vw;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 width: 100vw;
 }}
.home_service .sercvice_swpier_box {
 position: relative;
 }
.home_service .swiper_btns {
 max-width: 1398px;
 width: 98vw;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 display: flex;
 justify-content: space-between;
 height: 30px;
 z-index: 2;
 }
@media screen and (min-width: 786px) and (max-width: 1000px){
.home_service .swiper_btns, .home_service .swiper_btns {
 width: 104%;
 }}
.home_service .swiper_btns .btn_prev {
 width: 16px;
 height: 100%;
 cursor: pointer;
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/icons/pren_icon.png");
 }
.home_service .swiper_btns .btn_next {
 width: 16px;
 height: 100%;
 cursor: pointer;
 transform: rotate(180deg);
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/icons/pren_icon.png");
 }
.home_service .service_home_aboutswpier {
 margin-top: 66px;
 }
.home_service .service_home_aboutswpier li.active {
 background-color: rgb(33, 33, 33);
 color: rgb(255, 255, 255);
 }
.home_service .service_home_aboutswpier li.active::before {
 background-color: rgb(43, 43, 43);
 }
.home_service .service_home_aboutswpier li::before {
 content: "";
 display: block;
 position: absolute;
 top: -71px;
 left: -87px;
 width: var(--mask_width);
 height: var(--mask_width);
 border-radius: 50%;
 background-color: rgb(249, 249, 249);
 z-index: 1;
 transition: all 0.3s ease 0s;
 }
.home_service .service_home_aboutswpier li {
 border-radius: 5px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
 padding: 48px 33px 44px 36px;
 text-align: center;
 transition: all 0.3s ease 0s;
 position: relative;
 overflow: hidden;
 }
.home_service .service_home_aboutswpier li a {
 position: relative;
 z-index: 2;
 }
.home_service .service_home_aboutswpier li.active .img {
 background: linear-gradient(to right, rgb(250, 74, 3), rgb(250, 175, 0));
 }
.home_service .service_home_aboutswpier li .img {
 width: 113px;
 height: 113px;
 background-color: rgb(2, 157, 247);
 border-radius: 50%;
 margin: 0px auto;
 display: flex;
 justify-content: center;
 align-items: center;
 }
.home_service .service_home_aboutswpier li .img img {
 width: 52px;
 height: 52px;
 }
.home_service .service_home_aboutswpier li.active .title {
 color: rgb(255, 255, 255);
 }
.home_service .service_home_aboutswpier li .title {
 margin-top: 41px;
 font-size: 24px;
 line-height: 29px;
 font-weight: 600;
 }
.home_service .service_home_aboutswpier li.active p {
 color: rgb(255, 255, 255);
 }
.home_service .service_home_aboutswpier li p {
 margin-top: 27px;
 text-align: center;
 }
.home_service .service_home_aboutswpier li.active .more::after {
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/icons/red-right.png") 0% 0% / contain no-repeat;
 }
.home_service .service_home_aboutswpier li.active a > span {
 color: rgb(250, 74, 3);
 }
.home_service .service_home_aboutswpier li .more {
 position: relative;
 }
.home_service .service_home_aboutswpier li .more::after {
 content: "";
 display: block;
 position: absolute;
 top: 34%;
 right: -12px;
 width: 18px;
 height: 16px;
 background: url("https://vksled.com//wp-content/plugins/sytech-fronteditor/sytpl/home_service/assets/img/icons/blue_right.png") 0% 0% / contain no-repeat;
 }
.home_service .service_home_aboutswpier li a > span {
 display: inline-block;
 color: rgb(2, 157, 247);
 font-size: 18px;
 margin-top: 41px;
 margin-left: -22px;
 font-weight: 600;
 padding: 10px;
 }
 
@media screen and (max-width: 786px){

.home_service {
 padding: 3rem 0px 4rem;
 }
.home_service .service_home_aboutswpier {
 margin-top: 2rem;
 }
.home_service .swiper-slide {
 padding: 2rem 1rem 1.6rem !important;
 }
.home_service .swiper-slide .img {
 width: 4rem !important;
 height: 4rem !important;
 }
.home_service .swiper-slide .img img {
 width: 55% !important;
 height: 55% !important;
 }
.home_service .swiper-slide .title {
 margin-top: 1.2rem !important;
 }
.home_service .swiper-slide .title span {
 font-size: 18px;
 line-height: 1.5;
 }
.home_service a p {
 font-size: 12px;
 line-height: 1.5;
 }
.home_service .swiper-slide p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 0.5rem !important;
 }
.home_service .swiper-slide .more {
 margin-top: 0.5rem;
 font-size: 14px !important;
 }
}
 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
} 

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}