@charset "UTF-8";
/* CSS Document */

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

.mcafee-main-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.mcafee-brand-page {
    width: 100%;
    margin: 0;
    padding: 0;
	background: #fff;
}

.mcafee-top-banner-sec{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/Top-banner-img);
    padding: 80px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
}

.mcafee-top-banner-sec img{
	width: 15%;
	padding: 0;
	margin: 0;
}

.top-banner-content {
    padding: 50px 30px;
}

.top-banner-content h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #13141c;
    line-height: initial;
    padding: 0;
    margin: 0;
}

.top-banner-content p {
    color: #13141c;
    line-height: normal;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 30px 0px;
}

.top-banner-content a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    transition: background-color 0.5s;
    padding: 15px 35px;
    background-color: #FF1C1C;
    border-radius: 50px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 500;
    width: max-content;
    cursor: pointer !important;
   	margin-top: 20px;
    display: block;
    text-align: center;
}

.top-banner-content a:hover{
    color: #FF1C1C;
    background-color: #fff;
	border: 1px solid #FF1C1C;
}

.mcafee-top-banner-mobile{
	display: none;
}

.video-section img {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
}

.get-best-solution-section{
	padding:30px;
	background: #fbfbfb;
    border: 1px solid #eee;
}

.get-best-solution-section h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #13141c;
    line-height: initial;
    padding: 30px 0px;
    margin: 0;
	text-align: center;
}

.mcafee-protection-section {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.mcafee-protection-device-sec {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 24%;
    text-align: center;
}

.mcafee-protection-device-sec img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mcafee-protection-device-sec h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 5px 0px;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.mcafee-protection-device-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    color: #292929;
    line-height: normal;
}

.online-security-section{
	padding:30px;
	background: #f7f7f7;
	margin: 20px 0px;
}

.online-security-section h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #13141c;
    line-height: initial;
    padding: 30px 0px;
    margin: 0;
	text-align: center;
}

.online-security-afford-section {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.security-afford-sec {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 32%;
    text-align: center;
}

.security-afford-sec img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.security-afford-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    color: #4A4A4A;
    line-height: normal;
    padding: 20px 0px;
}

.security-afford-sec p span {
    color: #FF1C1C;
}

.mcafee-protect-section {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.mc-protection-sec {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 33%;
    text-align: center;
}

.mc-protection-sec img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.icon-content-sec {
    padding: 30px;
}

.icon-content-sec img{
	width: 40%;
	margin: 0 auto;
	padding: 0;
}

.icon-content-sec h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    padding: 15px 0px;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.icon-content-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    color: #292929;
    line-height: normal;
}

.easy-to-use-main {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 0;
}

.easy-to-use-img {
    padding: 0px 0px;
    margin: 0 auto;
	display: flex;
    flex-basis: 65%;
    text-align: center;
}

.easy-to-use-content{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/Easy-to-use-bg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 20px;
    margin: 0;
    flex-basis: 35%;
    text-align: left;
}
.easy-to-use-img img{
	width: 100%;
	padding: 0;
	margin: 0;
}

.easy-to-use-content h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.easy-to-use-content h3 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0px;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.easy-to-use-content ol{
	padding:20px;
	margin: 0;
}
.easy-to-use-content ol li{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
}

.easy-to-use-content img {
    width: 16%;
    float: right;
	margin-right: 5px;
}

.tipps-and-tricks-section{
	padding: 30px;
    background: #ffffff;
    margin: 20px 0px;
    border: 1px solid #eee;
}

.tipps-and-tricks-section h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #13141c;
    line-height: initial;
    padding: 10px;
    margin: 0;
    text-align: left;
}

.tipps-tricks-three-section {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 30px 0px;
}

.tipps-tricks-sec {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 23%;
    text-align: left;
}

.tipps-tricks-sec img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.content-section {
    padding: 15px;
}

.tipps-tricks-sec h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 20px;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.tipps-tricks-sec a {
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.5s;
}

.tipps-tricks-sec a h4:hover {
	color: #FF1C1C;
}

.tipps-tricks-sec h4 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
	padding: 0;
    margin: 0;
    color: #5f5e5e;
    line-height: initial;
}

.tipps-tricks-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    color: #4A4A4A;
    line-height: normal;
    padding-bottom: 20px;
}

img.see-all-btn {
    width: 11%;
    float: right;
    margin-top: 15px;
}

.who-is-mcAfee-sec{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/Group-6929A8CC-F65D-4B1F-BCDB-47D1D39FA331@3x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 50px;
    margin: 0;
	text-align: center;
}
.who-is-mcAfee-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

.leading-online-protection-section{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/Rectangle-BA5EE913-6A25-468C-8E29-B6A241EE387D@3x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding: 50px;
    margin: 20px 0px;
	text-align: center;
}

.leading-online-protection-section h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #ffffff;
    line-height: initial;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.leading-online-three-sec {
        width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 40px 0px;
    align-items: center;
}

.trusted-security-sec {
    padding: 0px 0px;
    margin: 0 auto;
    flex-basis: 33%;
    text-align: center;
}

.trusted-security-sec img{
	width: 30%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.trusted-security-sec h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: initial;
}

.trusted-security-sec p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0px;
    margin: 0;
    color: #fff;
    line-height: initial;
}

.section-broder-style {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.why-mcaffe-section{
	background-image: url(https://currysprod.a.bigcontent.io/v1/static/Why-McAfee-bg-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
	padding: 100px 70px;
    margin: 20px 0px;
}

.why-mcafee-content-sec{
	width: 50%;
	margin: 0;
	padding: 0;
}

.why-mcafee-content-sec h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 40px;
	padding: 0;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.why-mcafee-content-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
	padding-top: 50px;
    margin: 0;
    color: #1D1C1C;
    line-height: normal;
}

.why-mcaffe-section-mobile{
	display: none;
}

.customers-are-saying-sec{
	background: #F9F1EC;
	padding: 30px;
	margin: 20px 0px;
}

.customers-are-saying-sec h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #13141c;
    line-height: initial;
    padding: 10px;
    margin: 0;
    text-align: left;
}

.customers-feedback-section {
        width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 40px 0px;
    align-items: center;
}

.feedback-section {
    padding: 30px;
    margin: 0 auto;
    flex-basis: 30%;
    background: #fff;
    text-align: left;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    box-shadow: 0px 0px 10px #dcd8d8;
}
.feedback-section img{
	width: 10%;
	margin-bottom: 30px;
	padding: 0;
}

img.stars-icon-img {
    width: 35%;
    margin-top: 50px;
    margin-bottom: 0;
}
.feedback-section h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
	padding: 0;
    margin: 0;
    color: #1D1C1C;
    line-height: initial;
}

.feedback-section h3{
	font-family: 'Currys Sans', sans-serif;
        font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
    margin: 0;
    color: #1D1C1C;
    line-height: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.mcafee-brand-page{
	width: 100%;
	}
	.mcafee-top-banner-sec{
	padding: 40px;
	}
	.top-banner-content h1{
	font-size: 28px;
	}
	.mcafee-top-banner-sec img{
	width: 16%;
	}
	.top-banner-content {
    padding: 20px;
	}
	.top-banner-content p{
	font-size: 16px;
	}
	.top-banner-content a{
	font-size: 16px;
    margin-top: 10px;
    padding: 10px 25px;
	}
	.get-best-solution-section h1, .online-security-section h1{
	font-size: 26px;
    padding: 20px 0px;
	}
	.security-afford-sec p{
    font-size: 17px;
	}
	.icon-content-sec {
    padding: 20px 10px;
	}
	.icon-content-sec h2{
	font-size: 20px;
    padding: 10px 0px;
	}
	.icon-content-sec p{
    font-size: 15px;
	}
	.easy-to-use-content h2{
	font-size: 30px;
	}
	.easy-to-use-content h3{
	font-size: 17px;
    padding: 10px 0px;
	}
	.easy-to-use-content ol li{
	font-size: 17px;
	}
	.easy-to-use-content{
	padding: 25px;
	}
	.content-section {
    padding: 40px 20px;
	}
	.tipps-tricks-sec h2{
	font-size: 20px;
	}
	.tipps-tricks-sec p{
	font-size: 17px;
	}
	.tipps-tricks-sec h4{
	font-size: 15px;
	}
	.tipps-and-tricks-section h1, .customers-are-saying-sec h1{
	font-size: 25px;
	}
	.tipps-tricks-three-section{
	padding: 20px 0px;
	flex-flow: column;
	}
	.tipps-tricks-sec {
    margin: 20px 0px;
    border-bottom: 1px solid #eee;
    }
	.who-is-mcAfee-sec{
	padding: 40px;
	}
	.leading-online-protection-section h1{
	font-size: 30px;	
	}
	.leading-online-three-sec{
	width: 100%;
	}
	.trusted-security-sec img{
	width: 22%;	
	}
	.trusted-security-sec h2{
	font-size: 22px;
	}
	.trusted-security-sec p{
	font-size: 15px;
	}
	.why-mcaffe-section{
	padding: 50px 40px;
	}
	.easy-to-use-main{
	flex-flow: column;
	}
	.easy-to-use-content img{
	    width: 7%;
	}
	.why-mcafee-content-sec h2{
	font-size: 30px;
	padding: 20px 0px;
	}
	.why-mcafee-content-sec p{
	    font-size: 17px;
    padding-top: 10px;
	}
	.feedback-section h2{
	font-size: 18px;
	}
	.feedback-section h3{
	font-size: 17px;
	}
	.feedback-section img{
	width: 13%;
	}
	img.stars-icon-img {
    width: 40%;
	    margin-top: 40px;
	}
	.customers-are-saying-sec{
	 padding: 20px;
	}
	.feedback-section{
	padding: 20px;
    flex-basis: 31%;
	}
}

@media screen and (max-width: 767px){
	
	.mcafee-brand-page{
	width: 100%;
	}
	.mcafee-top-banner-mobile{
	display: block;
	padding: 20px;
	margin: 0;
	text-align: center;
	}
	.mcafee-top-banner-sec{
	display: none;
	}
	.mcafee-top-banner-mobile img{
	width: 95%;
	margin: 0 auto;
	}
	.mcafee-top-banner-mobile h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #13141c;
    line-height: initial;
    padding-top: 30px;
    margin: 0;
	}

	.mcafee-top-banner-mobile p {
	color: #13141c;
	line-height: normal;
	font-size: 17px;
	font-weight: 300;
    margin: 0;
    padding: 30px 0px;
	}

	.mcafee-top-banner-mobile a {
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	transition: background-color 0.5s;
	padding: 15px 35px;
	background-color: #FF1C1C;
	border-radius: 50px;
	font-family: 'Currys Sans', sans-serif;
	font-weight: 500;
	width: max-content;
	cursor: pointer !important;
	margin: 0 auto;
	display: block;
	text-align: center;
	}
	.mcafee-top-banner-mobile a:hover{
	color: #FF1C1C;
	background-color: #fff;
	border: 1px solid #FF1C1C;
	}
	.get-best-solution-section h1, .online-security-section h1{
	font-size: 26px;
	}
	.mcafee-protection-section{
	flex-flow: column;
    flex-wrap: wrap;
    padding: 20px 0px;
	}
	.mcafee-protection-device-sec img{
	width: 70%;
	}
	.mcafee-protection-device-sec{
	padding: 20px 0px;
    border: 1px solid #eee;
    width: 100%;
    margin: 20px 0px;
	}
	.get-best-solution-section{
    border: none;
	}
	.online-security-afford-section{
	flex-flow: column;
    flex-wrap: wrap;
    padding: 20px 0px;
	}
	.security-afford-sec{
	width: 90%;
    margin: 0 auto;
    padding: 20px 0px;
	}
	.security-afford-sec p{
	font-size: 17px;
	padding: 20px;
	}
	.online-security-section{
	margin: 0;
	padding: 0;
	}
	.mcafee-protect-section{
    flex-wrap: wrap;
	}
	.mc-protection-sec{
	flex-basis: 90%;
	margin: 0 auto;
    padding: 20px 0px;
	}
	.icon-content-sec img{
	width: 30%;
	}
	.icon-content-sec h2{
	font-size: 22px;
	}
	.icon-content-sec p{
	font-size: 17px;
	}
	.easy-to-use-main{
	flex-wrap: wrap;
	padding: 0;
	}
	.easy-to-use-img{
	flex-basis: 100%;
	}
	.easy-to-use-content{
	flex-basis: 100%;
	}
	.easy-to-use-content h2{
	font-size: 31px;
	}
	.easy-to-use-content h3{
	font-size: 18px;
	}
	.easy-to-use-content ol li{
	font-size: 18px;
	}
	.easy-to-use-content img{
	width: 13%;
	}
	.tipps-tricks-three-section{
    flex-wrap: wrap;
	flex-flow: column;
	}
	.tipps-tricks-sec{
	flex-basis: 100%;
	padding: 20px 0px;
	}
	.tipps-and-tricks-section h1{
	padding: 0;
    font-size: 25px;
	}
	img.see-all-btn {
    width: 22%;
    float: right;
    margin-top: 5px;
	}
	.who-is-mcAfee-sec{
	padding: 30px;
	}
	.who-is-mcAfee-sec p{
	font-size: 16px;
	}
	.leading-online-protection-section h1{
	font-size: 25px;	
	}
	.leading-online-three-sec{
	    flex-flow: column;
    flex-wrap: wrap;
	}
	.trusted-security-sec{
	flex-basis: 80%;
	margin-bottom: 40px;
	}
	.trusted-security-sec img{
	width: 40%;
	}
	.section-broder-style {
    border: none;
	}
	
	.why-mcaffe-section{
	display: none;
	}
	
	.why-mcaffe-section-mobile{
	display: block;
	width: auto;
	background: #eee;
	padding: 30px;
	margin: 20px 0px;
	text-align: center;
	
	}
	.why-mcaffe-section-mobile img{
	width: 100%;
	margin: 0 auto;
	}
	.why-mcaffe-section-mobile h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
	padding: 0;
    margin: 0;
    color: #1D1C1C;
	text-align: left;
    line-height: initial;
	}

	.why-mcaffe-section-mobile p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
	padding-top: 30px;
    margin: 0;
	text-align: left;
    color: #1D1C1C;
    line-height: normal;
	}
	.customers-are-saying-sec h1{
	font-size: 25px;
	}
	.customers-feedback-section{
	flex-flow: column;
    flex-wrap: wrap;
	}
	.feedback-section{
	margin: 20px 0px;
    flex-basis: 90%;
	}
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px){

	.mcafee-brand-page{
	width: 100%;
	}
	.mcafee-top-banner-mobile{
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	.mcafee-top-banner-sec{
	display: none;
	}
	.mcafee-top-banner-mobile img{
	width: 100%;
	margin: 0 auto;
	}
	.mcafee-top-banner-mobile h1{
	font-family: "Currys Sans", sans-serif;
    font-weight: 500;
    font-size: 24px !important;
    color: #13141c;
    line-height: initial;
    padding-top: 30px;
    margin: 0;
	}

	.mcafee-top-banner-mobile p {
	color: #13141c;
	line-height: normal;
	font-size: 15px !important;
	font-weight: 300;
    margin: 0;
    padding: 30px 0px;
	}

	.mcafee-top-banner-mobile a {
	text-decoration: none;
	color: #fff;
	font-size: 14px !important;
	transition: background-color 0.5s;
	padding: 15px 35px;
	background-color: #FF1C1C;
	border-radius: 50px;
	font-family: 'Currys Sans', sans-serif;
	font-weight: 500;
	width: max-content;
	cursor: pointer !important;
	margin: 0 auto;
	display: block;
	text-align: center;
	}
	.mcafee-top-banner-mobile a:hover{
	color: #FF1C1C;
	background-color: #fff;
	border: 1px solid #FF1C1C;
	}
	.get-best-solution-section h1{
	font-size: 25px;
    padding: 0;
	}
	.mcafee-protection-section{
	flex-flow: column;
    flex-wrap: wrap;
    padding: 20px 0px;
	}
	.mcafee-protection-device-sec img{
	width: 70%;
	}
	.mcafee-protection-device-sec{
	padding: 20px 0px;
    border: 1px solid #eee;
    width: 100%;
    margin: 20px 0px;
	}
	.get-best-solution-section{
    border: none;
	padding: 10px;
	}
	.online-security-section h1 {
    font-size: 25px !important;
    padding: 20px;
	}
	.online-security-afford-section{
	flex-flow: column;
    flex-wrap: wrap;
    padding: 20px 0px;
	}
	.security-afford-sec{
	width: 90%;
    margin: 0 auto;
    padding: 20px 0px;
	}
	.security-afford-sec p{
	font-size: 15px !important;
	padding: 10px !important;
	}
	.online-security-section{
	margin: 0;
	padding: 0;
	}
	.mcafee-protect-section{
    flex-wrap: wrap;
	}
	.mc-protection-sec{
	flex-basis: 100%;
	margin: 0 auto;
    padding: 20px 0px;
	}
	.tipps-and-tricks-section{
	padding: 15px;
	}
	img.see-all-btn {
    width: 30%;
    float: right;
    margin-top: 5px;
	}
	.icon-content-sec img{
	width: 50%;
	}
	.icon-content-sec h2{
	font-size: 20px !important;
	}
	.icon-content-sec p{
	font-size: 15px !important;
	}
	
	.easy-to-use-main{
	flex-wrap: wrap;
	padding: 0;
	}
	.easy-to-use-img{
	flex-basis: 100%;
	}
	.easy-to-use-content{
	flex-basis: 100%;
	}
	.easy-to-use-content h2{
	font-size: 25px !important;
	}
	.easy-to-use-content h3{
	font-size: 15px !important;
	}
	.easy-to-use-content ol li{
	font-size: 15px !important;
	}
	.easy-to-use-content img{
	width: 11% !important;
	}
	.tipps-tricks-three-section{
    flex-wrap: wrap;
	flex-flow: column;
	}
	.tipps-tricks-sec{
	flex-basis: 100%;
	padding: 20px 0px;
	}
	.tipps-and-tricks-section h1{
	padding: 0;
	font-size: 22px !important;
	}
	
	.leading-online-protection-section h1{
	font-size: 23px !important;	
	}
	.leading-online-three-sec{
	    flex-flow: column;
    flex-wrap: wrap;
	}
	.trusted-security-sec{
	flex-basis: 80%;
	margin-bottom: 40px;
	}
	.trusted-security-sec img{
	width: 30% !important;
	}
	.section-broder-style {
    border: none;
	}
	.why-mcaffe-section{
	display: none;
	}
	
	.why-mcaffe-section-mobile{
	display: block;
	width: auto;
	background: #eee;
	padding: 30px;
	margin: 20px 0px;
	text-align: center;
	
	}
	.why-mcaffe-section-mobile img{
	width: 100%;
	margin: 0 auto;
	}
	.why-mcaffe-section-mobile h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 23px !important;
	padding: 0;
    margin: 0;
    color: #1D1C1C;
	text-align: left;
    line-height: initial;
	}

	.why-mcaffe-section-mobile p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 300;
    font-size: 16px !important;
	padding-top: 30px;
    margin: 0;
	text-align: left;
    color: #1D1C1C;
    line-height: normal;
	}
	
	.customers-are-saying-sec h1{
	font-size: 20px !important;
	}
	.customers-feedback-section{
	flex-flow: column;
    flex-wrap: wrap;
	    padding: 20px 0px;
	}
	.feedback-section{
	margin: 20px 0px;
    flex-basis: 90%;
	}
	.feedback-section h2, .feedback-section h3{
	font-size: 17px
	}
	img.stars-icon-img {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 0;
	}
	.customers-are-saying-sec{
	padding: 20px;
	}
	.leading-online-protection-section{
	padding: 15px;
	}
}