 
:root {
--title_color:#23120b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.footer_service {
 padding: 52px 0px 62px;
 background-color: rgb(219, 207, 193);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1720px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1800px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1720px){
.content, .swiper_content {
 max-width: 1600px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content, .swiper_content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
ul {
 list-style: none;
 }
.footer_service ul {
 display: flex;
 }
.footer_service li {
 flex: 1 1 0%;
 display: grid;
 align-items: start;
 grid-template-rows: auto 1fr;
 grid-template-columns: auto 1fr;
 padding: 14px 2.09302%;
 gap: 12px 36px;
 border-right: 1px solid rgba(145, 140, 136, 0.42);
 }
.footer_service li:first-child {
 padding-left: 0px;
 }
.footer_service li .icon {
 width: 52px;
 height: 52px;
 grid-row: span 2;
 transform: translateY(4px);
 background: left center / contain no-repeat;
 }
.footer_service li .title {
 font-size: 24px;
 font-weight: 500;
 line-height: 30px;
 }
.footer_service li .desc {
 font-size: 18px;
 line-height: 28px;
 }
.footer_service li:last-child {
 padding-right: 0px;
 border-right: none;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}