#sp-main-body .article-list .article .article-info-wrap {padding: 30px 30px 20px 30px;}
.sp-page-title {margin-top: 0px;}

.acymailing_module_form .acymailing_form {display: flex;flex-direction: row;gap: 20px;}
.acymailing_module_form .acymailing_form .fieldacyemail input {text-transform: none;letter-spacing: 1px; padding: 20px;max-width: 360px;}
.acymailing_module_form .acymailing_form input:hover {outline:1px solid #F75B30;}
.acymailing_module_form input[type="text"]:not(.form-control) {max-width:99%; padding: 20px;}

.article-details-wrapper p a:hover, .article-details-wrapper li a:hover {text-decoration: underline; color: #BE4726;}
.article-details-wrapper p a , .article-details-wrapper li a  {color: #6C2815;}


 .owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  bottom: 20px;
}

 
.owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.owl-dots .owl-dot span {
  transition: 0.4s;
  width: 30px;
  height: 4px;
  background: #eee;
  display: inline-block;
  opacity: 0.4;
}

.owl-dots .owl-dot.active span {
  opacity: 1; background: #fff !important;
}

.owl-dots .owl-dot span:hover {background: #F75B30;}