.details_wrapper{
    .details_img{
        height: 450px;
        width: 100%;
        display: flex; 
        justify-content: center;
        align-items: center;
        img{
            height: 100%;
            width: 100%;
            object-fit: contain;
        }
    }
    .details_text{
        padding-top: 20px;
        text-align: center;
        h4{
            font-size: 24px;
            font-weight: 600;
            color: #000;
            line-height: 32px;
        }
        p{
            font-size: 15px;
            font-weight: 400;
            color: #353434;
            line-height: 20px;
        }
    }
}