/* Extra small devices (phones, 360px and down) max-width: 360; */
.other_services {
  background: #FFFFFF;
}

.product {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.product .hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto;
}
.product .hero .blure {
  position: absolute;
  top: 64px;
  width: 100%;
  height: 200px;
  z-index: -9999;
  background-image: linear-gradient(to top, rgb(246, 246, 246) 10%, rgba(246, 246, 246, 0.7) 50%, rgba(246, 246, 246, 0.4) 75%, rgba(246, 246, 246, 0) 100%);
}
.product .hero .bg_img {
  height: 260px;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -9999;
  display: block;
  max-width: unset;
}
.product .hero .container {
  display: none;
}
.product .explore_product {
  max-width: 360px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
}
.product .explore_product .container {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  align-items: center;
}
.product .explore_product .container .explore {
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 32px;
}
.product .explore_product .container .grid-container {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.product .explore_product .container .card {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 22px;
  padding: 24px;
  height: auto;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
}
.product .explore_product .container .card .picture {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}
.product .explore_product .container .card .picture .prod_svg {
  width: 100%;
}
.product .explore_product .container .card .text {
  display: flex;
  flex-direction: column;
  cursor: default;
  height: 160px;
  padding: 24px 0;
  gap: 8px;
  width: 100%;
}
.product .explore_product .container .card .text .a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
}
.product .explore_product .container .card .text .b {
  font-size: 0.8rem;
}
.product .explore_product .container .card .btn_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.product .explore_product .container .card .btn_wrapper .left_btn {
  width: 50%;
  height: 40px;
  border-radius: 12px;
  background: #FFFFFF;
  outline: none;
  border: none;
  font-size: 1rem;
  box-shadow: 4px 4px 0px #909090;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  background: #4F0C16;
  color: #FFFFFF;
}
.product .explore_product .container .card .btn_wrapper .left_btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0px #909090;
}
.product .explore_product .container .card .btn_wrapper .right_btn {
  width: 50%;
  height: 40px;
  border-radius: 12px;
  background: #FFFFFF;
  outline: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
}
.product .explore_product .container .card .btn_wrapper .right_btn span {
  font-size: 1rem;
}
.product .explore_product2 {
  background: #4F0C16;
}
.product .explore_product2 .explore2 {
  color: #FFFFFF;
}

/* small devices (phones,  360px and up) max-width: 600;  */
@media only screen and (min-width: 360px) {
  .product {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
  }
  .product .hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
  }
  .product .hero .blure {
    position: absolute;
    top: 82px;
    width: 100%;
    height: 200px;
    z-index: -9999;
    background-image: linear-gradient(to top, rgb(246, 246, 246) 10%, rgba(246, 246, 246, 0.7) 50%, rgba(246, 246, 246, 0.4) 75%, rgba(246, 246, 246, 0) 100%);
  }
  .product .hero .bg_img {
    height: 280px;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -9999;
    display: block;
    max-width: unset;
  }
  .product .hero .container {
    display: none;
  }
  .product .explore_product {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
  }
  .product .explore_product .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    align-items: center;
  }
  .product .explore_product .container .explore {
    width: 100%;
    font-size: 1.7rem;
    margin-bottom: 32px;
  }
  .product .explore_product .container .grid-container {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  .product .explore_product .container .card {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 22px;
    padding: 24px;
    height: auto;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .product .explore_product .container .card .picture {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
  }
  .product .explore_product .container .card .picture .prod_svg {
    width: 100%;
  }
  .product .explore_product .container .card .text {
    display: flex;
    flex-direction: column;
    cursor: default;
    height: 160px;
    padding: 24px 0;
    gap: 8px;
    width: 100%;
  }
  .product .explore_product .container .card .text .a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1rem;
  }
  .product .explore_product .container .card .text .b {
    font-size: 0.8rem;
  }
  .product .explore_product .container .card .btn_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    box-shadow: 4px 4px 0px #909090;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    background: #4F0C16;
    color: #FFFFFF;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0px #909090;
  }
  .product .explore_product .container .card .btn_wrapper .right_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  }
  .product .explore_product .container .card .btn_wrapper .right_btn span {
    font-size: 1rem;
  }
  .product .explore_product2 {
    background: #4F0C16;
  }
  .product .explore_product2 .explore2 {
    color: #FFFFFF;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) max-width: 768px;  */
@media only screen and (min-width: 600px) {
  .product {
    max-width: 768px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
  }
  .product .hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
  }
  .product .hero .blure {
    position: absolute;
    top: 134px;
    width: 100%;
    height: 200px;
    z-index: -9999;
    background-image: linear-gradient(to top, rgb(246, 246, 246) 10%, rgba(246, 246, 246, 0.7) 50%, rgba(246, 246, 246, 0.4) 75%, rgba(246, 246, 246, 0) 100%);
  }
  .product .hero .bg_img {
    height: 330px;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -9999;
    display: block;
    max-width: unset;
  }
  .product .hero .container {
    display: none;
  }
  .product .explore_product {
    max-width: 768px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
  }
  .product .explore_product .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    align-items: center;
  }
  .product .explore_product .container .explore {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
  .product .explore_product .container .grid-container {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  .product .explore_product .container .card {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 22px;
    padding: 24px;
    height: auto;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .product .explore_product .container .card .picture {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
  }
  .product .explore_product .container .card .picture .prod_svg {
    width: 100%;
  }
  .product .explore_product .container .card .text {
    display: flex;
    flex-direction: column;
    cursor: default;
    height: 160px;
    padding: 24px 0;
    gap: 8px;
    width: 100%;
  }
  .product .explore_product .container .card .text .a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6rem;
  }
  .product .explore_product .container .card .text .b {
    font-size: 1rem;
  }
  .product .explore_product .container .card .btn_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    box-shadow: 4px 4px 0px #909090;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    background: #4F0C16;
    color: #FFFFFF;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0px #909090;
  }
  .product .explore_product .container .card .btn_wrapper .right_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  }
  .product .explore_product .container .card .btn_wrapper .right_btn span {
    font-size: 1rem;
  }
  .product .explore_product2 {
    background: #4F0C16;
  }
  .product .explore_product2 .explore2 {
    color: #FFFFFF;
  }
}
/* Medium devices (landscape tablets, 768px and up) max-width: 992px;  */
@media only screen and (min-width: 768px) {
  .product {
    max-width: 992px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
  }
  .product .hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
  }
  .product .hero .blure {
    position: absolute;
    top: 162px;
    width: 100%;
    height: 200px;
    z-index: -9999;
    background-image: linear-gradient(to top, rgb(246, 246, 246) 10%, rgba(246, 246, 246, 0.7) 50%, rgba(246, 246, 246, 0.4) 75%, rgba(246, 246, 246, 0) 100%);
  }
  .product .hero .bg_img {
    height: 360px;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -9999;
    display: block;
    max-width: unset;
  }
  .product .hero .container {
    display: none;
  }
  .product .explore_product {
    max-width: 992px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
  }
  .product .explore_product .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
    align-items: center;
  }
  .product .explore_product .container .explore {
    width: 100%;
    font-size: 2.5rem;
    margin-bottom: 32px;
  }
  .product .explore_product .container .grid-container {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  .product .explore_product .container .card {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 22px;
    padding: 24px;
    height: auto;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .product .explore_product .container .card .picture {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
  }
  .product .explore_product .container .card .picture .prod_svg {
    width: 100%;
  }
  .product .explore_product .container .card .text {
    display: flex;
    flex-direction: column;
    cursor: default;
    height: 160px;
    padding: 24px 0;
    gap: 8px;
    width: 100%;
  }
  .product .explore_product .container .card .text .a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6rem;
  }
  .product .explore_product .container .card .text .b {
    font-size: 1rem;
  }
  .product .explore_product .container .card .btn_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    box-shadow: 4px 4px 0px #909090;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    background: #4F0C16;
    color: #FFFFFF;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0px #909090;
  }
  .product .explore_product .container .card .btn_wrapper .right_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  }
  .product .explore_product .container .card .btn_wrapper .right_btn span {
    font-size: 1rem;
  }
  .product .explore_product2 {
    background: #4F0C16;
  }
  .product .explore_product2 .explore2 {
    color: #FFFFFF;
  }
}
/* Large devices (laptops/desktops, 992px and up) max-width: 1200px;  */
@media only screen and (min-width: 992px) {
  .product {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
  }
  .product .hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 320px;
  }
  .product .hero .blure {
    position: absolute;
    top: 0;
    width: 220px;
    right: 280px;
    height: 100%;
    z-index: -9999;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
  }
  .product .hero .bg_img {
    position: absolute;
    height: 320px;
    top: 0;
    right: 0;
    width: 480px;
    z-index: -9999;
    display: block;
    max-width: unset;
  }
  .product .hero .container {
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .product .hero .container .row1 {
    width: 50%;
  }
  .product .hero .container .row1 .find {
    font-size: 3rem;
    font-weight: 500;
  }
  .product .explore_product {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
  }
  .product .explore_product .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
  }
  .product .explore_product .container .explore {
    font-size: 3rem;
    margin-bottom: 64px;
  }
  .product .explore_product .container .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .product .explore_product .container .card {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    padding: 24px;
    height: auto;
    width: 280px;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 44px;
  }
  .product .explore_product .container .card .picture {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .product .explore_product .container .card .picture .prod_svg {
    width: 100%;
  }
  .product .explore_product .container .card .text {
    display: flex;
    flex-direction: column;
    cursor: default;
    height: 200px;
    gap: 8px;
    padding: 24px 0;
  }
  .product .explore_product .container .card .text .a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6rem;
    width: 100%;
  }
  .product .explore_product .container .card .text .b {
    font-size: 1rem;
  }
  .product .explore_product .container .card .btn_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    box-shadow: 4px 4px 0px #909090;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    background: #4F0C16;
    color: #FFFFFF;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0px #909090;
  }
  .product .explore_product .container .card .btn_wrapper .right_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  }
  .product .explore_product .container .card .btn_wrapper .right_btn span {
    font-size: 1rem;
  }
  .product .explore_product2 {
    background: #4F0C16;
  }
  .product .explore_product2 .explore2 {
    color: #FFFFFF;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) max-width: 100%;  */
@media only screen and (min-width: 1200px) {
  .product {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
  }
  .product .hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
  }
  .product .hero .blure {
    position: absolute;
    top: 0;
    width: 220px;
    right: 390px;
    height: 100%;
    z-index: -9999;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
  }
  .product .hero .bg_img {
    position: absolute;
    height: 400px;
    top: 0;
    right: 0;
    width: 600px;
    z-index: -9999;
    display: block;
    max-width: unset;
  }
  .product .hero .container {
    max-width: 100%;
    width: 1180px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .product .hero .container .row1 {
    width: 50%;
  }
  .product .hero .container .row1 .find {
    font-size: 3rem;
    font-weight: 500;
  }
  .product .explore_product {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
  }
  .product .explore_product .container {
    width: 1180px;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
  }
  .product .explore_product .container .explore {
    font-size: 3rem;
    margin-bottom: 64px;
  }
  .product .explore_product .container .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .product .explore_product .container .card {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    padding: 24px;
    height: auto;
    width: 360px;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 44px;
  }
  .product .explore_product .container .card .picture {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .product .explore_product .container .card .picture .prod_svg {
    width: 100%;
  }
  .product .explore_product .container .card .text {
    display: flex;
    flex-direction: column;
    cursor: default;
    height: 200px;
    gap: 8px;
    padding: 24px 0;
  }
  .product .explore_product .container .card .text .a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6rem;
    width: 100%;
  }
  .product .explore_product .container .card .text .b {
    font-size: 1rem;
  }
  .product .explore_product .container .card .btn_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    box-shadow: 4px 4px 0px #909090;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    background: #4F0C16;
    color: #FFFFFF;
  }
  .product .explore_product .container .card .btn_wrapper .left_btn:hover {
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0px #909090;
  }
  .product .explore_product .container .card .btn_wrapper .right_btn {
    width: 50%;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    outline: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
  }
  .product .explore_product .container .card .btn_wrapper .right_btn span {
    font-size: 1rem;
  }
  .product .explore_product .container .card:hover {
    transform: translateY(-6px);
  }
  .product .explore_product2 {
    background: #4F0C16;
  }
  .product .explore_product2 .explore2 {
    color: #FFFFFF;
  }
}/*# sourceMappingURL=product.css.map */