:root {
   /* --bs-sectionTitleColr: #f0831f; */
}

section#brandStory,
section#patent,
section#ourProducts {
   margin-bottom: 165px;
}

section#prCenter {
   margin-bottom: 95px;
}

section#bottomBox {
   margin-bottom: 95px;
}

@media (max-width: 576px) {
   section {
      margin-bottom: 100px !important;
   }

   br {
      display: none;
   }
}

.sectionTitle {
   font-family: 'Outfit', sans-serif;
   font-size: 18px;
   font-weight: 800;
   color: #f0831f;
}

.btn-round {
   width: 122px;
   height: 117px;
   /* padding: 24px; */
   border-radius: 25px;
   border: 1px solid #dddddd;
   margin-bottom: 15px;
}

.btn-round:hover {
   border-color: #f0831f;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-round img {
   width: 32px;
   height: 32px;
   object-fit: contain;
}

#patent .imgBox {
   width: 272px;
   height: auto;
   border: 1px solid #d7d7d7;
   margin-bottom: 15px;
}

#prCenter {
   background-image: url('../images/sec04_1.jpg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   height: 437px;
}

@media (max-width: 768px) {
   .col .btn-round {
      width: 100% !important;
      height: auto;
      padding: 24px;
      border-radius: 25px;
      border: 1px solid #dddddd;
      margin-bottom: 15px;
   }
}