.product-section h1, 
.product-section p, 
.product-section h3, 
.product-section h4 {
    text-shadow: none; 
}
.collagen1{
    width: 100%;
    height: auto;
    border: 1px solid white;
}
.full-width-image{
    position: relative;
    margin-top: 172px;
    margin-left: -1px;
}
.full-width-image img {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.5); 
    pointer-events: none; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    
}

.img{
    width: 200px;
    height: 115px;
    margin-bottom: 20px;
}
.img img{
    width: 100%;
    height: 100%;
}
.img1{
    width: 300px;
    height: 55px;
    margin-bottom: 20px;
}
.img1 img{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .full-width-image img {
        width: 100%;
        height: auto;
    }
    .full-width-image{
        position: relative;
        margin-top: 95px;
        height: auto;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); 
        pointer-events: none; 
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: white;
        font-size: 7px;
        
    }
    }
.product-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.product-image {
    flex: 1;
    min-width: 350px;
    margin-right: 20px;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-description {
    flex: 2;
    min-width: 500px;
    
}
.titer h1{
    color: rosybrown;
    font-size: 40px;
}
.titer p{
font-size: 25px;
}
.description{
    width: 90%;
}
.description h3{
    font-size: 19px;
}
.description p{
    font-size: 17px;
}
.ingredient{
    margin-bottom: -10px;
}
.key-ingredients h3{
font-size: 22px;
}
.ingredient h4{
    font-size: 19px;
    margin-bottom: -5px;

}
.ingredient p{
font-size: 17px;
}
.benefits h3{
    font-size: 22px;
}
.benefit {
margin-top: -10px;
}
.benefits h4{
font-size: 19px;
margin-bottom: -7px;
}
.benefits p{
font-size: 17px;
}
.video-section {
    padding: 20px;
    width: 100%;
    text-align: center;
}

.video-section video {
    width: 80%;
    height: auto;
}

.benefits-section {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.benefits-section h2 {
    margin-bottom: 18px;
}

.benefits-section ul {
    list-style-type: none;
    padding: 0;
}
.benefits-section  li {
    font-size: 15px;
}

.benefits-section ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.benefits-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #007BFF;
    font-size: 20px;
    line-height: 20px;
}
.usage h2 {
    font-size: 15px;
}
.Instructions{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.instruct{
    width: 50%;
    text-align: center;
}
.instruct h4 {
    color: green;
    font-size: 25px;
}
.suplement{
    width: 20%;
    height: auto;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.square{
width: 95%;
height: auto;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid black;
}
.square h3{
     text-align: center;
}
.square p{
     margin-left: 5px;
     font-size: 15px;
}
.Precautions{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Precaution{
    width: 50%;
}
.Precaution li,.Precaution p{
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
    
    
    .footer{
      margin-left: -2px; 
      margin-bottom: -2px; 
    }
    .benefits-section ul li::before {
        content: '•';
        position: absolute;
        left: 0;
        color: #007BFF;
        font-size: 20px;
        line-height: 20px;
    }
    .benefits-section{
        width: 90%;
    }
    .benefits-section  li {
        font-size: 15px;
    }
}
