body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
	background: #fff;
}

.dyson-upright-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.dyson-header-section{
	width: 100%;
	padding: 0;
	margin: 0;
	background: #333;
}

.dyson-header-section img{
	width: 100%;
	padding: 0;
	margin: 0;
}

.dyson-hero-img-sec{
	width: 100%;
	padding: 0;
	margin: 0;
	background: #333;
	text-align: center;
}

.dyson-hero-img-sec a {
    text-decoration: none;
    background: #333;
    color: #ffffff;
    width: max-content;
    padding: 10px 30px;
    position: relative;
    bottom: 5em;
	font-size: 20px;
	font-family: "Currys Sans", sans-serif;
	cursor: pointer;
}

.dyson-hero-img-sec img{
	width: 100%;
	padding: 0;
	margin: 0;
}

.dyson-upright-gurantee {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 30px 90px;
	width: 100%;
}

.dyson-upright-gurantee h1{
	    font-size: 32px;
    margin-bottom: 40px;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
}

.g-under {
    display: inline-block;
    background-color: #fff;
    width: 180px;
    height: 5px;
    margin-bottom: 40px;
}

.dyson-upright-gurantee p{
	padding: 0 10%;
    font-size: 16px;
    margin-bottom: 40px;;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.dyson-g-services{
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.dyson-g-box-inner {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 30%;
    text-align: center;
}

.dyson-g-box-inner img{
	width: 20%;
	margin: 0;
	padding-bottom: 30px;
}

.dyson-g-box-inner h2{
	padding: 0 10%;
    font-size: 15px;
    margin-bottom: 10px;;
	color: #fff;
	text-align: center;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
	line-height: normal;
}

.dyson-ball-animal-sec {
    width: 100%;
	margin-top: 40px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 0;
	align-items: center;
    justify-content: center;
}

.dyson-ball-animal-img {
    padding: 0px 0px;
    margin: 0 auto;
    display: flex;
    flex-basis: 50%;
    text-align: center;
	align-items: center;
    justify-content: end;
}
.dyson-ball-animal-img img{
	width: 90%;
	padding: 0;
	margin:0;
}

.dyson-ball-animal-content {
    padding: 0px 0px;
    margin: 0 auto;
    display: flex;
    flex-basis: 50%;
    text-align: left;
	flex-flow: column;
	justify-content: center;
	background: #fff;
}
.dyson-ball-animal-content img{
	width: 60%;
	margin-bottom: 30px
}
.dyson-ball-animal-content h2{
	padding: 0 ;
    font-size: 22px;
    margin-bottom: 15px;
    color: #13141c;
	font-family: "Currys Sans", sans-serif;
	font-weight: 800;
	line-height: normal;
}

.dyson-ball-animal-content h3{
	 padding-bottom: 30px;
    font-size: 19px;
    margin: 0;
    color: #6c6c6c;
    font-family: "Currys Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
}

.dyson-ball-animal-content ul{
	padding: 0;
	margin: 0;
}
.dyson-ball-animal-content ul li {
    list-style: none;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #13141c;
	line-height: normal;
}
.dyson-ball-animal-content a {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 2px;
    border: 1px solid #000;
    transition: background-color 1s;
    display: inline-block;
	margin: 40px 0px;
	    width: fit-content;
}

.filtration-tested-text{
	width: 100%;
	padding: 0;
	margin: 0;
}

.filtration-tested-text p{
	 font-size: 17px;
    margin-bottom: 40px;
	text-align: left;
	font-family: "Currys Sans", sans-serif;
	font-weight: 400;
    color: #13141c;
	line-height: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.dyson-upright-main{
	width: 100%;
	}
	.dyson-upright-gurantee{
	padding: 50px;
	}
	.dyson-ball-animal-sec{
	padding:  25px;
	align-items: flex-start;
    justify-content: flex-start;
	}
	.dyson-ball-animal-content img {
    width: 70%;
    margin-bottom: 20px;
	}
	.dyson-ball-animal-content ul li{
	font-size: 11px;
	}
	.filtration-tested-text{
	padding: 0px 25px;
	}
	.filtration-tested-text p{
	font-size: 15px;
	}
	.dyson-g-box-inner h2{
	padding: 0;
	}
	.dyson-ball-animal-content a{
	font-size: 14px;
	}
	.dyson-ball-animal-content h2{
	font-size: 18px;
	}
	.dyson-g-box-inner img{
	padding-bottom: 30px;
	}
	.dyson-upright-gurantee h1{
	    font-size: 30px;
    margin-bottom: 30px;
	}
	.dyson-ball-animal-content h3{
	font-size: 15px;
	}
	
	.dyson-hero-img-sec a {
    bottom: 7em;
    font-size: 15px;
	}
}

@media screen and (max-width: 767px){
	.dyson-upright-main{
	width: 100%;
	}
	.dyson-upright-gurantee{
	padding: 25px;
	}
	.dyson-g-services{
	    flex-flow: row;
    flex-wrap: wrap;
	}
	.dyson-upright-gurantee p{
	padding: 0px 40px;
    font-size: 15px;
	}
	.dyson-g-box-inner{
	flex-basis: 33%;
	margin: 0;
	padding: 20px 0px;
	}
	.dyson-g-box-inner img {
		width: 35%;
		margin: 0;
		padding: 0;
	}
	.dyson-g-box-inner h2{
	padding: 0px 10px;
    font-size: 14px;
	}
	.dyson-ball-animal-sec{
	flex-flow: column-reverse;
	}
	.dyson-ball-animal-content{
	padding: 40px;
	}
	.dyson-ball-animal-content img {
    width: 90%;
    margin-bottom: 15px;
	}
	.filtration-tested-text{
	padding:  25px;
	}
	.filtration-tested-text p{
	font-size: 16px;
	}
	.dyson-ball-animal-content a{
	font-size: 17px;
	}
	.dyson-ball-animal-content h3{
	font-size: 20px;
	}
	.dyson-hero-img-sec a {
       bottom: 5em;
    font-size: 14px;
    padding: 8px 20px;
	}
}

@media screen and (min-device-width: 320px) and (max-device-width: 766px){
	.dyson-upright-main{
	width: 100%;
	}
	.dyson-ball-animal-content h3{
	font-size: 15px;
	}
	.dyson-upright-gurantee{
	padding: 25px;
	}
	.dyson-g-services{
	    flex-flow: row;
    flex-wrap: wrap;
	}
	.dyson-upright-gurantee p{
	padding: 0px 10px;
    font-size: 12px;
	    margin-bottom: 20px;
	}
	.dyson-g-box-inner{
	flex-basis: 33%;
	margin: 0;
	padding: 10px 0px;
	}
	.dyson-g-box-inner img {
		width: 35%;
		margin: 0;
		padding-bottom: 10px;
	}
	.dyson-g-box-inner h2{
	    padding: 0px 5px;
    font-size: 9px;
	}
	.dyson-ball-animal-sec{
	flex-flow: column-reverse;
	}
	.dyson-ball-animal-content{
	padding: 10px;
	}
	.dyson-ball-animal-content img {
    width: 90%;
    margin-bottom: 15px;
	}
	.filtration-tested-text{
	padding:  10px;
	}
	.filtration-tested-text p{
	font-size: 12px;
	}
	.dyson-ball-animal-content a{
	font-size: 11px;
	padding: 5px 20px;
	}
	.dyson-upright-gurantee h1{
	font-size: 20px;
    margin-bottom: 30px;
	}
	.g-under{
	height: 3px;
    margin-bottom: 30px;
	    width: 150px;
	}
	.dyson-ball-animal-content h2{
	    font-size: 18px;
	}
	.dyson-ball-animal-content ul li{
	font-size: 13px;
	}
	.dyson-ball-animal-content h3{
	font-size: 14px;
	}
	
	.dyson-hero-img-sec a {
    bottom: 4em;
    font-size: 10px;
    padding: 6px 20px;
	}
}