body {
  text-align: center;
}

#title {
  margin-top: 30px;
}
#title p {
  font-size: large;
  color: #4d4d4f;
  font-size: 30px;
  font-weight: 600;
}

#errorId {
  font-size: small;
  color: red;
}
.soxobe-main-navigation {
  padding: 40px;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 56%, 0.46);
}

.couple {
  margin: 40px 0;
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.cards-holder {
  margin-bottom: 60px;
}

.platform-card {
  text-align: left;
  display: flex;
  max-width: 700px;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  margin: 10px auto;
  border: 1px solid #cecece;
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
}

.logo-holder {
  padding: 10px;
  border-right: 1px solid #cecece;
  min-height: 80px;
  margin-right: 20px;
  min-width: 250px;
  text-align: center;
  position: relative;
}

.logo-holder p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.logo {
  width: 50px;
  height: auto;
}

footer {
  font-size: 12px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .cards-holder {
    padding: 20px;
  }
  .platform-card {
    display: block;
    text-align: center;
    padding: 30px;
  }
  .logo-holder {
    border: none;
  }
  .logo-holder p {
    position: relative;
    top: O;
    transform: translate(0);
  }
}
