h5{
    font-weight: 500;
    font-size: 15px;
    color: #242323b7
}
.header h3{
    font-weight: 500;
    color: #242323b7;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
p{
    margin-bottom: 20px;
}
.natural-indigo p, .natural-botanical p, .natural-indigo h3, .natural-botanical h3{
    text-align: left;
    margin-left: 0;
    margin-bottom: 20px;
}
.container_3 p, .container_3 h3{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.container_1{
    width: 100%;
}
.container_1 img{
    width: 100%;
    object-fit: cover;
}
.img-container{
    display: flex;
    gap: 10px;
    height: 750px;
   max-width: 750px;
   margin-left: auto;
   margin-right: auto;
}
.column{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.row-2{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container_3{
    text-align: center;
}
.container{
    margin-bottom: 100px;
}
@media only screen and (max-width: 952px) {
    
    .img-container{
        height: 100%;
    }
    .row-2{
        height: 400px;
        width: 40%;
    }
    .lastcontainer .img-container{
        align-items: center;
        justify-content: center;
    }
}