.the_highlight{
    background-color: #653216;
    /*background-color: crimson;*/
    height:auto;
    /*height: auto;*/
    margin-top: 45px;
}

.the_highlight .highlight_head{
    font-family: Georgia, cursive;
    text-align: center;
    color: white;
    padding: 80px 0 80px 50px;

}

.the_highlight .high_icon{
    /*background-color: #0c215f;*/
    color: white;
    font-size: 50px;
    padding-top: 70px;
    margin-right: 30px;

}

.the_highlight .high_num{
    font-family: "Times New Roman", serif;
    font-size: 40px;
    margin-bottom: 20px;
    padding-left: 10px;

}

.the_highlight .num_icon{
    padding-left: 70px;
}

@media (max-width: 400px) {

    .the_highlight .highlight_head{
        padding: 60px 10px 0 0;
    }
    .the_highlight .high_icon{
        margin-bottom: 50px;
        padding-bottom: 20px;
        font-size: 40px;
    }

    .the_highlight .high_num{

        margin-bottom: 20px;
        padding-left: 0;
        font-size: 35px;

    }

    .the_highlight .high_icon{

        font-size: 40px;
    }

    .the_highlight .num_icon{
        padding-left: 60px;
    }



}

