/*font family*/
.main-banner-section h1,.main-services-section h1 ,.services-section h3{
  font-family: 'Merriweather', serif !important;
}
.main-banner-section p,.main-banner-section
  .wp-block-button__link ,.main-services-section p
  ,.services-section p,.para-section p{
   font-family: 'Roboto', sans-serif;
}
/*banner section*/
.main-banner-section h1{
font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    margin: 0;
    padding: 10px 0;
}
.main-banner-section p{
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
}
.main-banner-section .wp-block-button__link{
    background: transparent;
    color: #ff8634;
    padding: 8px 19px;
    font-weight: 600;
    border: 2px solid;
    text-decoration: none !important;
    font-size: 15px;
}
.main-banner-section .wp-block-button__link:hover{
    background: #13182c;
    color: #fff;
}
/*service section*/
.main-services-section h2{
    color: #13182c;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    font-size: 2rem;
}
.main-services-section p{
    color: #13182c;
    font-size: 14px;
    line-height: 23px;
}
.services-section h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    line-height: 1.2;
}
.services-section p{
    color: #13182c;
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
}
.services-section{
    margin-left: 6% !important;
    margin-right: 6% !important;
}
.main-services-section h2{
    color: #13182c;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    font-size: 2rem;
    position: relative;
    padding: 22px;
}
.main-services-section h2:after {
    content: "\f19c" !important;
    font-family: 'Font Awesome 5 Free';
    position: absolute !important;
    top: 78px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background: #fff !important;
    width: max-content !important;
    color: #ff8634 !important;
    font-size: 18px !important;
}
.main-services-section h2:before {
    content: '';
    height: 1px;
    width: 20%;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    background-color: #13182c;
}
.services-section{
    margin-bottom: 0em !important;
    margin-top: -3% !important;
}
.services-section .wp-block-image{
    margin-bottom: 0px !important;
}