.case-img{
    width: 100%;
    height: 100vh;
}
.case-img>img{
    width: 100%;
    height: 100%;
}


.product{
    background: linear-gradient(to bottom, #6B6B6B, #A3A3A3);
}
.content{
    display: flex;
    width: 100%;
    /* padding: 80px 150px; */
}
.product-one{
    width: 30%;
    height: 75vh;
    border: 3px solid black;
    margin: 4% 0 7% 13.5%;
}
.po-img{
    width: 100%;
    height: 68%;
}
.po-img img{
    width: 100%;
    height: 100%;
}
.po-img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.po-text{
    width: 100%;
    height: 32%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:3px 15px ;
}
.pot-one{
    font-size:28px;
    color: #fff;
    letter-spacing: 1.5px;
}
.pot-two{
    font-size: 21px;
    color: #eae7e7;
    margin-top: -25px;
    font-weight: 300;
    letter-spacing: 1.5px;
}
.pot-three{
    font-size:18px;
    color: red;
    letter-spacing: 1.5px;
}


@media screen and (max-width: 1098px) {
    .content{
        display: flex !important;
        flex-direction: column !important;
        padding: 30px 30px 0 60px;
    }
    .product-one{
        border: 1.8px solid black;
        width: 100%;
        height: 200%;
        margin-bottom: 40px;
        margin-left: 0;
    }
    .po-img{
        width: 100%;
        height: 150%;
    }
    .po-img>video{
        width: 100%;
        height: 100%;
    }
    .pot-two{
        margin-top: 0;
    }
    .pot-one{
        font-size:23px;
    }
    .pot-two{
        font-size: 17px;
    }
    .pot-three{
        font-size:15px;
    }

    .case-img{
        width: 100%;
        height: 30vh;
    }
}
