/** Shopify CDN: Minification failed

Line 6:0 Unexpected "5.left-box-what-img"

**/
5.left-box-what-img svg {width: 140px;height: 140px;}
.what-in-the-box .section-title h2 {
    font-size: 38px;
    color: #000;
    margin: 0;
}
.single-what-box-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.main-box-what-text-content h3 {
    margin: 0;
    font-size: 21px;
    color: #000;
    margin-bottom: 5px;
}
.left-box-what-img img {
    max-width: 76px;
    max-height: 76px;
    object-fit: contain;
    margin-right: 26px;
}
.absolute-hotline2 {
    background: #12ae1a;
    border-radius: 10px;
    padding: 25px;
    color: #fff;
}

.absolute-hotline2 h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 5px;
}

.absolute-hotline2 p {
    font-size: 16px;
    line-height: 20px;
}

.section-title h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}
.main-box-what-text-content p {
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}

@media(min-width:991px){
  .main-what-box-wrapper {
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

 .right-what-image-area .right-right-content img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center center;
    height: 249px;
}

  .right-what-image-area .left-right-content {
    flex: 1.5 !important;
}

.right-what-image-area .right-right-content {
    flex: 1 !important;
}
.absolute-hotline2 {
    position: absolute;
    width: 48%;
    background: #12ae1a;
    bottom: 2px;
    right: 35px;
    border-radius: 10px;
    padding: 25px;
    color: #fff;
}


  .bottom-image-left img {
    width: 200px;
    margin-top: 20px;
}
  
  
}

@media(max-width:991px){
  .what-in-the-box .section-title {
    text-align:center;
  }
  .absolute-hotline2 {
    margin: 20px 18px !important;
}
  .right-right-content img {
    width: 100%;
}
  .bottom-image-left {
    margin: 20px 0;
    margin-bottom: 0;
}
  .bottom-image-left img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}
  
  .right-image-area.right-what-image-area img {
    border-radius: 10px;
}
  
}