@media (max-width: 430px) {
  .section-rent-on-wedio {
    max-width: 425px;
    height: 235px;
    position: relative;
  }

  .rent-on-wedio-background-image {
    height: 235px;
    background-image: url("https://images.wedio.com/blog-images/wedio-founders-mobile.jpg");
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 16px;
  }

  .rent-on-wedio-bg-overlay {
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(50, 50, 50, 0),
      rgba(48, 48, 48, 0.33),
      rgba(45, 45, 45, 0.45),
      rgba(41, 41, 41, 0.9)
    );
  }

  .rent-on-wedio-icon {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 11%;
    transform: translate(-50%, -50%);
    cursor: initial;
    z-index: 2;
    text-align: center;
  }

  .rent-on-wedio-icon-image {
    width: 70px;
  }

  .rent-on-wedio-text-section {
    position: absolute;
    width: 85%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    cursor: initial;
    z-index: 2;
    text-align: center;
  }

  .rent-on-wedio-title {
    color: white !important;
    font-size: 19px !important;
    text-transform: initial;
    margin-bottom: 3px !important;
    font-weight: 700;
    cursor: initial;
  }

  .rent-on-wedio-subtitle {
    font-size: 12px !important;
    margin-bottom: 7px !important;
    color: white !important;
    font-weight: 300;
  }

  .rent-on-wedio-button {
    outline: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
    min-height: 48px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 180px;
    line-height: 48px;
    padding: 0% 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: 0.3s;
    background-color: #00b2a9;
    color: white !important;
    border: none;
    text-decoration: none !important;
  }
}

@media (min-width: 430px) {
  .rent-on-wedio-background-image {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background-image: url("https://images.wedio.com/blog-images/wedio-founders.jpg");
    height: 450px;
  }

  .section-rent-on-wedio {
    max-width: 820px;
    height: 450px;
    position: relative;
  }

  .rent-on-wedio-bg-overlay {
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(50, 50, 50, 0),
      rgba(48, 48, 48, 0.33),
      rgba(45, 45, 45, 0.45),
      rgba(41, 41, 41, 0.9)
    );
  }

  .rent-on-wedio-icon {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 8%;
    transform: translate(-50%, -50%);
    cursor: initial;
    z-index: 2;
    text-align: center;
  }

  .rent-on-wedio-icon-image {
    width: 70px;
  }

  .rent-on-wedio-text-section {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 73%;
    transform: translate(-50%, -50%);
    cursor: initial;
    z-index: 2;
    text-align: center;
  }

  .rent-on-wedio-title {
    color: white !important;
    font-size: 40px !important;
    text-transform: initial;
    margin-bottom: 5px !important;
    font-weight: 700;
    cursor: initial;
  }

  .rent-on-wedio-subtitle {
    font-size: 24px;
    margin-bottom: 18px !important;
    color: white !important;
    font-weight: 300;
  }

  .rent-on-wedio-button {
    outline: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
    min-height: 48px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 180px;
    line-height: 48px;
    padding: 0% 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: 0.3s;
    background-color: #00b2a9;
    color: white !important;
    border: none;
    text-decoration: none !important;
  }
}