@charset "utf-8";

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 12 / 2 / 13;  
background: rgba(0,101,172);
}
.about-image2 { grid-area: 1 / 2 / 2 / 12;
font-size: 48px;
color: #494544;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: #fff;
}
.about-image2 h5{
font-size: 20px;
color: #494544;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
display: none;
}
/* about image */

/* news */
.news {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.news2 { grid-area: 1 / 2 / 2 / 13;
padding: 20px;
}
.news2 th{
width:0px;
}

.news2 td{
width: 100%;
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
padding-top: 0px;
padding-left: 50px;
border-radius: 0px;
height: 65px;
border-bottom: 1px solid rgba(0,101,172);
}
.news1 { grid-area: 1 / 1 / 2 / 2;
background:rgba(0,101,172);
}
/* news */

@media (max-width: 768px){ 

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 12 / 2 / 13;  
background: #fff;
}
.about-image2 { grid-area: 1 / 1 / 2 / 12;
font-size: 32px;
color: #fff;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
font-family: 'Roboto', sans-serif;
background: rgba(0,101,172);
}
.about-image2 h5{
font-size: 20px;
color: #fff;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 1 / 2 / 2; 
background: rgba(0,101,172);
display: none;
}
/* about image */

/* news */
.news {
display: grid;
grid-template-columns: 0.8fr repeat(11, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.news2 { grid-area: 1 / 2 / 2 / 13;
padding: 0px;
}
.news2 th{
width:0px;
}

.news2 td{
width: 100%;
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 2em;
background: #fff;
padding-top: 0px;
padding-left: 10px;
border-radius: 0px;
height: 65px;
border-bottom: 1px solid rgba(0,101,172);
}
.news1 { grid-area: 1 / 1 / 2 / 2;
background:rgba(0,101,172);
}
/* news */

    
}