html,
body {
  margin: 0;
  padding: 0px;
  font-family: Poppins;
}
.section-container {
  margin: 0 auto;
  max-width: 1330px;
}
/*section CSS*/
h1 {
  font-size: 34px;
  text-align: center;
  font-weight: bolder;
  padding-top: 50px;
}

h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

h4 {
  font-size: 19px;
  text-align: left;
  font-weight: bold;
  margin: 0;
}

h5 {
  text-align: center;
  padding: 5px 10%;
}

section {
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
}

section p {
  font-family: "Times New Roman";
  font-size: 16px;
}

section li {
  font-family: "Times New Roman";
  font-size: 16px;
}

section button {
  background-color: white;
  border: 1px solid #b83239;
  color: #b83239;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}

button:hover {
  background-color: black;
}

/*content css*/
.club-memberships {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.club-allweask {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.club-memberships img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.club-allweask img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.club-memberships p {
  font-family: "Times New Roman";
  font-size: 16px;
  text-align: left;
}

.club-allweask p {
  font-family: "Times New Roman";
  font-size: 16px;
  text-align: left;
}

.column {
  flex: 50%;
  padding: 2%;
  justify-content: center;
}

@media (max-width: 720px) {
  .club-allweask {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 50px;
  }

  .club-memberships {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
