.busyness-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    gap: 100px;
    min-height: 405px;
    border-radius: 12px;
    overflow: hidden;
    background: url('https://www.southyarralocksmiths.com.au/template/4e351019/images/openhurs-bg.png') no-repeat center/cover;
    position: relative;
    z-index: 1;
}
.busyness-container .content-title .title {
    font-family: Instrument Sans;
    font-weight: 700;
    font-size: 43px;
    line-height: 64px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    max-width: 338px;
  margin: 0
}
.business-hours-card {
    background-color: #5F868B;
    width: 346px;
    border-radius: 12px;
    text-align: left;
    font-family: Instrument Sans;
}

.business-hours-card .card-header {
    color: #ffffff;
    font-size: 21px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    border-radius: 12px;
  font-family: Instrument Sans;
}
.business-hours-card .content {
    background-color: #ffffff;
    padding: 33px 32px 35px;
    border-radius: 12px;
}
.business-hours-card .bullet {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.business-hours-card .bullet li {
    position: relative;
    padding: 0 0 0 21px;
    margin: 0 0 22px;
  font-family: Instrument Sans;
}
.business-hours-card .bullet li:last-child {
    margin-bottom: 0;
}
.business-hours-card .bullet li::before {
    content: "";
    background: #F6A335;
    border-radius: 100px;
    display: inline-flex;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 8px;
}
.business-hours-card .bullet li h4 {
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color: #121212;
    margin: 0 0 4px;
    font-family: Instrument Sans;
}
.business-hours-card .bullet li p {
  margin: 0;
}
.business-hours-card .bullet li p span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.9);
    margin: 0;
    display: inline-block;
    font-family: Instrument Sans;
}
.business-hours-card .bullet li p.note span {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FF0000; 
    margin: 16px 0 0; 
}
@media screen and (max-width: 1080px) {
.busyness-container { 
    gap: 52px; 
}
}
@media screen and (max-width: 767px) {
  .business-hours-card {
    width: 100%;
}
  .busyness-container { 
    gap: 30px; 
    flex-direction: column;
    padding: 35px;
    margin: 60px auto;
}
  .busyness-container .content-title .title { 
    font-size: 36px;
    line-height: 49px; 
}
  .business-hours-card .bullet li h4 { 
    font-size: 16px; 
}
  .business-hours-card .content { 
    padding: 26px; 
}
}
