.streamsoft > h2 {
  color: #3e5da7;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.streamsoft > p {
  font-size: 1rem;
}

.streamsoft-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 10px;
}

.streamsoft-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.streamsoft-center img {
  max-width: 100%;
  height: auto;
}

@media (width < 850px) {
  .streamsoft-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .streamsoft-img {
    max-width: 250px;
  }
  .streamsoft-center {
    justify-content: flex-start;
  }
}

.streamsoft-col {
  padding: 0 40px;
}

a {
  text-decoration: none;
  color: #3e5da7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 0 !important;
}

a svg {
  transform: translateY(-1px);
}

a:hover {
  text-decoration: none;
  box-shadow: none !important;
}