.left {
  align-items: center;
}

.right-upper p:first-child {
  font-weight: 500;
}

.right-upper p {
  margin-bottom: 1px;
}

.right-lower p {
  font-weight: 500;
}

.right-lower p {
  margin-bottom: 1px;
}

.right-lower ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  margin-top: 1px;
}

.right-lower ul li:before {
  content: "\2713";
  position: absolute;
  left: 0;
}

.right-lower a {
  color: white;
}

.content {
  min-height: calc(100vh - 152px);
  background-image: url("../../image/contact-background.jpg");
}

.description {
  margin-top: 40px;
}

@media only screen and (max-width: 576px) {
  .main-title p {
    font-size: 24px;
  }

  .partners img {
    width: 300px;
    height: auto;
  }

  .left img {
    width: 200px;
    height: 200px;
  }

  .left {
    display: flex;
    justify-content: center;
  }

  .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
  }

  .right.col-sm-8 {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 576px) {
  .main-title p {
    font-size: 28px;
  }

  .partners img {
    width: 529px;
    height: auto;
  }

  .left img {
    width: 200px;
    height: 200px;
  }

  .left {
    justify-content: end;
  }
}

@media only screen and (max-width: 991px) {
  .description {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .main-title p {
    font-size: 32px;
  }

  .description {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .main-title p {
    font-size: 48px;
  }

  .description {
    font-size: 24px;
  }

  .left img {
    width: 400px;
    height: 400px;
  }
}