.rcfintro-text-container {
  margin-top: 100px;
  padding: 0 100px;
}
.rcfintro-text-container h3 {
  color: black;
  font-size: 32px;
  font-family: "Revive80";
  margin: 0;
  text-align: center;
}
.rcfintro-text-sub-heading {
  color: black;
  font-size: 24px;
  font-family: "DINRegular";
  margin: 0;
  text-align: center;
  margin-top: 65px;
}
.rcfintro-text-content {
  color: black;
  font-size: 18px;
  font-family: "DINLight";
  margin: 0;
  text-align: center;
  margin-top: 35px;
}

.rumble-formates-container {
  margin-top: 90px;
}
.rumble-formates-container.battle.w-1320 {
  padding-bottom: 30px;
}
.rumble-first-row {
  width: 100%;
  display: flex;
  /* gap: 20px; */
}
.rumble-first-row-left-col {
  width: 50%;
  padding: 30px 50px;
  border: 1px solid red;
  border-radius: 10px;

  text-align: center;
}
.rumble-first-row-right-col {
  width: 50%;
  padding: 30px 50px;
  text-align: center;

  border: 1px solid red;
  border-radius: 10px;
}
.rumble-formate-title {
  color: black;
  font-size: 32px;
  font-family: "Revive80";
  margin: 0;
  text-align: left;
}
.rumble-formate-sub-title {
  color: black;
  font-size: 24px;
  font-family: "DINRegular";
  margin: 0;
  margin-top: 35px;
}
.rumble-formate-content {
  color: black;
  font-size: 18px;
  font-family: "DINLight";
  margin: 0;
  margin-top: 35px;
}
.rumble-formate-button {
  color: white;
  font-size: 27px;
  font-family: "DINBold";
  margin: 0;
  background-color: #f5484d;
  margin-top: 35px;
  padding: 10px 20px;
  border: 0;
  text-decoration: none;
  border-radius: 5px;
}
.rumble-formate-button.unlock-feature {
  background-color: #9747ff;
  padding: 10px 20px;
}
.rumble-formate-l-button {
  color: white;
  font-size: 27px;
  font-family: "DINBold";
  margin: 0;
  background-color: #f5484d;
  margin-top: 86px;
  padding: 10px 20px;
  border: 0;
  border-radius: 14px;
}
.rumble-first-row-left-col.show,
.rumble-first-row-right-col.show,
.rumble-second-row-left-col.show,
.rumble-first-row-right-col.show {
  display: flex;
  flex-direction: column;
}
.rumble-first-row-left-col.hide,
.rumble-first-row-right-col.hide,
.rumble-second-row-left-col.hide,
.rumble-second-row-right-col.hide {
  height: fit-content;
}
.rumble-second-row {
  width: 100%;
  display: flex;
  /* gap: 20px; */
  margin-top: 20px;
  padding-bottom: 190px;
}
.rumble-second-row-left-col {
  width: 50%;
  padding: 30px 50px;
  border: 1px solid red;
  border-radius: 10px;
  text-align: center;
}
.rumble-second-row-right-col {
  width: 50%;
  padding: 30px 50px;
  border: 1px solid red;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .rcfintro-text-container {
    margin-top: 0;
    padding: 0 10px;
  }
  .rcfintro-text-container h3 {
    font-size: 22px;
  }
  .rcfintro-text-sub-heading {
    font-size: 20px;
    margin-top: 20px;
  }
  .rcfintro-text-content {
    font-size: 16px;
    margin-top: 20px;
  }

  .rumble-formates-container {
    margin-top: 60px;
    padding: 0 10px;
  }
  .rumble-first-row {
    width: 100%;
    display: block;
  }
  .rumble-first-row-left-col {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .rumble-first-row-left-col img {
    width: 100%;
    height: 50px;
  }
  .rumble-formate-title {
    font-size: 26px;
    margin-top: 30px;
  }
  .rumble-formate-sub-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .rumble-formate-content {
    font-size: 16px;
    margin-top: 16px;
  }
  .rumble-formate-button {
    color: white;
    font-size: 20px;
    font-family: "DINBold";
    background-color: #f5484d;
    padding: 8px 10px;
    border: 0;
    margin: 0;
    border-radius: 5px;
  }
  .rumble-first-row-right-col {
    width: 100%;
    padding: 17px 13px;
    text-align: center;
    margin-top: 30px;
  }
  .rumble-first-row-right-col img {
    width: 100%;
  }
  .rumble-second-row {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding-bottom: 130px;
    /* padding: 0 10px; */
  }
  .rumble-second-row-left-col {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .rumble-second-row-left-col img {
    width: 100%;
    height: 50px;
  }
  .rumble-second-row-right-col {
    width: 100%;
    padding: 25px;
    text-align: center;
    margin-top: 30px;
  }
  .rumble-second-row-right-col img {
    width: 100%;
    height: 50px;
  }
  .rumble-formate-l-button {
    color: white;
    font-size: 20px;
    font-family: "DINREGULAR";

    background-color: #f5484d;
    margin: 0;
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .rumble-formate-title {
    font-size: 22px;
    margin: auto 0px;
  }
  .rumble-formate-button,
  .rumble-formate-l-button {
    font-size: 18px;
    padding: 8px 8px;
    white-space: nowrap;
    margin-top: 20px;
  }
}

@media (min-width: 865px) and (max-width: 1095px) {
  .rumble-formate-title {
    font-size: 22px;
  }
}

@media (min-width: 767px) and (max-width: 865px) {
  .rumble-formate-title {
    font-size: 18px;
  }
}
