.gallerysection {
  margin-bottom: 35px;
}

.gallerysection .item {
  margin: 15px;
}

.gallerysection .item img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px -1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 5px -1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 5px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px -1px rgba(0, 0, 0, 0.1);
}

.gallerysection .item .image-block {
  margin-bottom: 15px;
}

.gallerysection .item .contect-block p {
  font-weight: 600;
}

.gallerysection .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  color: #441A05;
  padding-right: 30px !important;
  padding-left: 30px !important;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.gallerysection .owl-theme .owl-nav [class*=owl-]::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 24px;
  height: 20px;
  background-size: 22px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallerysection .owl-theme .owl-nav .owl-prev::after {
  left: 0px;
  background-image: url(../image/prev.png);
}

.gallerysection .owl-theme .owl-nav .owl-next::after {
  right: 0px;
  background-image: url(../image/next.png);
}
