@media (min-width: 768px) {
  .partner-with-us {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px 100px 0px;
    -webkit-box-shadow: inset 0px 0px 33px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 33px 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 33px 5px rgba(0, 0, 0, 0.5);
  }
  .partner-with-us h1 {
    font-size: 2.5em;
  }
  .partner-with-us .thirds {
    display: flex;
    flex-direction: row;
    width: 100vw;
    margin-top: 50px;
  }

  .partner-with-us .thirds span {
    width: 150px;
    height: 150px;
  }
  .partner-with-us .thirds img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .partner-with-us .thirds p {
    width: 80%;
    text-align: center;
  }
  .partner-with-us .thirds a {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #022855;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.5s;
    border: 2px solid white;
  }
  .partner-with-us .thirds a:hover {
    background-color: white;
    color: #022855;
    border: 2px solid #022855;
  }
  .partner-with-us .thirds .left {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .partner-with-us .thirds .center {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .partner-with-us .thirds .right {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .partner-with-us {
    min-height: 100svh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 5% 100px 5%;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 0px 33px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 33px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 33px 5px rgba(0, 0, 0, 0.25);
  }
  .partner-with-us h1 {
    font-size: 2.5em;
    text-align: center;
  }
  .partner-with-us h3 {
    font-size: 1.25em;
    text-align: center;
    width: 100%;
  }
  .partner-with-us .thirds {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-top: 50px;
  }

  .partner-with-us .thirds span {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .partner-with-us .thirds div {
    padding: 25px 0px;
  }
  .partner-with-us .thirds div:nth-of-type(odd) {
    background-color: rgb(234, 234, 234, 0.25);
  }
  .partner-with-us .thirds img {
    object-fit: cover;
    width: 25%;
    height: 25%;
    z-index: 0;
  }
  .partner-with-us .thirds p {
    width: 80%;
    text-align: center;
  }

  .partner-with-us .thirds a {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #022855;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.5s;
    border: 2px solid white;
  }
  .partner-with-us .thirds .left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .partner-with-us .thirds .center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .partner-with-us .thirds .right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
