*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ethereal-norfolk-main-component{
    margin-top: 80px;
    margin-bottom: 32px;
}

.ethereal-norfolk-content-wrapper{
    margin-bottom: 72px;
}

.ethereal-norfolk-heading{
    font-size: 60px;
    font-weight: 500;
    color:#202129;
    line-height: 100%;
    margin-bottom: 30px;
}

.ethereal-norfolk-subheading{
    font-family: Archivo;
    font-size: 24px;
    font-weight: 400;
    color: #4F5466;
    line-height: 28.8px;
    max-width: 1150px;
}

.ethereal-norfolk-dimentions-images{
    width: 100%;
    display: flex;
    /* align-items: center; */
    gap: 32px;
}

.ethereal-norfolk-dimentions{
    width: 50%;
}

.ethereal-norfolk-images{
    width: 50%;
    height: max-content;
}

.ethereal-norfolk-image-wrapper{
    width: 640px;
    height: 675px;
}

.ethereal-norfolk-image{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.length-height{
    width: 100%;
    border: 1px solid #E6E7EB;
    border-radius: 12px;
    padding: 30px 29px;
    margin-bottom: 20px;
}

.length-height-image{
    width: 52px;
    height: 52px;
    padding: 14px;
    border: 1px solid #E6E7EB;
    border-radius: 100px;
    margin-bottom: 42px;
}

.ruler{
    width: 100%;
    height: 100%;
}

.length-breadth-height{
    display: flex;
    align-items: center;
    gap: 32px;
}

.length-content{
    color:  #74798A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.length-amount{
    color:  #202129;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
}

.cross-icon-wrapper{
    width: 10px;
    height: 10px;
}

.cross-icon{
    width: 100%;
    height: 100%;
}

.product-discription-component{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
}

.product-discription-wrapper{
    border: 1px solid #E6E7EB;
    border-radius: 12px;
    padding: 30px 29px;
    width: 48.2%;
}

.product-discription-image{
    width: 52px;
    height: 52px;
    padding: 14px;
    border: 1px solid #E6E7EB;
    border-radius: 100px;
    margin-bottom: 42px;
}

.Category-content{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4F5466;
    margin-bottom: 8px;
}

.product-discription-content{
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    color: #202129;
}

.readmore-btn{
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #5D378E;
    max-width: 1150px;
}

@media (max-width:767px){
    .readmore-btn{
        font-size: 12px;
        font-weight: 500;
        line-height: 16.8px;
    }

    .ethereal-norfolk-main-component{
        /* padding: 28px 16px;  */
    }

    .ethereal-norfolk-main-component{
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .ethereal-norfolk-content-wrapper{
        margin-bottom: 28px;
    }
    .ethereal-norfolk-heading{
        font-size: 28px;
        line-height: 33.6px;
        margin-bottom: 4px;
    }

    .ethereal-norfolk-subheading{
        font-size: 14px;
        line-height: 19.6px;
    }

    .ethereal-norfolk-dimentions{
        width: 100%;
    }
    .ethereal-norfolk-images{
        display: none;
    }

    .length-height{
        padding: 24px;
        margin-bottom: 8px;
    }

    .length-height-image{
        width: 44px;
        height: 44px;
        padding: 11px;
        margin-bottom: 20px;
    }

    .product-discription-wrapper{
        padding: 23px;
    }

    .product-discription-image{
        width: 44px;
        height: 44px;
        padding: 11px;
        margin-bottom: 20px;
    }

    .length-content{
        font-size: 12px;
        line-height: 16.8px;
        margin-bottom: 4px;
        color:#4F5466;
    }

    .length-amount{
        color: #202129;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .length-breadth-height{
        gap: 16px;
    }
    
    .measurment-wrapper-component{
        gap: 8px;
    }

    .Category-content{
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
        margin-bottom: 4px;
    }

    .product-discription-component{
        gap:8px;
    }
    .product-discription-content{
        font-size: 16px;
        line-height: 24px;
    }
}