/** Shopify CDN: Minification failed

Line 141:1 Expected "}" to go with "{"

**/
.custom-image-text-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-image-text-container-image-second {
    flex-direction: row-reverse;
}
.custom-image-text-col {
    width: 49%;
}
.custom-image-text-container-image-width {
    width: 30%;
}
.custom-image-text-container-info-width {
    width: 60%;
}
.custom-image-text-img {
    line-height: 0;
    border-radius: 2rem;
}
.custom-image-text-img img {
    width: 100%;
    border-radius: 2rem;
}
.custom-image-text-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom-image-text-box-width {
    width: 80%;
    margin-right: auto;
}
.custom-image-text-detail-box-width {
    width: 80%;
}
.custom-image-text-star {
    display: flex;
    gap: 10px;
    align-items: center;
    
}
.custom-image-text-star-img {
    line-height: 0;
    width: 12%;
    display:none;
}
.custom-image-text-star-img img {
    width: 100%;
}
.custom-image-text-star-info p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}
.custom-image-text-title h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin: 0;
}
.custom-image-text-paragraph p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    font-weight: 400;
}
.custom-image-text-paragraph-width p {
    width: 80%;
}
.custom-image-text-tagline span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: max-content;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 4rem;
    margin: 0;
}


@media screen and (max-width: 1024px) { 
    .custom-image-text-container-column-main {
    flex-wrap: wrap;
    gap: 20px;
}
.custom-image-text-container-column {
    width: 100%;
}
.custom-image-text-title h2 {
    font-size: 50px;
    line-height: 56px;
}
}
/* for mobile */
@media screen and (max-width: 768px) { 
    .custom-image-text-container {
    flex-wrap: wrap;
}
.custom-image-text-col {
    width: 100%;
}
.custom-image-text-title h2 {
    font-size: 30px;
    line-height: 40px;
}
.custom-image-text-star {
    margin-top: 10px;
}
.custom-image-text-box-width {
    width: 100%;
    margin-right: auto;
}
.custom-image-text-detail-box-width {
    width: 100%;
}
.custom-image-text-paragraph-width p {
    width: 100%;
}
.custom-image-text-tagline {
    margin-top: 2rem;
}
.custom-image-text-tagline span {
    font-size: 14px;
}


.custom-image-text-details {
    padding-top:10px;

}