#compare-header {
    display: flex;
    gap: 3vw;
    max-width: 1200px;
    margin: auto;
    padding: 0px;
    justify-content: space-between;
}
#compare-dashboard-image {
  border: 1px solid #262626;
  border-radius: 9px;
}
#compare-header-text {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 560px;
}

#compare-dashboard {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width:768px){
  #compare-header {
  flex-direction: column;
  }
}

@media screen and (min-width:1440px){
  #compare-dashboard {
  margin-right: -100px;
}