@import url('https://fonts.googleapis.com/css2?family=Knewave&display=swap');

.font-knewave {
    font-family: 'Knewave', cursive;
}

.red {
    color: #ed4f4f;
}

.orange {
    color: #de8b58;
}

.green {
    color: #94d8b4;
}

.blue {
    color: #519f99;
}

.title-info {
	background-color: #fff;
    border-style: solid;
    border-color: #7f583f;
    color: #7f583f;
}

.bg-brown {
    background-color: #7f583f;
}

.banner-content-kf94 {
	text-align: center;
}
.banner-content-kf94 h2 {
    margin-top: 20px;
	font-size:70px; 
	text-align:center;
	font-weight: 800;
	letter-spacing:0em;
	border-bottom: 3px solid #000;
	display: inline-block;
}
.banner-content-kf94 h3 {
	font-size:23px; 
	text-align:center;
	display: block;
    font-weight: 700;
	margin: 0px 0 20px;
    font-style: italic;
}
.surgical-mask-kf94 {
	background: url('images/k-94/backgrn-kids.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}

.w-435 {
	width: 435px;
}
.w-550{
	width: 550px;
}
.big-title-kf94 {
	font-size:50px; 
	letter-spacing:0em;
	text-align:center;
	font-weight: 900;
	border-bottom: 3px solid #000;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	color: #000;
	line-height: 50px;
	margin-bottom: 25px;
}

.box-kf94 {
	background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(images/k-94/kids1-1.jpeg);
	background-repeat: no-repeat;
	background-size: 100%;
    background-position: center;
	width: 960px;
	margin: 10px auto 10px;
	padding: 20px;
	color: #fff;
	text-align: center;
}

.btn-buy-kf94 {
	display: inline-block;
	padding: 15px 100px;
	background: #91fbff;
	font-size: 16px;
	color: #333;
	transition: 1s;
	margin: 50px 0;
}

@media screen and (max-width: 968px) {
    .box-kf94 {
        background:  rgba(255,255,255,0.5), url(images/k-94/kids1-1.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
		background-position: center;
        width: 100%;
        margin: 10px auto 10px;
        padding: 20px;
        color: #fff;
        text-align: center;
    }

    .tree-kf94 span {
        font-size: 10px;;
    }

    .banner-content-kf94 h2 {
        font-size: 50px;
    }

    .banner-content-kf94 h3 {
        font-size:16px; 
    }
    
}