.container {
max-width: 1200px; }
.row {
display: flex;
justify-content: space-between;
width: 100%;
}
.column {
flex: 1;
margin-right: 20px;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
color: #333; border-radius: 5px; cursor: pointer;
width: 100% !important;
max-width: 100%;
}
.column:hover {
opacity: 0.8;
}
.sp{
background-color: #00438B;
color: white;
}
.sp a {
text-decoration: none;
color: white; }
.op{
background-color: #00438B;
color: white;
}
.op a {
text-decoration: none;
color: white; }
.column:last-child {
margin-right: 0;
}
.section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 5px;
border-radius: 5px; }
.section-header h2 {
margin: 0;
}
.column h2 {
background-color: #0056b3;
color: white;
padding: 10px;
text-align: center;
margin: 0 0 10px 0;
border-radius: 5px;
font-size: 16px;
height: 50px;
line-height: 30px;
}
.column article {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd; line-height: 1.6 !important; }
.column .button {
background-color: rgba(0,67,139,0.89);
color: white;
border: none;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;    
margin: 4px 2px;
cursor: pointer;
width: 200px; border-radius: 5px;
text-transform: uppercase; }
.section-header .button_silver {
background-color: #EEEEEE;
color: #00438b;
border: none;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-weight: 400;
margin: 4px 2px;
cursor: pointer;
width: 100%; border-radius: 5px;
text-transform: uppercase; }
.column .button:hover,
.section-header .button_silver:hover {
background-color: #4A90E2;
color: white;
}
.section-header .button_vesti {
background-color: #EEEEEE;
color: #00438b;
border: solid;
border-width: 0px;
padding: 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-weight: 400;
margin: 4px 2px;
cursor: pointer;
width: 200px; border-radius: 5px;
text-transform: uppercase; }
.column .button:hover,
.section-header .button_vesti:hover {
background-color: #4A90E2;
color: white;
}
.clear {
clear: both;
}
.column img {
width: 100% !important;
max-width: 100%;
height: 200px;
object-fit: cover; }
.section {
width: 100%;
padding: 10px 0;
margin-bottom: 10px;
box-sizing: border-box;
}
.section.navy {
color: black; border-radius: 5px; }
.section.white {
background-color: white;
color: #333; border-radius: 5px; }
.section.blue {
color: black; border-radius: 5px; }
.section-silver {
background-color: #EEEEEE;
color: #333; border-radius: 5px; }
.section h2 {
color: inherit; }