﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 170%;
    color: #800000;
    font-family: 'noto sans';
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 100%;
    font-weight: bold;
}

.box__content_txt p {
    font-size: 18px;
    color: #2d160f;
    font-family: 'noto sans';
    margin-bottom: 20px;
    line-height: 180%;
    min-height: 160px;
}

    .box__content_txt p.date {
        font-size: 14px;
        color: #0191B4;
    }

.pagecontainer {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 600px;
}

.about-product {
    display: flex;
    justify-content: flex-start;
    margin: 0px auto;
    flex-wrap: wrap;
}

#about-product .box {
    width: 24%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 1px 7px 0px rgba(50, 50, 50, 0.25);
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    margin-right: 13px;
}

    #about-product .box a,
    #about-product .box .box__heading a {
        text-decoration: none;
    }

        #about-product .box a .box__content:hover {
            background: #eee;
        }

    #about-product .box .box__heading {
        padding: 0 0 10px 0;
        min-height: 76px;
    }

        #about-product .box .box__heading h3 {
            font-size: 22px;
            color: #ff6a00;
            font-family: 'noto sans';
            margin-bottom: 10px;
            font-weight: bold;
            text-align: left;
            /*min-height: 54px;*/
            line-height: 150%;
            transition: 0.2s ease-in;
        }

            #about-product .box .box__heading h3:hover {
                color: #2C49E2;
            }

    #about-product .box .box__content {
        display: flex;
        align-content: flex-start;
        flex-direction: column;
    }

        #about-product .box .box__content .box__content_txt {
            text-align: left;
        }

    #about-product .box .box__content_img {
        border: 2px solid #fff;
        width: 100%;
        height: auto;
    }

        #about-product .box .box__content_img:hover {
            border: 2px solid #fff;
            transition: border ease-in-out 0.2s;
        }

        #about-product .box .box__content_img img {
            width: 100%;
            height: auto;
        }

    #about-product .box .box__content p {
        font-size: 18px;
        color: #2d160f;
        font-family: 'noto sans';
        margin-bottom: 20px;
        line-height: 180%;
    }

        #about-product .box .box__content p .date {
            font-weight: 700;
        }

    #about-product .box .box__readmore {
        margin-top: 10px;
    }

        #about-product .box .box__readmore .button_readmore {
            color: #0191B4;
            background-color: #fff;
            border-radius: 0;
            cursor: pointer;
        }

            #about-product .box .box__readmore .button_readmore:hover {
                text-decoration: underline;
            }

        #about-product .box .box__readmore .button_download {
            float: initial;
            text-decoration: none;
            font-size: 16px;
            background: #800000;
            color: #fff;
            padding: 5px 15px;
            border-radius: 50px;
            border: solid 1px #800000;
            transition: .3s ease-in-out;
            display: flex;
            justify-content: center;
            width: 40%;
            margin: 0 auto;
        }

            #about-product .box .box__readmore .button_download:hover {
                color: #800000;
                transition: background-color 0.2s ease-out;
                background-color: #fff;
            }

@media(max-width:1600px) {
}

@media(max-width:1366px) {
    .pagecontainer {
        width: 80%;
    }

    #about-product .box {
        width: 23%;
    }

        #about-product .box .box__heading {
            min-height: 60px;
        }

            #about-product .box .box__heading h3,
            p {
                font-size: 17px;
            }

        #about-product .box .box__content_img {
            width: 100%;
            height: auto;
        }

            #about-product .box .box__content_img img {
                width: 100%;
                height: auto;
            }
}

@media(max-width:1280px) {
    .pagecontainer {
        width: 80%;
    }

    #about-product .box .box__heading {
        min-height: 54px;
    }

        #about-product .box .box__heading h3,
        .box__content_txt p {
            font-size: 15px;
        }

    #about-product .box .box__content_img {
        width: 100%;
        height: auto;
    }

        #about-product .box .box__content_img img {
            width: 100%;
            height: auto;
        }
}

@media(max-width:1024px) {
    .pagecontainer {
        width: 95%;
    }

    .box__content_txt p {
        font-size: 18px;
        min-height: 100px;
    }

    #about-product .box {
        width: 46%;
    }

        #about-product .box .box__heading h3 {
            font-size: 22px;
            min-height: 66px;
        }

        #about-product .box .box__content_img {
            width: 150px;
            height: 100px;
        }

            #about-product .box .box__content_img img {
                width: 146px;
                height: 96px;
            }

        #about-product .box .box__readmore {
            align-items: flex-end;
        }
}

@media(max-width:768px) {
    .pagecontainer {
        width: 95%;
    }

    #about-product .box {
        width: 100%;
    }

        #about-product .box .box__content_img {
            width: 200px;
            height: 132px;
        }

            #about-product .box .box__content_img img {
                width: 196px;
                height: 128px;
            }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 420px) {
    h2 {
        font-size: 24px;
    }

    .box__content_txt p {
        font-size: 14px;
        min-height: 10px;
    }

    .box__content_txt p {
        min-height: 60px;
    }

    .pagecontainer {
        width: 95%;
        padding: 20px 0;
    }

    #about-product .box {
        flex-direction: column;
    }

        #about-product .box .box__heading {
            padding: 0;
        }

            #about-product .box .box__heading h3 {
                font-size: 16px;
                min-height: 10px;
            }

        #about-product .box .box__readmore .button_download {
            font-size: 14px;
        }

        #about-product .box .box__content_img {
            width: 100%;
            height: auto;
        }

            #about-product .box .box__content_img img {
                width: 100%;
                height: auto;
            }
}
