.header-style-two .two-layers-header .logo img {
  height: 100px;
}

.page-about-section {
  padding: 80px 0;
}
.page-about-section .teb-section {
  box-shadow: 0 0 15px 0 #ddd;
  border-radius: 10px;
  padding: 0 30px 30px;
  background-image: linear-gradient(90deg, var(--rv-primary) 5%, var(--rv-white) 5%);
  border-top: 5px solid var(--rv-primary);
}
@media only screen and (max-width: 992px) {
  .page-about-section .teb-section .teb-links {
    margin-bottom: 30px;
  }
}
.page-about-section .teb-section .teb-links .teb-linksul {
  padding-left: 0;
  display: flex;
  padding-top: 15px;
}
@media only screen and (max-width: 992px) {
  .page-about-section .teb-section .teb-links .teb-linksul {
    flex-wrap: wrap;
  }
}
.page-about-section .teb-section .teb-links .teb-linksul li {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .page-about-section .teb-section .teb-links .teb-linksul li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-about-section .teb-section .teb-links .teb-linksul li:last-child {
  margin-bottom: 0;
}
.page-about-section .teb-section .teb-links .teb-linksul li:first-child a::before {
  border-left: 15px solid var(--rv-primary);
}
.page-about-section .teb-section .teb-links .teb-linksul li a {
  position: relative;
  background-color: var(--rv-secondary);
  padding: 10px 30px;
  width: 100%;
  padding-left: 28px;
  display: block;
  height: 44px;
  color: var(--rv-white);
  font-weight: 600;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .page-about-section .teb-section .teb-links .teb-linksul li a {
    font-size: 14px;
  }
}
.page-about-section .teb-section .teb-links .teb-linksul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 22px solid var(--rv-secondary);
  border-bottom: 22px solid var(--rv-secondary);
  border-left: 15px solid #fff;
  transition: 0.5s;
}
.page-about-section .teb-section .teb-links .teb-linksul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 22px solid #fff;
  border-bottom: 22px solid #fff;
  border-left: 15px solid var(--rv-secondary);
  transition: 0.5s;
}
.page-about-section .teb-section .teb-links .teb-linksul li a.active {
  transition: 0.5s;
  background-color: var(--rv-primary);
  color: var(--rv-white);
}
.page-about-section .teb-section .teb-links .teb-linksul li a.active::before {
  transition: 0.5s;
  border-top-color: var(--rv-primary);
  border-bottom-color: var(--rv-primary);
}
.page-about-section .teb-section .teb-links .teb-linksul li a.active::after {
  transition: 0.5s;
  border-left-color: var(--rv-primary);
}
.page-about-section .teb-section .tab-content {
  padding: 30px;
  height: 100%;
  padding-left: 60px;
}
.page-about-section .teb-section .tab-content .tebc-cards .hadding {
  font-family: var(--font-familyb);
  font-weight: 600;
}
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-1,
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-2,
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-4,
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-5 {
  font-family: var(--font-familyb);
}
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-1 {
  padding-left: 8%;
  margin-bottom: 20px;
}
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-2,
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-4 {
  padding-left: 10%;
  margin-bottom: 10px;
}
.page-about-section .teb-section .tab-content .tebc-cards .hadding .line-5 {
  padding-left: 15%;
}
.page-about-section .teb-section .tab-content .tebc-cards p {
  margin-bottom: 0;
}
.page-about-section .teb-section .tab-content .tebc-cards p:last-child {
  margin-bottom: 30px;
}
.page-about-section .teb-section .tab-content .tebc-cards ul {
  padding-left: 30px;
}
.page-about-section .teb-section .tab-content .tebc-cards ul li {
  list-style: disc;
  display: list-item;
}
.page-about-section .teb-section .tab-content .tebc-cards ul li p {
  margin-bottom: 0;
}
.page-about-section .teb-section .tab-content .tebc-cards .nrow {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  align-items: flex-start;
}
.page-about-section .teb-section .tab-content .tebc-cards .nrow .icone {
  margin-bottom: 20px;
}
.page-about-section .teb-section .tab-content .tebc-cards .nrow .nrowcard {
  max-width: 33.33%;
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .page-about-section .teb-section .tab-content .tebc-cards .nrow .nrowcard {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-about-section .teb-section .tab-content .tebc-cards .nrow .nrowcard {
    max-width: 100%;
  }
}
.page-about-section .teb-section .tab-content .tebc-cards .iframe {
  position: relative;
  height: 100%;
  padding-top: 56.6%;
}
.page-about-section .teb-section .tab-content .tebc-cards .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  width: 100%;
  padding-top: 20px;
}
.stores .widget-title {
  padding: 10px 0;
  margin-left: 10px;
}
.stores .stors {
  padding: 10px;
}
.stores .stors img {
  transition: 0.5s;
  height: 45px;
}