.product-overview{
    padding: 128px 0 92px;
    background-image: url('https://www.movella.com/hubfs/%5BDONT%20DELETE%5D%20Xsens_AUG2024%20Theme%20Assets/Backgrounds/Related_resources_bg.svg'),
    url('https://www.movella.com/hubfs/%5BDONT%20DELETE%5D%20Xsens_AUG2024%20Theme%20Assets/Backgrounds/double_bg.png');
    background-repeat: no-repeat;
    background-position: top right, 0 55%;
}

.product-overview h2{
    margin-bottom: 64px
}
.product-overview__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
  margin-bottom: 24px;
}
.product-overview__item{
  border: 1px solid #fff;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  border-radius: 20px
}

.pog__col{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.poi__content{
    position: relative;
    z-index: 1;
}
.poi__content,.poi__image{
    flex: 1;
}
/* Grid positioning */
@media (min-width: 992px){
.product-overview__grid>.product-overview__item:first-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 72px;
    grid-column: span 2
  }
  .product-overview__grid>.product-overview__item:first-child .poi__content{
    flex: 0 1 40%;
  }
  .product-overview__grid>.product-overview__item:first-child .poi__image img{
    flex: 0 1 40%;
    max-height: 350px;
    object-fit: contain;
  }
.product-overview__item .poi__button{
    margin-top:32px;
  }
/* first column */
/* first item */
.product-overview__grid .pog__col:nth-child(2) .product-overview__item:first-child{
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.product-overview__grid .pog__col:nth-child(2) .product-overview__item:first-child img{
  width:55%;
  margin-left: auto;
  object-fit: contain;
  max-height: 185px;
    object-position: right;
  margin-top: -48px
}

/* Second item */
.product-overview__grid .pog__col:nth-child(2) .product-overview__item:nth-child(2){
  display: flex;
  flex-direction: column;
  padding: 32px;
  flex-grow: 1;
}
.product-overview__grid .pog__col:nth-child(2) .product-overview__item:nth-child(2) img{
  width 90%;
  margin-left: auto;
  object-fit: contain;
  object-position: right;
  max-height: 280px;
}

/* Second column */
/* first item */
.product-overview__grid .pog__col:nth-child(3) .product-overview__item:first-child{
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  padding: 32px;
  flex-grow: 1;
}
.product-overview__grid .pog__col:nth-child(3) .product-overview__item:first-child img{
  width:100%;
  margin-left: auto;
  object-fit: contain;
  max-height: 256px;
    object-position: center;

}

/* Second item */
.product-overview__grid .pog__col:nth-child(3) .product-overview__item:nth-child(2){
  display: flex;
  flex-direction: row;
  padding: 32px;
  flex-grow: 1;
}
.product-overview__grid .pog__col:nth-child(3) .product-overview__item:nth-child(2) img{
  margin-left: auto;
  object-fit: contain;
  object-position: right;
  max-height: 190px;
  margin-top: -32px;
  margin-right: -32px;
  flex: 1 1 50%
}
.product-overview__grid .pog__col:nth-child(3) .product-overview__item:nth-child(2) .poi__content{
  padding-top: 140px;
  margin-top: auto;
  flex: 1 1 50%;
}
}
@media(max-width:992px){
    .product-overview__grid{
        display: flex;
         flex-direction: column;
    }
    .product-overview__grid .product-overview__item{
        grid-column: span 1;
        padding: 16px 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex: 1;
    }
    .product-overview__grid .product-overview__item .poi__content{
        flex: 0 1 40%;
    }
    .product-overview__grid .product-overview__item .poi__image img{
        flex: 0 1 40%;
        max-height: 350px;
        object-fit: contain;
    }
}
@media(max-width:768px){
  .product-overview{
    background-image: url('https://www.movella.com/hubfs/%5BDONT%20DELETE%5D%20Xsens_AUG2024%20Theme%20Assets/Backgrounds/Related_resources_bg.svg')

}
}
@media(min-width: 600px) and (max-width: 768){
    .product-overview__grid .pog__col .product-overview__item:first-child{
        flex-direction: row-reverse;
    }
}
@media(max-width:600px){
    .product-overview__grid .product-overview__item{
        flex-direction: column;
        padding: 16px;
    }
}