body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #f2ead5;
    color:#153a1a;
    font-family: "Roboto", sans-serif;
}
.row {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

header {
    background: #265015;
    padding: 10px 0;
}
header .row{
    justify-content: space-between;
    align-items: center;
}
header .mn ul{
    list-style: none;
    display: flex;
    gap: 20px;
}

header .mn ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

.logo {
    color: #fff;
    display: flex;
    align-items: center;
}
.logo .txt{
    margin-left: 12px;
    display: flex;
    flex-direction: column;
}
.logo img {
    max-height: 100px;
}
.logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.logo h2 {
    font-size: 20px;
    margin:6px 0 0 0;
    padding: 0;
    line-height: 1em;
    font-weight: normal;
}

#hmft1 {
    background: #f3bf46;
    padding: 50px 0 70px 0;
}
#hmft1 .hmft1{
    display: flex;
    gap: 50px;
}
#hmft1 .hmft1 > .txt h3{
    background: #265015;
    font-size: 13px;
    border-radius: 15px;
    display: inline-block;
    color:#fff;
    font-weight: normal;
    padding: 6px 10px;
}
#hmft1 .hmft1 > .txt h2{
    margin: 10px 0 15px 0;
    padding: 0;
    font-size: 28px;
}
#hmft1 .hmft1 > .txt p{
    margin: 0;
    padding: 0;
    line-height: 1.36em;
}
#hmft1 .img{
    width: 360px;
    flex: 0 0 360px;
}
#hmft1 .img .card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    overflow: hidden;
}
#hmft1 .img .card .cvr{
    background: #265015;
    padding: 30px 20px 4px 20px;
    text-align: center;
}
#hmft1 .img .card .cvr img{ max-width: 100%;}
#hmft1 .img .card .txt{
    background: #f2ead5;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}
#hmft1 .img .card .txt h3{
    text-align: center;
    font-size: 19px;
    margin:7px 0;
    padding: 0;
}
#hmft1 .img .card .txt p{
    text-align: center;
    font-size: 17px;
    margin: 0 0 10px 0;
    padding: 0;
}
.ttl{
    font-weight: 800;
    font-size: 25px;
    padding: 0;
    position: relative;
    margin: 0 0 20px 0;
}
.dotted{position: relative; padding-left: 28px !important;}
.dotted:before{
    content: '';
    height: 14px;
    width: 14px;
    background: #265015;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
#hmft12{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}
#hmft2 .hmft2{
    display: grid;
    grid-template-columns: 1fr;
}
#hmft2 .hmft2 p{
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.36em;
}
#hmft2 .hmft2 .abts p{ line-height: 1.6em;}
#hmft12 .fls ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#hmft12 .fls ul li{
    padding: 20px 12px 16px 12px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.22);
    border-radius: 8px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#hmft12 .fls ul li a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
    text-decoration: none;
    font-size: 13px;
    color: #265015;
}
#hmft12 .fls ul li a img{ max-width: 38px; }
#clmlft, #clmlrght{ margin-top: 40px;}
#clmlrght .as{
    margin-top: 25px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.22);
    border-radius: 8px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
}
#clmlrght .as h3{
    font-weight: 800;
    font-size: 18px;
    padding: 0;
    position: relative;
    margin: 0 0 20px 0;
}
#clmlrght .as h4{
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    position: relative;
    margin: 0 0 20px 0;
}
#clmlrght .as ul{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
#clmlrght .as ol{
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
}
#clmlrght .as li{ margin-bottom: 6px; }
#hmft3{ margin: 45px 0 0 0; }
#hmft3 .prds{
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
}
#hmft3 .prds .prd{
    background: #e8e1c7;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#hmft3 .prds .prd h4{
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
}
#hmft3 .prds .prd p{
    font-size: 15px;
    margin: 0;
    padding: 0;
}
#hmft4{
    margin: 45px 0 50px 0;
}
#hmft4 .hmft4{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    font-size: 15px;
}
#hmft4 .hmft4 .cert .bx{
    background: #265015;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    color:#fff;
}
#hmft4 .hmft4 .cert .bx p{
    font-size: 14px;
    line-height: 1.36em;
    color: #fff;
}
#hmft4 .hmft4 .cnt ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#hmft4 .hmft4 .cnt ul li{
    margin-bottom: 5px;
    padding: 0 0 0 15px;
    position: relative;
}
#hmft4 .hmft4 .cnt ul li:before{
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background: #265015;
    top: 7px;
    left: 2px;
    position: absolute;
}
footer{
    padding: 20px 0;
    background: #265015;
}
@media only screen and (max-width:860px){
    header .mn{display: none;}
    #hmft1 .hmft1{
        flex-direction: column;
    }
    #hmft4 .hmft4,#hmft12{ grid-template-columns: 1fr; }
}
@media only screen and (max-width:480px) {
    #hmft12 .fls ul {
        grid-template-columns: 1fr;
    }
    .logo h1{ font-size: 24px; }
    .logo h2{ font-size: 18px}
    .logo img{ max-height: 75px;}
    #hmft1 .hmft1 > .txt h2{ font-size: 24px; }
    .ttl{font-size: 20px; }
    .dotted:before{ height: 12px; width: 12px;}
}
@media only screen and (max-width:380px){
    #hmft1 .img{
        width: 100%;
        flex: 0 0 auto;;
    }
}