.core {
  background: linear-gradient(178.14deg, #000a19 -16.75%, #010a19 44.18%);
  min-height: 1100px;
}

.core-container {
  gap: 48px;
}
.core-info {
  margin-top: 50px;
  gap: 24px;
}

.core-info .box-3d {
  width: 140px;
  height: 50px;
}
.core-info-title {
  gap: 8px;
}
.core-img {
  padding: 0 16px;
  display: flex;
  width: 1248px;
  height: auto;
}

@media (max-width: 768px) {
  .core {
    min-height: auto;
  }
  
  .core-container {
    gap: 32px;
  }
  .core-info {
    margin-top: 16px;
    gap: 16px;
  }
  .core-info .box-3d {
    width: auto;
    height: 44px;
    border: none;
  }
  .core-info .corner{
    display: none;
  }
  
  .core-img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
	.core-img-mb{
	padding-top: 32px;
	width: 100%;
	height: auto;
    margin: 0 auto;
	align-items: center;
    justify-content: center;
	}
	.core-img-mb img{
		width: 100%;	
	}
}

/* ===== TABLET (769–1024px): sơ đồ co theo bề ngang, không bị cắt 2 bên ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  .core {
    min-height: auto;
  }
  .core-img {
    width: 100%;
    height: auto;
    padding: 0 16px;
    margin: 0 auto;
  }
}
