/** Shopify CDN: Minification failed

Line 8:9 Unexpected "<"
Line 16:9 Unexpected "<"

**/

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* header css */

header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.custom-rating {
	display: flex;
	align-content: center;
	justify-content: ;
	padding-top: 10px;
}

.image-with-text__content {
    padding: 15px 10px 0 !important;
    margin: 0;
}


nav.header__inline-menu ul li span{
    color: #fff;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}


.header__menu-item .icon-caret {
    right: .10rem !imporant;
}

summary .icon-caret {
    height: 10px !imporant;
}


/* About us */

.image-with-text__media {
    border: none;
}

.image-with-text__content .caption-with-letter-spacing {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #5F185A;
}

.image-with-text__content h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    text-transform: capitalize;
    color: #000;
}

.image-with-text__text p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.image-with-text__content a {
    border: 1px solid #5F185A;
    background: #FFE9FD;
    color: #5F185A;
    border-radius: 30px;
}

.button:after, .button:before {
    display: none;
}

/* blogs-css */

.title-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-card__image.media.media--hover-effect {
    border-radius: 10px;
}


.title-wrapper-with-link h2 {
    font-family: Dutch766 BT;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    width: 100%;
}

.title-date h3 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #5f185a;
}

p.article-card__excerpt.rte-width {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.main-blog h1 {
    display: none;
}

.blog-articles {
    grid-template-columns: repeat(3,1fr) !important;
}

.main-blog {
    background: #ffe9fd;
}


@media(min-width:786px){
  .image-with-text__text-item.grid__item {
    padding-left: 100px;
}
}

@media (max-width:768px){

.image-with-text__content h2 {
    font-size: 36px;
    line-height: 47px;
    text-align: center;
}

  .top-bar-center {
    font-size: 12px;
    line-height: 22px;
}

  .image-with-text__content .caption-with-letter-spacing {
    font-size: 14px;
    line-height: 24px;
    text-align: center !important;
    width: 100%;
}

  .image-with-text__text p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

  .image-with-text__content a {
    text-align: center;
    width: 100%;
  }

  .title-wrapper-with-link h2 {
    font-size: 36px;
    line-height: 46px;
}
  
}



.card__inner {
    min-height: 400px;
    max-height: 400px;
}
