.section-3{
    position: relative;
    max-width: 2000px;
    margin: 50px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

.header-bookslot-2 {
    position: relative;
    width: 100%;
    background-image: url("../../images/book_slot_page/section-3/cover-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 340px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease;
  }
  
  .header-bookslot-2-content {
    position: relative;
    max-width: 511px;
    text-align: left;
    transition: all 0.5s ease;
  }
  
  .header-bookslot-2 h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    transition: all 0.5s ease;
  }
  
  .header-bookslot-2 p {
    font-size: 1rem;
    margin-bottom: 01rem;
    transition: all 0.5s ease;
  }
  
  .btn {
    display: inline-block;
    background-color: #ff6f00;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: background-color 0.3s;
  }
  
  .btn:hover {
    background-color: #ff4500;
  }

/* 320px */
@media screen and (min-width: 320px) {
    .header-bookslot-2 {
        padding: 0px 0px;
    }

    .header-bookslot-2-content {
        left: 0;
        padding: 10px;
    }
    .header-bookslot-2 h1 {
        font-size: 1.8rem;
    }
    .header-bookslot-2 p {
        font-size: 0.9rem;
    }
}
/* 425px */
@media screen and (min-width: 425px) {
    .header-bookslot-2-content {
        left: 0;
        padding: 10px;
    }
    .header-bookslot-2 h1 {
        font-size: 2rem;
    }
    .header-bookslot-2 p {
        font-size: 1rem;
    }
}
/* 768px */
@media screen and (min-width: 768px) {
    .header-bookslot-2 {
        padding: 40px 50px;
    }

    .header-bookslot-2-content {
        padding: 0px;
    }
    .header-bookslot-2 h1 {
        font-size: 2.3rem;
    }
    .header-bookslot-2 p {
        font-size: 1rem;
    }
}
/* 1024px */
@media screen and (min-width: 1024px) {
    .header-bookslot-2 {
        padding: 0px 80px;
    }

    .header-bookslot-2-content {
        padding: 0px;
    }
    .header-bookslot-2 h1 {
        font-size: 2.5rem;
    }
    .header-bookslot-2 p {
        font-size: 1.1rem;
    }
}
/* 1440px */
@media screen and (min-width: 1440px) {
    .header-bookslot-2 {
        padding: 0px 150px;
    }

    .header-bookslot-2-content {
        padding: 0px;
    }
    .header-bookslot-2 h1 {
        font-size: 3rem;
    }
    .header-bookslot-2 p {
        font-size: 1.1rem;
    }
}