/** Shopify CDN: Minification failed

Line 13:19 Unexpected "{"
Line 13:28 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 7:19 Unexpected "{"
Line 7:28 Expected ":"

**/
#custom-main-faq--{{ section.id }} .grid__item {
    width: 100%;
}

.custom-faq-left-image {
    width: 100%;
  height:250px

}
.custom-faq-left-grid .custom-faq-left-image {
  /* flex:1; */
}

.custom-faq-left-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.grid__item {
    width: 100%;
    max-width: 100%;
}

.custom-faq-inner-flex {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.custom-faq-left {
    display: flex;
    gap: 10px;
}

.custom-faq-left .first-image {
    width: 100%;
    max-width: 50%;
}

.custom-faq-left-image.first-image img {
    height: 509px;
    object-fit: cover;
}

.custom-faq-left-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.custom-faq-left,
.custom-faq-right-faq {
    width: 50%;
}

.custom-faq-left .first-image img {
    width: 100%;
}

/* .custom-faq-left-image.first-image img {
    height: 536px;
} */


.custom-faq-left-grid {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    flex-direction: column;
}

.custom-faq-inner-flex {
    display: flex;
    gap: 40px;
    /* align-items: center; */
    justify-content: space-between;
}

.custom-faq-right-faq h2 {
    font-weight: 700;
}

.custom-faq-left,
.custom-faq-right-faq {
    width: 50%;
}

.custom-faq-right-faq .accordion summary {
    display: flex;
    position: relative;
    line-height: 1;
    padding: 1.5rem 0;
    background: #f8f9fc00 !important;
    padding: 20px;
    border-radius: 5px;
}


.custom-faq-left .first-image img {
    width: 100%;
  border-radius:20px;
}
@media (max-width: 1536px) {
  .custom-faq-left-image.first-image img {
    /* height: 500px; */
}
}
@media (max-width: 1400px) {
.custom-faq-left-image.first-image img {
    /* height: 470px; */
}
}
@media (max-width: 1300px) {
.custom-faq-left-image.first-image img {
        /* height: 458px; */
    }
}
@media (max-width: 1024px) {
    .custom-faq-inner-flex {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .custom-faq-left, 
    .custom-faq-right-faq {
        width: 100%;
    }

    .custom-faq-left {
        /* flex-direction: column;
        align-items: center;
        gap: 20px; */
    }

    .custom-faq-left-grid {
        /* grid-template-columns: 1fr; */
    }

    .custom-faq-left .first-image {
        max-width: none;
    }

    .custom-faq-left-image.first-image img {
        height: auto;
        max-height: 400px;
    }
  .custom-faq-left-image {
    height: auto;
}
}

@media (max-width: 768px) {
    .custom-faq-left-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .custom-faq-inner-flex {
        padding: 0 15px;
    }

    .custom-faq-left-image img {
        width: 100%;
        height: auto;
    }
  .custom-faq-left-image.first-image img {
    height: auto;
    max-height: 360px;
}
  .custom-faq-left {
    gap: 15px;
}
}
@media (max-width: 749px) {
  .custom-faq-left-image.first-image img {
    height: 282px;
    max-height: none;
}
  .custom-faq-left-grid .custom-faq-left-image img{
    height: 133px;
    width:171px;
}
}
@media (max-width: 400px) {
  .custom-faq-left-grid .custom-faq-left-image img {
    height: 133px;
    width: 160px;
}
  
}
