#homemainbg {
    display: block;
    background-position: 50% 60%;
    background-image: url("../img/kv-quality-safety.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
blockquote {
    display: grid;
    align-items: stretch;
    border-radius: 16px;
    background-color: #e6f0f9;
    border: 6px solid #e6f0f9;
    margin-bottom: 30px;
}
ablockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    word-break: keep-all;
}
ul, li {
	font-size: clamp(1rem, 0.833rem + 0.556vi, 1.25rem);
	line-height: clamp(1.125rem, 0.875rem + 0.833vi, 1.5rem);
    margin-left: 1rem;
}
.agcard {
    display: grid;
    border-radius: 16px;
    background-color: #ebf2ef;
    margin-bottom: 30px;
}
.aghead {
    display: grid;
    grid-template-columns: 80px auto;
    grid-auto-flow: column;
    grid-template-areas: 
        "lt ct rt";
    height: auto;
    align-items: center;
    justify-self:stretch;
    border-bottom: dashed 2px #989898;
}


table tr, table th, table td {
    background-color: #57613b;
}
figure {
    position:relative;
}
figure img {
    width: 100%;
    vertical-align: top;
}
figure figcaption {
    position: absolute;
    left:0;
    top:0;
    padding: 10px 1rem;
    color:#fff;
    background-color: rgba(84,63,50,0.6);
}
.rt figure img {
    object-fit: cover;
}
.fscard {
    display: grid;
    grid-template-rows: auto auto;
    align-items: stretch;
}

.fsag {
    background-color: #ebf2ef;
    border: 6px solid #ebf2ef;
    border-radius: 16px;
    margin-bottom: 30px;
}
.fschem {
    background-color: #f6e6e6;
    border: 6px solid #f6e6e6;
    border-radius: 16px;
    margin-bottom: 30px;
}
.fscic {
    background-color: #f0efe9;
    border: 6px solid #f0efe9;
    border-radius: 16px;
    margin-bottom: 30px;
}
.fsisp {
    background-color: #e8eaef;
    border: 6px solid #e8eaef;
    border-radius: 16px;
    margin-bottom: 30px;}
.grid-vc {
  display: grid;
  justify-items: center;
  align-items: center;
}
.fstitle {
    justify-self: stretch;
    align-self: center;
    height: auto;
	border-bottom: dashed 2px #989898;
	margin-bottom: 0.5rem;
}
.fsbody {
    justify-self: start;
    align-self: stretch;
    padding: 0 0.5rem;
}
.fsbody figure img {
    float: left;
    width: 50%;
}
@media screen and (max-width:786px) {
    .aghead {
        padding-top: 30px;
        display: grid;
        grid-template-areas: "lt ct";
    }
    .aghead .rt {
        display: none;
    }
    .fsbody figure img {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:480px) {
    .aghead {
        padding-top: 30px;
        display: grid;
        grid-template-areas: "lt ct";
    }
    .aghead .rt {
        display: none;
    }
    .fsbody figure img {
        width:100%;
        float: none;
    }
}