.product_container {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(249, 251, 253, 1);
}

.product_white {
    background-color: white;
}

.modular-grey {
    width: 1200px;
    /*width: 62.5vw;*/
    margin: 0 auto;
    padding: 6vh 0 6vh 0;
    display: flex;
    justify-content: space-around;
    min-height: 365px;
}

.modular-white {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 6vh 0 6vh 0;
    min-height: 365px;
}

.product-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 43%;
    padding-left: 5%;
}

.product-img {
    display: flex;
    justify-content: space-around;
    width: 53%;
    max-height: 38vh;
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
}

.product-title {
    font-size: 24px;
    color: #999999;
}

.product-content {
    font-size: 14px;
    color: #999999;
}

.bottom1 {
    margin-bottom: 1vh;
}

.product-btn {
    border-width: 0px;
    width: 8vw;
    height: 4.5vh;
    background: -webkit-linear-gradient(270deg, rgba(40, 204, 251, 1) 0%, rgba(40, 204, 251, 1) 0%, rgba(18, 150, 244, 1) 100%, rgba(18, 150, 244, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(40, 204, 251, 1) 0%, rgba(40, 204, 251, 1) 0%, rgba(18, 150, 244, 1) 100%, rgba(18, 150, 244, 1) 100%);
    background: linear-gradient(180deg, rgba(40, 204, 251, 1) 0%, rgba(40, 204, 251, 1) 0%, rgba(18, 150, 244, 1) 100%, rgba(18, 150, 244, 1) 100%);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop {
    /*position: absolute;
    top: 165px;
    left: 534px;
    width: 800px;
    height: 45vh;*/
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
}

.pop-first {

}

.pop-img {
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-img img {
    width: 8vw;
    height: 16.393vh;
}

.pop-footer {
    text-align: center;
    height: 25%;
}

.wid30 {
    width: 30%;
    border: 0.1vw solid #DDDDDD;
    margin: 3vh 0 3vh 0;
    border-radius: 15px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.pop-demo {
    margin-bottom: 2vh;
    display: flex;
    justify-content: center;
}