.snapdragon {
    max-width: 1200px;
    font-family: "Currys Sans", sans-serif;
  }
.hero{
    position: relative;
}
.intro{
    position: absolute;
}
.intro {
    position: absolute;
    top: 30%;
    right: 10%;
    text-align: right;
}
.intro img {
    width: 250px;
    margin-bottom: 30px;
}
.intro h1 {
    text-align: right;
    color: #fff;
    line-height: normal;
    font-size: 100px;
    font-weight: 700;
    font-family: 'Currys Sans';
}

.snapdragon-body {
    margin: 0 60px;
    position: relative;
}
  
.para-sect {
    text-align: center;
    padding: 170px 125px 75px 125px;
}
.para-sect p {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Currys Sans';
}
.services-sec {
    display: flex;
    margin-bottom: 40px;
}
.service-box {
    text-align: center;
    flex: 25%;
    padding: 0px 40px 0;
}

.service-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    line-height: normal;
}
.service-box p {
    font-size: 14px;
    font-weight: 400;
}
.shop-text p {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    font-family: 'Currys Sans';
}
hr.hr-line {
    border: 0.9px solid #000;
}
.img-text-sec {
    margin-top: 30px;
    margin-bottom: 60px;
}
.first-container {
    display: flex;
}
.first-half {
    flex: 50%;
}
.second-half {
    flex: 50%;
    text-align: center;
    margin: 164px 0;
    width: 350px;
    height: 200px;
}
.second-half h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding: 0 25px 0 25px;
    margin-bottom: 5px;
    font-family: 'Currys Sans';
}
.second-half p {
    font-size: 17px;
    font-weight: 300;
    padding: 0 60px;
}
.first-half img {
    width: 100%;
}
.btn-shop {
    padding-top: 15px;
}
.btn-shop button {
    background: transparent;
    width: 134px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #E71324;
    border-radius: 24px;
    color: #E71324;
    font-family: 'Currys Sans';
}
.bottom-img-sec{
    margin-top: -6px;
}
.product-sec {
    margin-top: 20px;
}
.product-row {
    display: flex;
}
.one-product {
    flex: 33.33%;
    text-align: left;
    border-right: 1px solid #000;
    padding: 0 20px 0 0;
}
h5.prod-head {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
    font-family: 'Currys Sans';
}
h5.prod-price {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Currys Sans';
    margin-top: 10px;
}
.bottom-img-sec {
    margin-top: -41px;
    margin-left: -22px;
}
.second-product {
    flex: 33.33%;
    padding: 0 20px;
    border-right: 1px solid #000;
}
.third-product {
    flex: 33.33%;
    padding: 0 0 0 20px;
}
.shop-text-bottom {
    margin-top: 35px;
}
.shop-text-bottom p {
    font-size: 15px;
}
@media (max-width: 1200px){
    .para-sect {
        text-align: center;
        padding: 240px 135px 75px 135px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
    .intro h1 {
        text-align: right;
        color: #fff;
        line-height: normal;
        font-size: 60px;
        font-weight: 700;
        font-family: 'Currys Sans';
    }
    .para-sect {
        text-align: center;
        padding: 125px 125px 75px 125px;
    }
    .second-half {
        flex: 50%;
        text-align: center;
        margin: 87px 0;
        width: 350px;
        height: 200px;
    }
    .snapdragon-body {
        margin: 0 20px;
        position: relative;
    }
    
    
}
@media only screen and (min-width: 991px) and (max-width: 1023px){
    .intro h1 {
        text-align: right;
        color: #fff;
        line-height: normal;
        font-size: 80px;
        font-weight: 700;
        font-family: 'Currys Sans';
    }
    .snapdragon-body {
        margin: 0 60px;
        position: relative;
    }

    para-sect {
        text-align: center;
        padding: 220px 135px 75px 135px;
    }
    .shop-text {
        margin-top: 20px;
    }
    .second-half {
        flex: 50%;
        text-align: center;
        margin: 120px 0;
        width: 350px;
        height: 200px;
    }
}
@media (max-width: 990px){
    .snapdragon-body {
        margin: 0px 60px;
        position: relative;
    }
    .intro {
        position: absolute;
        top: 27%;
        right: 7%;
        text-align: right;
    }
    .intro h1 {
        text-align: right;
        color: #fff;
        line-height: normal;
        font-size: 56px;
        font-weight: 700;
        font-family: 'Currys Sans';
    }
    .para-sect {
        text-align: center;
        padding: 190px 25px 75px 25px;
    }
    .service-box {
        text-align: center;
        flex: 25%;
        padding: 0 5px 0;
    }
    .service-box h4 {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        line-height: normal;
    }
    .service-box p {
        font-size: 12px;
        font-weight: 400;
    }
    .first-container {
        display: flex;
        flex-wrap: wrap;
    }
    .first-half {
        flex: 100%;
    }
    .second-half {
        flex: 100%;
        text-align: center;
        margin: 50px 0;
    }
    .bottom-img-sec {
        margin-top: 20px;
    }
    .one-product {
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
    .second-product{
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
    .third-product{
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px){
    .snapdragon-body {
        margin: 0px 60px;
        position: relative;
    }
    .intro {
        position: absolute;
        top: 27%;
        right: 7%;
        text-align: right;
    }
    .intro h1 {
        text-align: right;
        color: #fff;
        line-height: normal;
        font-size: 56px;
        font-weight: 700;
        font-family: 'Currys Sans';
    }
    .para-sect {
        text-align: center;
        padding: 190px 25px 75px 25px;
    }
    .service-box {
        text-align: center;
        flex: 25%;
        padding: 0 5px 0;
    }
    .service-box h4 {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        line-height: normal;
    }
    .service-box p {
        font-size: 12px;
        font-weight: 400;
    }
    .first-container {
        display: flex;
        flex-wrap: wrap;
    }
    .first-half {
        flex: 100%;
    }
    .second-half {
        flex: 100%;
        text-align: center;
        margin: 50px 0;
    }
    .bottom-img-sec {
        margin-top: 20px;
    }
    .one-product {
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
    .second-product{
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
    .third-product{
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
}
@media (max-width: 600px){
    .snapdragon-body {
        margin: 0px 60px;
        position: relative;
    }
    .intro {
        position: absolute;
        top: 27%;
        right: 7%;
        text-align: right;
    }
    .intro img {
        width: 185px;
        margin-bottom: 30px;
    }
    .intro h1 {
        text-align: right;
        color: #fff;
        line-height: normal;
        font-size: 40px;
        font-weight: 700;
        font-family: 'Currys Sans';
    }
    .para-sect {
        text-align: center;
        padding: 190px 25px 75px 25px;
    }
    .service-box {
        text-align: center;
        flex: 25%;
        padding: 0 5px 0;
    }
    .service-box h4 {
        font-size: 17px;
        font-weight: 600;
        margin-top: 10px;
        line-height: normal;
    }
    .service-box p {
        font-size: 12px;
        font-weight: 400;
    }
    .first-container {
        display: flex;
        flex-wrap: wrap;
    }
    .first-half {
        flex: 100%;
    }
    .second-half {
        flex: 100%;
        text-align: center;
        margin: 50px 0;
    }
    .bottom-img-sec {
        margin-top: 20px;
    }
    .one-product {
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
    .second-product{
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
    .third-product{
        flex: 100%;
        text-align: left;
        margin-bottom: 30px;
    }
}