*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font:14px Verdana,Arial,sans-serif;
    background:#f3f4f6;
    color:#333;
}

.top{
    background:#fff;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.logo{
    max-width:420px;
    width:95%;
    padding:18px;
}

.strip{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    background:#4d4f4b;
    padding:12px;
}

.strip a{
    text-decoration:none;
}

.strip a span{
    background:#fff;
    color:#333;
    padding:9px 18px;
    border-radius:24px;
    display:inline-block;
    font-weight:bold;
    transition:.2s;
}

.strip a:hover span{
    background:#f5f5f5;
    color:#111;
}

.wrap{
    max-width:1050px;
    margin:22px auto;
    padding:0 15px;
}





.hero{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 20px rgba(0,0,0,.10);

    margin-bottom:24px;

}

.cardTitle{

    background:#f5b400;

    color:#fff;

    text-align:center;

    font-size:18px;

    font-weight:bold;

    letter-spacing:1px;

    padding:14px;

}

.heroContent{

    display:flex;

    gap:20px;

    padding:20px;

}

.pic{

    flex:0 0 300px;

    text-align:center;

}

.pic img{

    width:100%;

    border-radius:12px;

}

.details{

    flex:1;

}

h1{

    font-size:22px;

    font-weight:600;

    text-align:center;

    margin:0 0 18px;

    color:#333;

}




.grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px;

}

.grid div{

    background:#f8f8f8;

    border-radius:12px;

    padding:18px;

    }

.grid strong{

    display:block;

    color:#000;

    font-size:11px;

    letter-spacing:.8px;

    margin-bottom:6px;

    text-transform:uppercase;

}




.related{

    padding:20px;

    border-top:1px solid #e5e5e5;

    background:#fafafa;

}

.relatedTitle{

    text-align:center;

    font-weight:bold;

    font-size:17px;

    margin-bottom:15px;

    color:#666;

}

.related img{

    width:100%;

    display:block;

    border-radius:10px;

    border:1px solid #ddd;

}




h2{

    margin:22px 0 0;

    color:#fff;

    padding:13px 18px;

    border-radius:18px 18px 0 0;

    font-size:20px;
	
	text-align:center;

}

.y{
    background:#23d5ee;
}

.t{
    background: #62deb9;
}

.o{
    background:#ff584e;
}





.box{

    background:#fff;

    border-radius:0 0 18px 18px;

    padding:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    line-height:1.7;

	text-align:center;
}

.two{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

}

.two div{

    background:#fafafa;

    border-radius:12px;

    padding:16px;

    text-align:center;

    

}





a{

    color:inherit;

}





@media(max-width:760px){

.heroContent{

    display:block;

}

.pic{

    margin-bottom:20px;

}

.grid{

    grid-template-columns:1fr;

}

.two{

    grid-template-columns:1fr;

}

h1{

    font-size:20px;

}

.related{

    padding:15px;

}

}
