.service-section p {
    font-size: 17px !important;
    line-height: 24px;
}
.service-section article {
    box-shadow: 10px 11px 11px rgb(193 193 193 / 18%);
}
.why-choose-us-section .right-content {
    width: 70%;
}
.why-choose-us-section .right-content p {
    font-size: 17px !important;
    line-height: 22px;
}
header#myHeader{
    border-bottom: 1px solid #f9fafb;
}
header#myHeader.sticky {
    position: fixed;
    border-bottom: 1px solid #dee2e6;
}

.faq-section button {
    font-size: 20px !important;
    border: 1px solid #dee2e6;
}
.faq-section button.accordion-button:not(.collapsed) {
    background: #a16207 !important;
    border: 1px solid #a16207;
    color: #fff;
    outline: none !important;
}
.accordion-button:focus{
    border: 1px solid #dee2e6;
}
.faq-section .collapse.show {
    visibility: initial !important;
}
.faq-section .collapse .accordion-body {
    padding: 25px !important;
    font-size: 18px !important;
    color: #1d2124 !important;
    background: #f9fafb;
    border: 1px solid #dee2e6;
}
