* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}

#shipping_banner>div {
    width: 70px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

#shipping_banner>div+div {
    width: 526px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -26px;
}

#shipping_banner>div+div>p {
    font-size: 22px;
    margin-top: 10px;
    margin-left: 10px;

}

#banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 100vh; */
    /* border: 2px solid sandybrown; */
    padding: 0px 10px 0px 10px;
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220411-hero-01);
    position: relative;

}

#left_arrow {
    width: 50px;
    height: 70px;
    clip-path: polygon(70% 0, 21% 49%, 66% 100%, 51% 100%, 0% 50%, 56% 0);
    background-color: rgb(73, 72, 72);
}

#right_arrow {
    width: 50px;
    height: 70px;
    clip-path: polygon(26% 0, 64% 52%, 23% 100%, 6% 100%, 51% 52%, 7% 0);
    background-color: rgb(73, 72, 72);
}

#banner_img {
    width: 85%;

    height: 100%;
    /* border: 2px solid saddlebrown; */
    display: flex;
    justify-content: space-between;
}

#banner_img>div>p {
    font-size: 100px;
    font-weight: normal;
    margin-top: 100px;
}

#banner_img>div>p+p {
    font-size: xx-large;
    margin-top: 0px;
    /* text-align: end; */
}

#banner_img>div>h6 {
    text-decoration: underline;
    font-size: x-large;
    margin-top: 5px;
    font-weight: lighter;
}

#right_arrow+div {
    /* align-self: flex-end; */
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 220px;
    height: 200px;
    background-color: white;
    text-align: center;
    padding: 20px 15px 10px;
}

#toggel {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toggel>div {
    width: 15px;
    height: 15px;
    border: 1px solid black;
    border-radius: 50%;
    margin-right: 25px;
}

#toggel+div {
    text-align: center;
    font-size: x-large;
    margin-top: 20px;
}

#basket {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 20px 0px 60px;
}

#basket>div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #6455bb, #887bcd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;

}

#basket>div:hover {
    width: 122px;
    height: 122px;
    /* transform: translateY(-/px); */
}

#basket+div {
    width: 100%;
    min-height: 80px;
    border: 5px solid #6455bb;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 50px;
    padding-right: 50px;
}

#basket+div>div {
    display: flex;
}

#basket+div>div>img {
    width: 60px;
    height: 50px;
    margin-right: 10px;
}

#split_image,
#split_image_2,
#split_image_3,
#split_image_4 {
    display: flex;
    position: relative;
}

#split_image>div,
#split_image_2>div,
#split_image_3>div,
#split_image_4>div {
    width: 50%;
    margin: 15px;
    height: 600px;
    display: flex;
}

#split_image>div:first-child {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407-homesale-bau-main-01);
}

#split_image>div:first-child>img {
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-left: -25px;
}

#split_image>div:nth-child(2),
#split_image_4>div:nth-child(2) {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407-homesale-bau-main-02);
    align-items: flex-end;
    justify-content: flex-end;
}


#split_image>div>div,
#split_image_4>div>div {
    width: 250px;
    height: 220px;
    background-color: rgba(255, 255, 255, 0.788);
    text-align: center;
    padding: 25px 10px 25px;
    font-size: x-large;
}

#split_image>div:nth-child(2)>div {
    height: 170px;
    font-weight: bold;
}

#split_image>div:nth-child(3),
#split_image_2>div:nth-child(3),
#split_image_3>div:nth-child(3),
#split_image_4>div:nth-child(3) {
    width: 330px;
    height: 330px;
    background-color: #004c83;
    color: white;
    position: absolute;
    top: 135px;
    left: 520px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#card_containers {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}

#card_containers>div {
    width: 25%;
    height: 250px;
    background-color: #da2128;
    margin-right: 25px;
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#card_containers>div:first-child {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-homesale-bau-tiles-01);
}

#card_containers>div:nth-child(2) {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-homesale-bau-tiles-02);
}

#card_containers>div:nth-child(3) {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-homesale-bau-tiles-03);
}

#card_containers>div:last-child {
    margin-right: 0px;
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-homesale-bau-tiles-04);
}

#card_containers>div>div {
    background-color: black;
    color: white;
    width: 200px;
    height: 50px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#card_containers>div>div:hover {
    font-size: 21px;
    width: 205px;
    height: 55px;
}

#sephora_kohls {
    display: flex;
    width: 100%;
    height: 80px;
    border: 1px solid black;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#sephora_kohls>img:first-child {
    height: 35px;
    width: 300px;
}

#sephora_kohls>h1 {
    font-weight: bold;
    font-size: 50px;
    margin: 10px;
}

#sephora_kohls>span {
    font-size: x-large;
    text-decoration: underline;
    margin: 10px;
}


#cosmetics_cream {
    width: 100%;
    height: 100vh;
    background-color: #f7f0e5;
    margin-bottom: 30px;
}

#cosmetics_cream>div {
    height: 170px;
    /* border: 1px solid seagreen; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#cosmetics_cream>div>h1 {
    font-size: 50px;
}

#cosmetics_cream>div>p {
    margin-top: 10px;
    font-size: 25px;
}

#cosmetics_cream>div>span {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 30px;
}

#cosmetics_cream>div:nth-child(2) {
    width: 100;
    height: max-content;
    border: 1px solid seagreen;
}

#cosmetics_product {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cosmetics_product>div {
    margin-right: 50px;
}

#cosmetics_product>div>p {
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}

#cosmetics_product>div>div {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

#cosmetics_product>div:hover>div {
    width: 135px;
    height: 135px;
    transform: translateY(-5px);
}

#cosmetics_product>div:hover>p {
    font-size: 28px;
    transform: translateY(-5px);
}

#cosmetics_product>div:first-child>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220303-sephora-bubbles-01);
}

#cosmetics_product>div:nth-child(2)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220303-sephora-bubbles-02);
}

#cosmetics_product>div:nth-child(3)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220303-sephora-bubbles-03);
}

#cosmetics_product>div:nth-child(4)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220303-sephora-bubbles-04);
}

#cosmetics_product>div:nth-child(5)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220303-sephora-bubbles-05);
}

#cosmetics_product>div:nth-child(6)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220303-sephora-bubbles-06);
}

#get_reward {
    width: 100%;
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20210816-sephora-kohls-rewards);
    height: 100px;
    border: 1px solid black;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#get_reward>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* align-content: ; */
    width: 45%;
    margin-right: -145px;
}

#get_reward>div>span {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#get_reward>div>p {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

#get_reward+p {
    text-align: center;
    margin: 10px;
    font-size: small;
}

#split_image_2>div {
    height: 350px;
}

#split_image_2>div:first-child {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407ve-exceptions-split-01);
}

#split_image_2>div:nth-child(2) {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407ve-exceptions-split-02);
}

#split_image_2>div:nth-child(3) {
    height: 250px;
    width: 500px;
    background-color: black;
    top: 50px;
    left: 420px;
    font-size: xx-large;
    line-height: 60px;
    padding: 20px;
}

#brand_logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#brand_logo>div {
    text-align: center;
    margin-right: 40px;
}

#brand_logo>div>div {
    width: 165px;
    height: 165px;
    background-color: black;
    border-radius: 50%;

}

#brand_logo>div:hover>div {
    width: 170px;
    height: 170px;
}

#brand_logo>div:first-child>div {
    background-image: url(https://yt3.ggpht.com/ytc/AKedOLSQFLLE5MzjLP4aLWaWngMBBD4UqLLJZ1_FY1JrfA=s900-c-k-c0x00ffffff-no-rj);
    background-size: 170px;
}

#brand_logo>div:nth-child(2)>div {
    background-image: url(https://www.paragon.com.sg/media/Tenants%20Promotion%20Page/UA/paragon_feb2020-01.png);
    background-position: center;
    background-size: 200px;
}

#brand_logo>div:nth-child(3)>div {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRvFVO_zeQq0PCI-BuckRX6rylNJH_98FEJ7Z7ps6ZJfPNjimS7kVvbiMx-lu-Z7TfcTNo&usqp=CAU);
    background-position: center;
    background-size: 200px;
}

#brand_logo>div:nth-child(4)>div {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaBdnicEJwn5WBjbdCLVE_c2R0Gp6MJqsqIgVoAvR1oBY9BNrlFtDVlZF1Wj9s3hoqe4c&usqp=CAU);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 220px;
}

#brand_logo>div>h1 {
    font-size: 46px;
    font-weight: bold;
}

#brand_logo>div>p {
    font-size: 20px;
}

#shopping_today {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

#shopping_today>h1 {
    font-size: 50px;
    text-align: center;
}

#shopping_today>div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}

#shopping_today>div>div>div {
    width: 130px;
    height: 130px;
    /* border: 1px solid black; */
    border-radius: 50%;
    margin-bottom: 10px;
}


#shopping_today>div>div:hover>div {
    width: 135px;
    height: 135px;
}

#shopping_today>div>div:first-child>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-01);
}

#shopping_today>div>div:nth-child(2)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-02);
}

#shopping_today>div>div:nth-child(3)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-03);
}

#shopping_today>div>div:nth-child(4)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-04);
}

#shopping_today>div>div:nth-child(5)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-05);
}

#shopping_today>div>div:nth-child(6)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-06);
}

#shopping_today>div>div:nth-child(7)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-07);
}

#shopping_today>div>div:nth-child(8)>div {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-dm-20220407-shoprail-08);
}

#shopping_today>div>div>p {
    text-align: center;
    font-size: x-large;
}

#split_image_3>div {
    height: 410px;
}

#split_image_3>div:first-child {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407-shoe-sale-01);
}

#split_image_3>div:nth-child(2) {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407-shoe-sale-02);
}

#split_image_3>div:nth-child(3) {
    height: 350px;
    width: 500px;
    background-color: white;
    color: black;
    border: 6px solid #ef4822;
    top: 30px;
    left: 420px;
    font-size: xx-large;
    line-height: 60px;
    padding: 20px;
}

#split_image_3>div:nth-child(3)>div {
    display: flex;
    align-items: center;
    justify-content: center;

    /* width: 100%; */
}

#split_image_3>div:nth-child(3)>div>p {
    font-size: x-large;
    text-decoration: underline;
    margin: 10px;
}

#split_image_3>div:nth-child(3)>div>span {
    font-weight: bold;
}

#brand_logo_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 100px;

}

#brand_logo_2>div {
    width: 125px;
    height: 125px;
    border: 4px solid #ef4822;
    border-radius: 50%;

}

#brand_logo_2>div:first-child {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAdVBMVEX///8AAAD39/ft7e34+PhoaGhQUFDDw8PQ0NDc3Nyrq6uTk5Ovr6+7u7vKysrn5+ebm5tXV1csLCzW1tZtbW0zMzOBgYEiIiJCQkJdXV20tLRycnIQEBDx8fGZmZk8PDx8fHxJSUkXFxeKioqioqIUFBQ1NTWfOkAUAAAD9UlEQVR4nO3aa3vxShSAYSMIIaSlVdUWld3//xN3HBIJOc6sId7rub9bM4tZc9TpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE/N6T66Bw30ND7jbKV7Yc3Um2p86lvNxHtiwywcrHTyixLsS/dFXtd9V2qr90t0l2ok3B1p82CnlAp1CjDSW6oX2f7Icib9KDv14WpHiL4drbF9F+776yE91Z/rx1gp9SrXI0mjYKBO9o5BmKh8lSfWKTHO5+Kcnfr1NMvvxDvEaNlq35vu3+L0TMrvaHgIspbpmIxROFAXfdNJ3jmGac08Ew3Nr1R6ZuV3choMAn0zFw3NZTo7tZSYHdbHUFuBSIYus6ZU+Z14qg2DNDVrJhYye6zROdwjZ9L0rJkYm5ffye8p3k4oXGO3Q/NYfhOxBuKxMRaL2MD1rBnbCZaMHwcVKekmerlD82AtecRxkrD3PftmF/Rs+X2LtrRLAouGLeX4+UNTuPxOgkto4cgFoqH5WpSdUi/iK9YsFVw6do5R+FKcXbTlsHDDsLmEt31D8+2vy7JT6sfGeuylGlhYiJ+Yjz/K03v9tNLud7oNa7/hbLIqz85G+Z31060MbLTQc7fLorQSmjeDNQyzDYnHn//sKrOzVH5nVxsK0dizST8/oaw3O+V3NrlqzeCaLqsb3/xVWQ2lmsx33Z7MznseVMyaCXvldxZct2h+WVpzaB6F1k+jvdtGjQ4X0dAs3Gve2PhSaZS4+QlNfsT5T92heWC7/M7ymg51AjkNhubB+51OaV5u6013vj33vXpBT/vSfRdrrmA6b3L2PD3lNXGX8jsbFvThq+YQajJrxlZiC24dxf2r/pprL+gZ+/teknTLvurSrjSbNWO/WnOYiesNW1bRUXvkNR+aB5u73+J1OoXXXGdvwTw75znToPKQV8D4XUxH2SC9fPPrsee7rh+O1x//aWYn8i6mw6/umQiRdzEt27vkt3tA+cU0JvvGhN7F9OQcK6TtZS/mmxpV99DI48ov5lrNb/DA8ouVr/dmHlp+idBafsLvYtosZSj+LqbPSoaD1vzdqFN0vjci+ixtTnzT1pbyS8iuh5bexYzUOlrUZO1dzEzBfzyas34xr2svk1/QtvK7mAuk99fC8ksxPj4N7nMxr89wRWxt+aWY5Be07P/u+bQX/b87Xsyb0bv5bH35pf02z8/Gn7Iscqozyljaf5aW5tR/lI6O7s80PBO90v8JpgzavbiXqXNhs/Mecy8vpFe+Q/1a+E9XfDe63l9Bev3wuabOErPJInuc2vR/3CfYlzU0G079z0/fHY7aeyQCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAv+Z/HBwq9QVvQoQAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}

#brand_logo_2>div:nth-child(2) {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Under_armour_logo.svg/1200px-Under_armour_logo.svg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

#brand_logo_2>div:nth-child(3) {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/20/Adidas_Logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90px;
}

#brand_logo_2>div:nth-child(4) {
    background-image: url(https://www.citybiz.co/wp-content/uploads/2021/03/Skechers-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110px;
}

#brand_logo_2>div:nth-child(5) {
    background-image: url(https://logodix.com/logo/411878.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110px;
}

#brand_logo_2>div:nth-child(6) {
    background-image: url(https://s3.amazonaws.com/blab-impact-published-production/vR8RT1qF1cfXbV1etAFfAoopeHMsH27G);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
}

#brand_logo_2>div:nth-child(7) {
    background-image: url(https://www.marinabaysands.com/content/dam/singapore/marinabaysands/master/main/home/shopping/Nine%20West-website-directory-logo-500x454.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}

#brand_logo_2>div:nth-child(8) {
    background-image: url(https://www.worldfootwear.com/media/images/news/wf201934102p.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}

#split_image_4>div:first-child {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407-levis-01);
}

#split_image_4>div:nth-child(2) {
    background-image: url(https://media.kohlsimg.com/is/image/kohls/hp2-d-20220407-levis-02);
}

#split_image_4>div:nth-child(3) {
    width: 300px;
    height: 210px;
    border: 4px solid black;
    background-color: white;
    color: black;
    top: 200px;
    left: 540px;
    overflow: hidden;
}

#split_image_4>div:nth-child(3)>div>img {
    width: 140px;
    margin-top: 0px;
}

#best_moms,
#laurens {
    width: 100%;
    height: 450px;
    background-image: url(/best_moms.png);
    margin-top: 50px;
    background-repeat: no-repeat;
}

#heart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

#heart>div {
    display: inline-block;
    width: 135px;
    aspect-ratio: 1;
    border-image: radial-gradient(rgba(192, 123, 123, 0.733) 69%, #0000 70%) 84.5% fill/100%;
    clip-path: polygon(-41% 0, 50% 91%, 141% 0);
    margin-right: 50px;
    text-align: center;
    font-size: 20px;
}

#heart>div:hover {
    width: 140px;
}

#laurens {
    background-image: url(/laurens.png);
}

.slide {
    margin: 10px auto;
    display: flex;
    width: 87%;
    align-items: center;
    justify-content: space-between;

}

.slide>#slide_left,
.slide>#slide_right,
.slide>#slide_left_2,
.slide>#slide_right_2 {
    width: 30px;
    height: 300px;
    display: flex;
    align-items: center;
    /* clip-path: polygon(49% 0, 19% 50%, 46% 100%, 25% 100%, 0% 50%, 25% 0%);
        background-color: black; */
}

.slide>#slide_left>div,
.slide>#slide_left_2>div {
    width: 20px;
    height: 25px;
    clip-path: polygon(81% 0, 19% 50%, 83% 100%, 64% 100%, 0% 50%, 64% 0);
    background-color: black;
}

.slide>#slide_right>div,
.slide>#slide_right_2>div {
    width: 20px;
    height: 25px;
    clip-path: polygon(30% 0, 80% 50%, 30% 100%, 15% 100%, 65% 50%, 15% 0);
    background-color: black;
}

#slide,
#slide_2 {
    width: 100%;
    height: 300px;
    display: flex;
    overflow: hidden;
}

#slide>div,
#slide_2>div {
    width: fit-content;
    height: fit-content;
    margin-right: 25px;
}

#slide>div>#img,
#slide_2>div>#img {
    width: 160px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160px 180px;
}

#slide>div>#content,
#slide_2>div>#content {
    width: 160px;
    height: 100px;
    /* background-color: #21d4da; */
}

#slide>div>#content>p,
#slide_2>div>#content>p {
    font-weight: bold;
    text-align: center;
    font-size: small;
}

#super {
    background-image: url(/super.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 550px;
    margin: 20px auto;
}

#easy_shop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#easy_shop>div {
    width: 47%;
    height: 80vh;
    margin: 15px;
    /* border: 1px solid seagreen; */
}

#easy_shop_1 {
    background-image: url(/fast_free.png);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#easy_shop_2 {
    display: flex;
    flex-wrap: wrap;
}

#easy_shop_2>div {
    width: 48%;
    height: 48%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    /* border: 1px solid saddlebrown; */
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100%;
}

#easy_shop_2>div:first-child {
    background-image: url(/amazon.png);
    margin-right: 25px;
    margin-bottom: 25px;

}


#easy_shop_2>div:nth-child(2) {
    background-image: url(/khol_reward.png);
    margin-bottom: 25px;
}

#easy_shop_2>div:nth-child(3) {
    background-image: url(/khol_app.png);
    margin-right: 25px;
}

#easy_shop_2>div:nth-child(4) {
    background-image: url(/gift_card.png);
}
