.daiken-logo{
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid #dbdbdb;
}

.daiken-logo img{
    padding: 50px;
    width: 400px;
}

.product-fit-fix{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.product-qin-pot{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.product-qin-pot img{
    width: 400px;
    height: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product-fit-fix img{
    width: 400px;
    height: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product-qin-pot a{
    margin: 20px 0;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
}

.product-fit-fix a{
    margin: 20px 0;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
}

.product-qin-pot a:hover{
    background-color: #0557af;
    color: #dadada;
}

.product-fit-fix a:hover{
    background-color: #0557af;
    color: #dadada;
}


.daiken-products{
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 0px 0px 50px 0px;
}

@media screen and (max-width: 900px){
    .daiken-products{
        flex-direction: column;
        align-items: center;
    }
    .product-qin-pot{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 700px){
    .product-qin-pot img{
        width: 300px;
        height: 225px;
    }
    .product-fit-fix img{
        width: 300px;
        height: 225px;
    }
    .daiken-logo img{
        width: 300px;
    }
}
