



@media (min-width: 360px) and (max-width: 767px)  {
 
.text-block h3,
.text-block h4,
.text-block h5,
.section-label {
  text-align: center;
}
.column-33 {
  padding: 0px;
  margin-bottom: 30px;
}
.column-67 {
  padding: 0px;
}

.section-label {
  font-size: clamp(18px, 18px + 0.01474*(100vw - 360px), 24px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-menu-left);
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.text-block h3 {
  font-size: clamp(30px, 30px + 0.04914*(100vw - 360px), 50px);
  font-weight: 700;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 10px;
  color: var(--color-menu-left-2);
}

.text-block h4 {
  font-size: clamp(24px, 24px + 0.02948*(100vw - 360px), 36px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: clamp(15px, 15px + 0.04747*(100vw - 360px), 45px);
}

.text-block h5 {
  font-size: clamp(18px, 18px + 0.00949*(100vw - 360px), 24px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: clamp(10px, 10px + 0.03956*(100vw - 360px), 35px);
  margin-bottom: 0px;
}
}



@media (min-width: 768px) and (max-width: 1400px) {
.section-looks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 15px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}

.column-33 {
  flex: 0 0 calc(40% - 15px);
  padding-left: 10px;
}

.column-67 {
  flex: 0 0 calc(60% - 15px);
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.section-label {
  font-size: clamp(18px, 18px + 0.00949*(100vw - 768px), 24px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-menu-left);
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.text-block h3 {
  font-size: clamp(28px, 28px + 0.01899*(100vw - 768px), 40px);
  font-weight: 700;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 10px;
  color: var(--color-menu-left-2);
}

.text-block h4 {
  font-size: clamp(22px, 22px + 0.00949*(100vw - 768px), 28px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block h5 {
  font-size: clamp(18px, 18px + 0.00949*(100vw - 768px), 24px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: clamp(10px, 10px + 0.03956*(100vw - 768px), 35px);
  margin-bottom: 0px;
}
}

@media (min-width: 1401px) {

.section-looks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 15px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}

.column-33 {
  flex: 0 0 calc(40% - 15px);
  padding-left: 30px;
}

.column-67 {
  flex: 0 0 calc(60% - 15px);
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.section-label {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-menu-left);
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.text-block h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 10px;
  color: var(--color-menu-left-2);
}

.text-block h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 35px;
  margin-bottom: 0px;
}  
}