.rhDiscoverStoreSection{
    padding: 0 20px;
    /* margin-bottom: 120px; */
}
.rhDiscoverStoreContainer{
    max-width: 1238px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.rhDiscoverStoreVideoContainer{
    width: 100%;
    height: 613px;
}
.rhDiscoverStoreVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.rhDiscoverStoreImgContainer{
    width: 100%;
    height: 613px;
}
.rhDiscoverStoreImg{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.rhDiscoverStoreContent{
    position: relative;
    bottom: 73px;
    /* left: 64px; */
    padding-left: 64px;
    z-index: 2;
}
.rhDiscoverStoreContainerOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(250.21deg, rgba(33, 28, 19, 0) 1.53%, #211C13 98.92%);
    /* background: #00000033;  */
    border-radius: 20px;  
    display: flex;
    align-items: flex-end; 
    /* padding: 0 0 73px 64px;  */
    box-sizing: border-box;
}
/* 
.rhDiscoverStoreContent {
    position: relative;
    z-index: 2;
} */
.rhDiscoverStoreContentTitle{
    font-family: Archivo;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;
    margin-bottom: 8px;
    max-width: 476px;
    width: 100%;
}
.rhDiscoverStoreContentSubTitle{
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.rhDiscoverStoreBtnWrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}

.findStoreBtn{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #202129;
    padding: 15px 24px;
    border-radius: 119px;
    border: 1.99px solid #E6E7EB;
    background-color: #FFFFFF;
    min-width: 133px;
    /* width: 100%; */
}
.discoverStoreBookConsultationBtn{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #F2F3F5;
    background-color: transparent;
    padding: 15px 24px;
    border-radius: 119px;
    border: 2px solid #FFFFFF3D;    
    min-width: 182px;
    cursor: pointer;
    /* width: 100%;    */
}

@media screen and (max-width:768px) {
    .rhDiscoverStoreSection{
        padding: 0;
        /* margin-bottom: 0; */
    }
    .rhDiscoverStoreVideoContainer{
        height: 640px;
    }
    .rhDiscoverStoreVideo{
        border-radius: unset;
    }
    .rhDiscoverStoreImgContainer{
    height: 640px;
}
.rhDiscoverStoreImg{
    border-radius: unset;
    object-fit: cover;
}
    .rhDiscoverStoreContent{
    bottom: 70px;
    /* left: 30px; */
    padding-left: 30px;
}
.rhDiscoverStoreContentTitle{
    font-size: 28px;
    line-height: 110.00000000000001%;
    color: #F2F3F5;
}
.rhDiscoverStoreContentSubTitle{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 120%;
    color: #F2F3F5;
}
.rhDiscoverStoreBtnWrapper{
    gap: 12px;
}
.findStoreBtn{
    font-size: 14px;
    line-height: 150%;
    color: #202129;
    padding: 14px 20px;
    border-radius: 63px;
    border: 1.05px solid #E6E7EB;
    min-width: 114px;
}
.discoverStoreBookConsultationBtn{
    font-size: 14px;
    line-height: 150%;
    color: #F2F3F5;
    padding: 14px 20px;
    border-radius: 63px;
    border: 1.05px solid #E6E7EB;
    min-width: 157px;
}
.rhDiscoverStoreContainerOverlay{
    border-radius: unset;
    background: linear-gradient(179.02deg, rgba(255, 255, 255, 0) 0.84%, #000000 94.3%);

}
}   