* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #c91724;
  --secondary: #d45c39;
  --title: #2b2b2b;
  --text: #000;
  --bg: #f4f4f4;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.btn_circle {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  width: 7rem;
  background-color: var(--title);
}
.btn_circle::after {
  padding-bottom: 100%;
  display: block;
  content: "";
  background: url("https://tandasystem.com//wp-content/plugins/sytech-fronteditor/sytpl/home10-footer_connect/assets/img/arrow-r-w.svg") center center / 30% no-repeat;
  transition: 0.3s;
}
.btn_circle:hover {
  transform: scale(1.1);
  background-color: var(--primary);
}
.footer_connect {
  background-color: rgb(53, 57, 56);
  color: rgb(255, 255, 255);
}
.footer_connect .list {
  max-width: 192rem;
  margin: 0px auto;
  overflow: hidden;
}
.footer_connect .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -1px;
}
.footer_connect .list .active .btn_circle {
  background-color: var(--primary);
}
.footer_connect .item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 100%;
  gap: 2rem;
  padding: 5.6rem 7.5% 5.5rem 11.1%;
}
.footer_connect .item::before {
  width: 1px;
  height: 39.55%;
  position: absolute;
  left: 0px;
  top: 49%;
  transform: translateY(-50%);
  content: "";
  background-color: rgb(255, 255, 255);
  opacity: 0.29;
}
.footer_connect .item strong {
  font-size: 2.8rem;
  font-weight: 600;
  display: block;
  letter-spacing: 1.2px;
}
.footer_connect .item p {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 300;
  max-width: 40.8rem;
  margin-top: 0.7rem;
  letter-spacing: 0.56px;
}
.footer_connect .item .btn_circle {
  width: 5.5rem;
  background-color: transparent;
  margin-top: 1.6rem;
}
.footer_connect .item .btn_circle::after {
  background-image: url("https://tandasystem.com//wp-content/plugins/sytech-fronteditor/sytpl/home10-footer_connect/assets/img/arrow-w.svg");
  background-size: 16.4%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_connect .list ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .btn_circle {
    width: 40px;
  }
  .footer_connect .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  }
  .footer_connect .item {
    padding: 30px;
    gap: 16px;
  }
  .footer_connect .item strong {
    font-size: 18px;
    letter-spacing: unset;
  }
  .footer_connect .item p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
    max-width: unset;
  }
  .footer_connect .item .btn_circle {
    width: 40px;
    margin-top: 0px;
    background-color: var(--primary);
  }
}

@media screen and (max-width: 576px) {
  .footer_connect .item {
    padding: 20px;
  }
}
