.top_information_container{
    width: 960px;/*1160px*/
    height: 768px;
    margin: 30px auto 30px 29%;
    background-color: #E8E8E8;
    border-radius: 10px;
}

.top_information_title{
    float: left;
    width: 40%;
    height: 100%;
    /* margin: 25% auto; */
    /* background-color: bisque; */
    /* display: flex;
    align-items: center; */
    text-align: center;
}

.top_information_title h3{
    font-size: 30px;
    color: #3D3731;
    margin: 0 auto;
    margin-top: 333px;
    letter-spacing: 0.1em;
    /* text-align: center; */
    /* display: flex;
    align-items: center; */
}

.top_information_title h4{
    font-size: 15px;
    color: #3D3731;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 14px;
}

.top_information_title img{
    margin: 0 auto;
    margin-top: 23px;
}

.top_information_category{
    float: right;
    width: 60%;
    height: 100%;
    padding: 2%;
    margin: 0 auto;
    /* display: flex; */
    align-items: center;
    /* margin: 25% auto; */
    /* background-color: aquamarine; */
}

.top_information_category_container_1{
    width: 100%;
    height: 25%;
    /* margin: 0 auto; */
    margin-top: 9%;
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.top_information_1{
    float: left;
    width: 27.771%;
    height: 100%;
    /* margin-left: 5.34%; */
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_1 img{
    margin-top: 30px;
}

.top_information_1 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #3D3731;
}

.top_information_2{
    width: 27.771%;
    height: 100%;
    margin-left: 3%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_2 img{
    margin-top: 30px;
    margin-left: 10px;
}

.top_information_2 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #3D3731;
}

.top_information_3{
    width: 27.771%;
    height: 100%;
    margin-left: 3%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_3 img{
    margin-top: 30px;
}

.top_information_3 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #3D3731;
}

.top_information_category_container_2{
    width: 100%;
    height: 25%;
    margin-top: 3%;
}

.top_information_4{
    width: 43.25%;
    height: 100%;
    /* margin-left: 5.34%; */
    float: left;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_4 img{
    margin-top: 30px;
}

.top_information_4 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    color: #3D3731;
}

.top_information_5{
    width: 43.25%;
    height: 100%;
    margin-left: 3%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_5 img{
    margin-top: 30px;
}

.top_information_5 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    color: #3D3731;
}

.top_information_category_container_3{
    width: 100%;
    height: 25%;
    margin-top: 3%;
}

.top_information_6{
    float: left;
    width: 27.771%;
    height: 100%;
    /* margin-left: 5.34%; */
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_6 img{
    margin-top: 30px;
    margin-right: 10px;
}

.top_information_6 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #3D3731;
}

.top_information_7{
    width: 27.771%;
    height: 100%;
    margin-left: 3%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_7 img{
    margin-top: 30px;
}

.top_information_7 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #3D3731;
}

.top_information_8{
    width: 27.771%;
    height: 100%;
    margin-left: 3%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}

.top_information_8 img{
    margin-top: 30px;
}

.top_information_8 h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #3D3731;
}

@media(width <= 1440px){
    .top_information_container{
        width: 960px;
        margin: 30px auto 30px 29%;
        /* margin: 0 auto; */
    }
}

@media(width < 1250px){
    .top_information_container{
        margin: 0 auto;
    }
}

@media(width <= 922px){
    .top_information_title{
        float: none;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .top_information_title h3{
        margin-top: 50px;
    }
    .top_information_container{
        height: 910px;
    }
    .top_information_category{
        float: none;
        width: 100%;
        padding: 0%;
    }
    .top_information_category_container_1{
        /* margin-top: 0%; */
        width: 650px;
        margin: 0 auto;
        height: 206px;
    }
    .top_information_1{
        width: 206px;
        height: 206px;
    }
    .top_information_2{
        width: 206px;
        height: 206px;
        margin-left: 16px;
    }
    .top_information_3{
        width: 206px;
        height: 206px;
        margin-left: 16px;
    }
    .top_information_category_container_2{
        width: 650px;
        height: 180px;
        margin: 0 auto;
        margin-top: 16px;
    }
    .top_information_4{
        width: 317px;
        height: 180px;
    }
    .top_information_5{
        width: 317px;
        height: 180px;
        margin-left: 16px;
    }
    .top_information_category_container_3{
        width: 650px;
        height: 206px;
        margin: 0 auto;
        margin-top: 16px;
    }
    .top_information_6{
        width: 206px;
        height: 206px;
    }
    .top_information_7{
        width: 206px;
        height: 206px;
        margin-left: 16px;
    }
    .top_information_8{
        width: 206px;
        height: 206px;
        margin-left: 16px;
    }
    .sasasa{
        margin: 10px;
    }
}

@media(405px <= width <= 991px){/*768px*//*376*//*991*//*376*/
    .top_information_container {
        height: 770px;
        margin: 0 auto;
        width: 90%;
    }
    #title_container {
        margin-left: 0px;
    }
    .top_information_category_container_1{
        width: 90%;
        margin: 0 auto;
        height: 178px;
        padding-left: 2.1%;
    }
    .top_information_1 {
        width: 30%;
        height: 160px;
    }
    .top_information_1 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_2 {
        width: 30%;
        height: 160px;
    }
    .top_information_2 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_3 {
        width: 30%;
        height: 160px;
    }
    .top_information_3 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_category_container_2{
        width: 90%;
        margin: 0 auto;
        height: 178px;
        padding-left: 2.1%;
    }
    .top_information_4 {
        width: 47%;
        height: 160px;
    }
    .top_information_4 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_5 {
        width: 46%;
        height: 160px;
    }
    .top_information_5 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_category_container_3{
        width: 90%;
        margin: 0 auto;
        height: 178px;
        padding-left: 2.1%;
    }
    .top_information_6 {
        width: 30%;
        height: 160px;
    }
    .top_information_6 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_7 {
        width: 30%;
        height: 160px;
    }
    .top_information_7 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_8 {
        width: 30%;
        height: 160px;
    }
    .top_information_8 img {
        margin-top: 30px;
        width: 70px;
    }
    
}

@media(376px <= width <= 404px){/*404px*/
    .top_information_title h3{
        font-size: 25px;
    }
    .top_information_title h4{
        font-size: 12px;
    }
    .top_information_container {
        height: 770px;
        margin: 0 auto;
        width: 90%;
    }
    #title_container {
        margin-left: 0px;
        
    }
    .top_information_category_container_1{
        width: 90%;
        margin: 0 auto;
        height: 162px;
        /* height: 178px; */
        padding-left: 2.1%;
    }
    .top_information_1 {
        width: 29%;
        height: 140px;
        border-radius: 10px;
    }
    .top_information_1 img {
        margin-top: 30px;
        width: 50px;
    }
    .top_information_1 h4{
        font-size: 18px;
    }
    .top_information_2 {
        width: 29%;
        height: 140px;
        border-radius: 10px;
    }
    .top_information_2 img {
        margin-top: 30px;
        width: 50px;
    }
    .top_information_2 h4{
        font-size: 18px;
    }
    .top_information_3 {
        width: 29%;
        height: 140px;
        border-radius: 10px;
    }
    .top_information_3 img {
        margin-top: 30px;
        width: 50px;
    }
    .top_information_3 h4{
        font-size: 18px;
    }
    .top_information_category_container_2{
        width: 90%;
        margin: 0 auto;
        height: 178px;
        padding-left: 2.1%;
    }
    .top_information_4 {
        width: 47%;
        height: 160px;
    }
    .top_information_4 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_4 h4{
        font-size: 18px;
    }
    .top_information_5 {
        width: 46%;
        height: 160px;
    }
    .top_information_5 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_5 h4{
        font-size: 18px;
    }
    .top_information_category_container_3{
        width: 90%;
        margin: 0 auto;
        height: 178px;
        padding-left: 2.1%;
    }
    .top_information_6 {
        width: 29%;
        height: 140px;
        border-radius: 10px;
    }
    .top_information_6 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_6 h4{
        font-size: 18px;
    }
    .top_information_7 {
        width: 29%;
        height: 140px;
        border-radius: 10px;
    }
    .top_information_7 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_7 h4{
        font-size: 18px;
    }
    .top_information_8 {
        width: 29%;
        height: 140px;
        border-radius: 10px;
    }
    .top_information_8 img {
        margin-top: 30px;
        width: 70px;
    }
    .top_information_8 h4{
        font-size: 18px;
    }
}

@media(width <= 375px){/*430*/
    .top_information_container {
        width: 300px;/**/
        height: 450px;
        margin: 0 auto;
    }
    .top_information_title h3 {
        font-size: 18px;
        margin-top: 10px;
    }
    .top_information_title h4 {
        font-size: 8px;
        margin-top: 10px;
    }
    .top_information_title img {
        width: 23%;
        margin-top: 13px;
    }
    .top_information_category_container_1{
        width: 300px;
        height: 100px;
        margin: 0 auto;
    }
    .top_information_1{
        width: 90px;
        height: 100px;
        border-radius: 10px;
        margin-left: 8px;
    }
    .top_information_1 img {
        margin-top: 10px;
        width: 60%;
    }
    .top_information_1 h4{
        font-size: 13px;
    }
    .top_information_2{
        width: 90px;
        height: 100px;
        border-radius: 10px;
        margin-left: 7px;
    }
    .top_information_2 img {
        margin-top: 10px;
        width: 60%;
    }
    .top_information_2 h4{
        font-size: 13px;
    }
    .top_information_3{
        width: 90px;
        height: 100px;
        border-radius: 10px;
        margin-left: 7px;
    }
    .top_information_3 img {
        margin-top: 10px;
        width: 60%;
    }
    .top_information_3 h4{
        font-size: 13px;
    }
    .top_information_category_container_2{
        width: 300px;
        height: 100px;
        margin: 0 auto;
        margin-top: 7px;
    }
    .top_information_4{
        width: 134.5px;
        height: 100px;
        border-radius: 10px;
        margin-left: 8px;
    }
    .top_information_4 img {
        margin-top: 10px;
        width: 35%;
    }
    .top_information_4 h4{
        font-size: 13px;
    }
    .top_information_5{
        width: 142.5px;
        height: 100px;
        border-radius: 10px;
        margin-left: 7px;
    }
    .top_information_5 img {
        margin-top: 10px;
        width: 35%;
    }
    .top_information_5 h4{
        font-size: 13px;
    }
    .top_information_category_container_3{
        width: 300px;
        height: 100px;
        margin: 0 auto;
        margin-top: 7px;
    }
    .top_information_6{
        width: 90px;
        height: 100px;
        border-radius: 10px;
        margin-left: 8px;
    }
    .top_information_6 img {
        margin-top: 10px;
        width: 35%;
    }
    .top_information_6 h4{
        font-size: 13px;
    }
    .top_information_7{
        width: 90px;
        height: 100px;
        border-radius: 10px;
        margin-left: 7px;
    }
    .top_information_7 img {
        margin-top: 10px;
        width: 35%;
    }
    .top_information_7 h4{
        font-size: 13px;
    }
    .top_information_8{
        width: 90px;
        height: 100px;
        border-radius: 10px;
        margin-left: 7px;
    }
    .top_information_8 img {
        margin-top: 10px;
        width: 35%;
    }
    .top_information_8 h4{
        font-size: 13px;
    }
}

@media(376px <= width <= 403px){
    .top_information_7 h4 {
        padding-top: 0.2rem;
        font-size: 0.85rem;
    }
}

@media(404px <= width <= 505px){
    .top_information_7 h4 {
        padding-top: 0.2rem;
        font-size: 1rem;
    }
}
