.site-content{
    background-color: #002554;
}
.content-part1{
    width: 80%;
    margin: auto;
    color: #fff;
}
.content-part1 .title{
    margin-top: 5rem;
    width: 80%;
}
.content-part1 .title h1 strong{
    font-weight: bold;
    color: #00cc99;
}
.content-part1 ul,
.content-part1 dl{
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}
.content-part1 ul li,
.content-part1 dl dt{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #004173;
    border-radius: 20px;
}
.content-part1 ul li{
    width: calc(100% / 4 - 10px);
}
.content-part1 ul li p{
    margin: 0;
}
.content-part1 dl dt{
    position: relative;
    width: calc(100% / 3 - 10px);
    align-items: self-start;
    padding: 0 30px;
}
.content-part1 ul li img{
    height: 150px;
}
.content-part1 dl dt .tag{
    background-color: #002554;
    border-radius: 50px;
    color: #00cc99;
    position: absolute;
    right: 10px;top: 10px;
    padding: 5px;
    font-size: 1rem;
    font-weight: bold;
}
.content-part1 dl dt:nth-child(even){
    background-color: #697e99;
}
.content-part1 dl dt span{
    color: #00cc99;
    font-weight: bold;
}
.end-info{
    padding: 20px 0;
    background-color: #004173;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.end-info p{
    margin: 0;
    width: 50%;
}

@media only screen and (min-width: 768px) {
  .site-header.featured-image {
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
.content-part1 .title h1{
    font-size: 16px;
}
.content-part1 .title h1 strong{
    font-size: 22px;
}
.site-header.featured-image{
    min-height: auto;
}
.content-part1{
    width: 95%;
}
.content-part1 ul,.content-part1 dl{
    flex-wrap: wrap;
}
.content-part1 ul li{
    text-align: center;
}
.content-part1 ul li p{
    font-size: 14px;
}
.content-part1 ul li img{
    height: 120px;
}
.content-part1 ul li{
    width: calc(100% / 2 - 10px);
    margin: 10px 0;
    padding: 0 10px;
}
.content-part1 dl dt{
    width: 100%;
    margin: 10px 0;
}
.end-info p{
    margin: 0;
    width: 90%;
}
}