    .new-women-worldwide-btn {
      background-color: #941212;
      color: #fff;
      width: 310px;
      display: block;
      margin: 20px auto;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
    }

    .new-women-worldwide-btn:hover {
      color: #fff;
    }

    .new-island-ladies-btn-wrapper button {
      font-size: 16px;
      background: #941212;
      color: #fff;
    }

    @media screen and (max-width: 991px) {
      .container-fluid.blog-timer .container {
        display: flex;
        flex-direction: column;
      }

      .order-container {
        order: 4
      }

      h3,
      h2,
      p,
      .new-women-worldwide-btn,
      .new-island-ladies-btn-wrapper {
        order: 3;
      }
    }