:root{
	--main-color:#ffd700;
	--second-color:#0d1c12;
}

h1 {
	font-size: clamp(50px, 6vw, 45px) !important;
}

h2 {
	font-size: clamp(35px, 4.5vw, 36px) !important;
}

h3 {
	font-size: clamp(30px, 3.5vw, 30px) !important;
}

h4 {
	font-size: clamp(18px, 2.5vw, 24px) !important;
}

h5 {
	font-size: clamp(14px, 2vw, 18px) !important;
}

p {
	font-size: clamp(12px, 1.1vw, 14px) !important;
}

.icon-box {
	width: 100% !important;
}