footer{
-webkit-display:flex;
display:flex !important;
padding:2.5% 0 2.5% 0;
width:100%;
height:23vw;
}
.company_inform{
-webkit-flex:none;
-webkit-box-flex:0;
    -ms-flex:none;
        flex:none;
text-align: center;
padding:0% 3% 0% 3%;
border-right:1px solid rgba(0,0,0,0.5);
}
.company_informTop{
-webkit-display:flex;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
}
.company_informTop img{
width:18.5vw;
margin-bottom:.8vw; 
}

.company_informBot{

}
.company_informBot p{
margin-bottom:0;
color:grey;
font-size: 1vw;
}
.prize_received{
-webkit-flex:1;
-webkit-box-flex:1;
    -ms-flex:1;
        flex:1;
padding-left:3%;
padding-right:3%;
}
.prize_receivedTop{
font-size: 1.5vw;
color:grey;
}
.prize_receivedBot{}
.prize_receivedBot > .row{
width:100%;
margin-top:1vw;
}
.prize_receivedBot > .row > .col{padding-right:0;}
.prize_receivedBot > .row > .col >img{width:100%;}



@media(max-width: 900px){
footer{
display: block !important;
height:auto;
}
.company_inform{
-webkit-flex:none;
-webkit-box-flex:0;
    -ms-flex:none;
        flex:none;
text-align: center;
padding:0% 3% 0% 3%;
border-right:none;
border-bottom: 1px solid grey;
}
.company_informTop{
-webkit-display:flex;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-align-items:center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.company_informTop img{
width:60vw;
margin-bottom:.8vw; 
margin-top: 5vw;
}

.company_informBot{
padding: 5vw;
}
.company_informBot p{
margin-bottom:0;
color:grey;
font-size: 15px;
}
.prize_received{
padding-left:0%;
padding-right:0%;
}
.prize_receivedTop{
padding-top:3vw;
text-align: center;
font-size: calc(12px + .3vw);
color:grey;
}
.prize_receivedBot{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-align-items:center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.prize_receivedBot > .row{
width:90%;
margin-top:1vw;
}
.prize_receivedBot > .row >.col{
margin:0;
padding: 0;
}
.prize_receivedBot > .row > .col{padding-right:0;}
.prize_receivedBot > .row > .col >img{width:100%;}

}

@media (max-width: 520px){
.prize_receivedTop{
padding-top:3vw;
text-align: center;
font-size: 12px;
color:grey;
}
.preface_wrapper{
margin-top: calc(-18vw - 17px);
}
}
