body.alliance {
  background: linear-gradient(132deg, #eaf3f9, #ffffff);
}

.alliance .content {
  max-width: 1320px;
  margin-bottom: 20px;
}

.alliance .space {
  margin-bottom: 20px;
}

.alliance h2.title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.alliance p.alliance {
  font-size: 30px;
  font-weight: 600;
}

.alliance .logos {
  height: 90px;
  text-align: center;
  min-width: 140px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: #959da533 0px 8px 10px;
}

.alliance .brand_list {
  width: 57%;
  overflow: hidden;
}

.alliance .logos img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.alliance p.para {
  font-size: 21px;
  font-weight: 400;
}

.alliance .partners {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.alliance .partners:first-child {
  align-items: center;
}

.alliance .partners:nth-child(1) .partner:nth-child(1) {
  margin-left: 20px;
}

.alliance .partners:nth-child(2) .partner:nth-child(2) {
  margin-top: 15px;
}

.alliance .partners:nth-child(2) {
  align-items: flex-start;
}

.alliance .join p {
  font-size: 28px;
}

.alliance .join a {
  gap: 10px;
  /* height: 60px; */
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 3rem;
  display: inline-flex;
  align-items: center;
  background: #141414;
  justify-content: start;
  text-decoration: none;
}

.alliance i.fa-solid.fa-arrow-right-long {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .alliance .space {
    margin-bottom: 10px;
  }

  .alliance .brands {
    flex-wrap: wrap;
  }

  .alliance .brands .brand_list {
    width: 100%;
  }

  .alliance h2.title {
    text-align: center;
  }

  .alliance p {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .brands .col-md-4 {
    width: 100%;
  }

  .brands .col-md-8 {
    width: 100% !important;
  }

  .alliance .partners {
    justify-content: center;
  }

  .alliance .join {
    text-align: center;
  }

  .alliance .join a {
    margin: auto;
  }

  .brands .row {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .alliance p.para {
    text-align: justify;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .col-md-8.join {
    width: 58.33333333%;
  }

  .brands .row {
    gap: 15px;
  }
}