.hero-area {
    padding: 500px 0 280px;
    background-image: url('/template/4e351019/images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hero-container {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
      display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 991px) {
  .hero-container {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.hero-content {
    max-width: 653px;
}
@media screen and (max-width: 991px) {
  .hero-content {
    max-width: 100%;
}
}
.hero-content .title {
    color: #FFFFFF;
    margin: 0 0 24px;
    font-family: Instrument Sans;
    font-size: 70px;
    font-weight: 600;
    line-height: 82px;
    text-align: left;
    padding: 0;
}

.hero-content .title-2 {
    color: #FFFFFF;
    margin: 0 0 67px;

    padding: 0;
    font-family: Instrument Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: left;
}
.hero-content .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.hero-content .buttons .make-inquiery {
    display: block;
    background: #F6A335;
    border-radius: 50px;
    padding: 10px 5px;
    color: #000000;
    text-decoration: none;
    font-family: Instrument Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.52px;
    letter-spacing: 0.02em;
    height: 42px;
    max-width: 224px;
    width: 100%;
    margin: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.hero-content .buttons .make-inquiery:hover {
    background: #5f868b;
    color: #fff;
}
.hero-content .buttons .or-call {
    margin: 0 0 0 36px;
}
.hero-content .buttons .or-call p {
    color: #F6A335;
    font-family: Instrument Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0;
    margin: 0;
}
.hero-content .buttons .or-call a {
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFFE8;
    transition: all 0.5s ease 0s;
}
.hero-content .buttons .or-call a:last-child:hover{
    color: #F6A335;
}

.business-hours-card {
    background-color: #5F868B;
    width: 346px;
    border-radius: 12px;
    text-align: left;
    font-family: Instrument Sans;
}
@media screen and (max-width: 767px) {
  .business-hours-card {
    width: 100%;
}
}
.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; 
}
