/** Shopify CDN: Minification failed

Line 118:30 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:img-with-txt (INDEX:26, SCOPED:FALSE) */
.meet-brandie-section {
  background-color: #f4f6fa;
}
.meet-brandie-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.meet-brandie-image-wrapper {
  width: 50%;
  text-align: center;
}
.meet-brandie-image {
  width: 100%;
  height: auto;
  display: block;
}
.meet-brandie-content {
  width: 50%;
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.meet-brandie-heading {
  font-size: 32px;
  color: #0066ff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;  
  text-transform:capitalize;
}
.meet-brandie-description {
  font-size: 26px;
  color: #000000;
  line-height: 100%;
  margin-bottom: 30px;
}

.meet-brandie-description p{
  line-height:1.3;
}

.meet-brandie-button {
    display: inline-block;
    padding: 12px 70px;
    background-color: #06f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: background .3s;
    font-size: 32px;
    line-height: 100%;
}
.meet-brandie-button:hover {
  background-color: #004bb5;
}

/* Responsive */
@media (max-width: 1200px) {
  .meet-brandie-container {
    flex-direction: column;
    gap: 20px;
  }
  .meet-brandie-heading {
    font-size: 46px;
    text-align: center;
  }
  .meet-brandie-description {
    font-size: 24px;
    text-align: center;
  }
  .meet-brandie-button {
    display: block;
    margin: 0 auto;
  }
  .meet-brandie-image-wrapper {
  width: 100%;
}
.meet-brandie-image {
  width: 100%;
  height: auto;
  display: block;
}
.meet-brandie-content {
  width: 100%;

  padding-bottom: 2rem;
}

.meet-brandie-description {
    font-size: 24px;
}
.meet-brandie-button {
    font-size: 17px;
    margin-bottom: 30px;
    padding: 20px 40px;
    max-width: 90%;
}
}

@media(max-width:767px){
  .meet-brandie-content {
  width: 100%;
  max-width: 330px;
}
/* END_SECTION:img-with-txt */