.section-snack-bar-1 {
  padding: 100px 0px 0px 0px !important;
  margin-bottom: 50px;
}

.section-snack-bar-1 .wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
  align-items: center;
}

.section-snack-bar-1 .wrap h1 {
  width: fit-content;
}

.section-snack-bar-1 .col-right .img-inner {
  border-radius: 32px;
  height: 100%;
}

.section-snack-bar-1 .col-left p {
  margin-bottom: 30px;
}
.section-snack-bar-1 .col-left p:last-child {
  margin-bottom: 0px;
}

.section-snack-bar-1 .col-right {
  height: auto;
}
.section-snack-bar-1 .col-right .col-inner,
.section-snack-bar-1 .col-right .col-inner .img,
.section-snack-bar-1 .col-right .col-inner .img img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .section-snack-bar-1 .col-left,
  .section-snack-bar-1 .col-right {
    flex: 0 0 50%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-snack-bar-1 .col-left {
    flex: 0 0 639px;
    max-width: 100%;
  }
  .section-snack-bar-1 .col-right {
    flex: 1;
    max-width: 100%;
    padding-left: 85px;
  }
}

@media (max-width: 1024px) {
  .section-snack-bar-1 {
    padding: 50px 0px 0px 0px !important;
    margin-bottom: 25px;
  }
  .section-snack-bar-1 .col-left p {
    margin-bottom: 15px;
  }
  .section-snack-bar-1 .wrap {
    margin-bottom: 15px;
  }
}
