.homework{
    padding: 2vh 0vw;
}
.homework .main-head{
    font-size: 4rem;
    padding-bottom: 2vh;
}

.homework-img img{
    max-width: 100%;
    max-height: 100%;
}
small{
    font-size: 25px;
}
.text{
    padding: 2vh 0;
}
.query::before {
	content: "";
	background: rgba(37, 99, 235, 0.2);
	filter: blur(160px);
	position: absolute;
	width: 100%;
	height: 80vh;
	left: -150px;
	top:auto;
	z-index: -1;
}
.s-2::before {
    content: "";
    background: rgba(57, 171, 72, 0.2);
    filter: blur(160px);
    position: absolute;
    width: 100%;
    height: 80vh;
    right: -150px;
    top: auto;
    z-index: -1;
}
.s-3::before{
    content: "";
	position: absolute;
	width: 100%;
	height: 80vh;
	left: -242.16px;
	top: auto;
	background: rgba(37, 99, 235, 0.2);
	filter: blur(160px);
	z-index: -1;
}
.s-4::before {
    content: "";
    background: rgba(57, 171, 72, 0.2);
    filter: blur(160px);
    position: absolute;
    width: 100%;
    height: 80vh;
    right: -150px;
    top: auto;
    z-index: -1;
}
.s-5::before{
    content: "";
	position: absolute;
	width: 100%;
	height: 80vh;
	left: -242.16px;
	top: auto;
	background: rgba(37, 99, 235, 0.2);
	filter: blur(160px);
	z-index: -1;
}
.s-6::before {
    content: "";
    background: rgba(57, 171, 72, 0.2);
    filter: blur(160px);
    position: absolute;
    width: 100%;
    height: 80vh;
    right: -150px;
    top: auto;
    z-index: -1;
}