.business-hours{
     padding:0px 30px 100px 40px;
}
.business-hours h2{
     font-family: Century Gothic;
    font-size: 20px;
    font-weight: 700;
    line-height: 43px;
    text-align:center;
    margin:0 0 40px 0;
    padding:0;
    color:#535A44;
   text-transform: uppercase;
}
.business-hours .hours-time-container p{
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    margin:0;
    padding:0;
    color:rgba(31, 42, 7, 0.6);
}
.business-hours .hours-time-container{
    display: flex;
    gap: 0 12px;
    justify-content: space-between;
    max-width: 528px;
    margin: 0 auto;
}
.business-hours .hours-time-container .business-time-box-left {
    width: 50%;
    padding:0 30px;
  border-right:1px solid rgba(147, 156, 121, 0.3);
}
.business-time-box-right {
    width: 50%;
    padding:0 30px;
}
