#after_content {
    margin-bottom: 30px;
}

#after_content h3, #after_content button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#after_content h3{
    width:fit-content;
    margin-bottom: 0px;
    font-size: 18px;
}

#after_content a {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


/* giftcard banner */

.giftcard-banner {
    background-image: url("/images/giftcard_banner/lahjakortti_banner_desktop.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 30px 20px;
    max-width: 1120px;
    width: 100%;
    align-items: center;
    margin: auto;
    height: 220px;
}

/* Left image area */
.giftcard-banner__empty {
    width: 50%;
    height: 300px;
    border-radius: 6px;
}

/* Text box */
.giftcard-banner__content {
    max-width: 480px;
    text-align: center;
}

/* Title */
.giftcard-banner__content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* Description */
.giftcard-banner__content p {
    font-size: 16px;
    margin-bottom: 28px;
}



@media (max-width: 1000px) {
  .giftcard-banner {
      width: 100%;
  }
  .giftcard-banner__empty {
      width: 100%;
      height: 0;
  }
  .giftcard-banner {
      margin: 0;
      width: 100%;
      flex-direction: column;
      padding: 40px 20px;
      background-image: url("/images/giftcard_banner/lahjakortti_banner_tablet.jpg");
      background-size: cover;
      background-position: center;
      height: 350px;
      margin: 0 25px;
      width: -webkit-fill-available;
  }
}

@media (max-width: 600px) {


    .giftcard-banner__empty {
        width: 100%;
    }
    .giftcard-banner {
        margin: 0 20px;
        width: fit-content;
        flex-direction: column;
        padding: 40px 20px;
        background-image: url("/images/giftcard_banner/lahjakortti_banner_mobile.jpg");
        background-size: cover;
        background-position: center;
        height: 350px;
    }
}


/* end giftcard banner */
