

.rich-text {
    padding: 180px 0 80px;
    background-color: black;
        color: white;
    
}

.content-rich-text {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0px 60px 0px;
    padding-left: 15px;
    padding-right: 15px;

}

@media (max-width: 1399px) {
    .content-rich-text {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .content-rich-text {
        max-width: 920px;
    }
}

@media (max-width: 991px) {
    .content-rich-text {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .content-rich-text {
        max-width: unset;
        padding: 0 15px;
        margin: 0 auto;
    }
}



.rich-text__wrapper--center {
  text-align: center;
}

.title3 {
        font-size: 52px !important;
        font-weight: 500;
        line-height: 74px;
        text-align: center;
        margin: 0;
        letter-spacing: 0;
}

.body2 {
            font-size: 24px;
            line-height: 32px;
            text-align: center;
            margin: 10px 0 0;
}


.rich-text__wrapper--left {
  text-align: left;
}

.rich-text__wrapper--right {
  text-align: right;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 10px;
}

.rich-text {
  position: relative;
}

.rich-text .rich-text__buttons {
  display: flex;
  justify-content: center;
}

.rich-text .rich-text__buttons > *:first-child {
  margin-right: 20px;
}

.rich-text .rich-text__decoration {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: rgb(var(--color-entry-line));
}

.rich-text .rich-text__decoration.rich-text__decoration--right {
  right: 0px;
  transform: translateY(-50%) rotate(180deg);
}
h2 span {
    font-weight: 500;
}
#shopline-section-1757356458342dc5a88b .section-padding {
    padding-bottom: 0px !important;
}

shopline-section-1757356458342dc5a88b .container {
    padding-bottom: 0px !important;
}

@media screen and (max-width: 959px) {
  .rich-text .rich-text__layout--normal-width {
    max-width: 100%;
  }

  .rich-text__blocks > * + * {
    margin-top: 20px;
  }
}

@media (max-width: 989) {
.section-padding {
    padding: 110px 0 60px !important;
}
 .rich-text {
     padding: 110px 0 60px !important;
 }

 #shopline-section-1757330995530d68e7ae .section-padding {
    padding: 110px 0 60px !important;
 }
}
@media (max-width: 745px) {
    h2.rte.rich-text__heading.title3 span {
            font-size: 40px !important;
            font-weight: 500;
            line-height: 1.3;
            text-align: center;
            margin: 0;
            letter-spacing: 0;
        }
}
@media only screen and (max-width: 959px) {

    #shopline-section-1757330995530d68e7ae.section-padding,
    #shopline-section-1757330995530d68e7ae .section-padding {
         padding: 110px 0 60px !important;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {
    h2.rte.rich-text__heading.title3 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h2.rte.rich-text__heading.title3 {
        font-size: 36px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 767px) {

    h2.rte.rich-text__heading.title3 {
        font-size: 28px !important;
        line-height: 34px !important;
    }
}


/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
