section{
	width: 100%;
	min-height: 100px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

@media only screen and (max-width: 1500px) {
	section{
		grid-template-columns: auto auto;
	}
}

@media only screen and (max-width: 1000px) {
	section{
		grid-template-columns: auto;
	}
}

@media only screen and (max-width: 600px) {
	section .tool{
		width: 380px !important;
	}
	
	section .tool h2{
		font-size: 14px !important;
	}
	
	#main{
		margin-top: -10px !important;
	}
}

#main{
	margin-top: -90px;
}


section .tool{
	display: inline-block;
	width: 500px;
	height: 100px;
	background-color: var(--background);
	border-radius: 7.5px;
	margin: 10px;
	position: relative;
	box-shadow: 0px 0px 20px 2px rgb(0, 0, 0, 0.6);
}

section .tool .icon{
	width: 115px;
	height: 100px;
	position: absolute;
	top: 0%;
	left: 0%;
	border-top-left-radius: 7.5px;
	border-bottom-left-radius: 7.5px;
	background-color: #c8ad66;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

section .tool .icon svg{
	width: 35px;
	height: 35px;
}

section .tool h2{
	font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.125rem;
        font-weight: 450;
	margin: 0;
        color: #c8ad66;
}

section .tool p{
	color: lightgray;
	font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: small;
	font-weight: 400;
	margin: 0;
}


section .tool .caption{
	width: calc(100% - 135px);
	position: absolute;
	right: 0%;
	top: 0%;
	height: 30px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

section .tool .description{
        width: calc(100% - 140px);
        position: absolute;
        right: 0%;
        bottom: 0%;
        height: calc(100% - 55px);
        padding-top: 15px;
        padding-left: 25px;
        text-align: left;
}
