.item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.item {
    width: 200px;
    height: 200px;
    padding: 1%;
}

.item img {
    width: 100%;
    height: 100%;
}

.item a[target="_blank"]::after {
    margin: 0;
    font-family: unset;
    content: none !important;
    position: unset;
    top: 0;
}

#info_desc {
    margin-bottom: 2%;
}

.txt_box {
    padding: 3% 0 3%;
    margin: 3%;
    border-radius: 10px;
}

p.img {
    margin: 2%;
}

p.p_cap {
    margin-top: -25px !important;
    margin-bottom: 2% !important;
    margin-bottom: 5%!important;
}

p.p_center {
    margin-top: 6% !important;
    margin-bottom: 6% !important;
}

a.btn-square {
    padding: 5% 7% !important;
    color: #000 !important;
    background-color: #01b9cc;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5%;
}

a.link_red[target="_blank"]::after {
    color: #ff0000;
}

@media (max-width: 321px) {
    .item {
        width: 120px;
        height: 120px;
        padding: 1%;
    }
}

@media (min-width: 641px) {
    #information li .info_desc,
    #information_free li .info_desc {
        max-width: 750px;
    }
    #information_free li .info_desc p {
        width: 530px;
    }
}

@media (max-width: 640px) {
    #information li .info_desc,
    #information_free li .info_desc {
        max-width: 640px;
    }
    #information_free li .info_desc p {
        margin: 0 auto;
    }
    .item {
        width: 130px;
        height: 130px;
        padding: 1%;
    }
    .item img {
        width: 100%;
        height: 100%;
    }
    .txt_box {
        padding: 6% 5% 6%;
        margin: 0%;
    }
    p.p_cap {
        margin-top: -11px!important;
        line-height: 1!important;
    }
    a.btn-square {
        padding: 20px 20px !important;
        border-radius: 20px;
    }
    @media (max-width: 1020px) and (min-width: 768px) {
        .item-container {
            width: 690px;
        }
    }
}