.boxes {
  min-height: 412px;
  border: 1px solid #e3e3e3;
  border-width: 1px 0 1px 0;
  margin: 30px 0 27px 0;
}
.boxes .row .col-md-4 {
  min-height: 410px;
  padding: 30px 30px 0 29px;
  border-right: 1px solid #e3e3e3;
}
.boxes .row .col-md-4:last-child {
  border-right: 0;
}
.boxes .row .col-md-4 .title {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 25px;
}
.boxes .row .col-md-4 img {
  margin-bottom: 27px;
  max-width: 100%;
}
.boxes .row .col-md-4 p {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 22px;
}
.boxes .row .col-md-4:nth-child(2) a {
  color: #0086ca;
}
.boxes .row .col-md-4:nth-child(3) a {
  color: #ec343b;
}
.boxes .row .col-md-4 a {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #72a140;
  text-transform: uppercase;
  text-decoration: underline;
}
.p33 {
  padding-top: 33px;
}
.gallery .row .col-md-8 .title {
  font-size: 30px;
  color: #1e2832;
  padding-top: 26px;
}
.gallery .row .col-md-8 .title:after {
  margin-top: 13px;
  background: #7aa64a;
  max-width: 100px;
  display: block;
  height: 3px;
  content: "";
}
.gallery .row .col-md-4 {
  margin-top: 35px;
}
.gallery .row .col-md-4 a {
  vertical-align: top;
  display: inline-block;
  width: 238px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #1e2832;
  text-transform: uppercase;
  outline: 2px solid #72a140;
}
.gallery-wrapper {
  max-width: 1172px;
  display: block;
  margin: 0px auto;
  margin-top: 35px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.gallery-wrapper .left-arrow,
.gallery-wrapper .right-arrow {
  display: inline-block;
  width: 37px;
  margin-right: -4px;
  text-align: left;
  vertical-align: top;
  min-height: 275px;
  padding-top: 131.5px;
}
.gallery-wrapper .right-arrow {
  text-align: right;
}
.gallery-wrapper .carousel-inner {
  max-width: 1100px;
  margin: 0px auto;
}
.gallery-wrapper .images {
  display: inline-block;
  width: 1100px;
}
.gallery-wrapper .images .col-md-3 {
  padding-right: 1px;
  position: relative;
}
.gallery-wrapper .images .col-md-3:hover .opacity {
  display: block;
}
.gallery-wrapper .images .col-md-3 .opacity {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 1px;
  display: block;
  width: 100%;
  max-width: 274px;
  height: 100%;
  display: none;
  background: rgba(114,161,64,0.65);
}
.gallery-wrapper .images .col-md-3 .opacity img {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -39px;
}
@media (max-width: 1200px) {
  .gallery-wrapper .left-arrow,
  .gallery-wrapper .right-arrow {
    position: absolute;
    margin: 0;
    z-index: 999;
  }
  .gallery-wrapper .left-arrow {
    left: 0;
  }
  .gallery-wrapper .right-arrow {
    right: 0;
  }
  .gallery-wrapper .images {
    width: 100%;
  }
}
@media (max-width: 1130px) {
  .gallery {
    padding: 0 10px;
  }
  .gallery-wrapper .row .col-md-3 img {
    max-width: 100%;
  }
}
@media (max-width: 790px) {
  .gallery-wrapper .row .col-md-3 {
    width: 50%;
    margin-bottom: 1px;
  }
  .gallery-wrapper .row .col-md-3 .opacity {
    max-width: inherit;
  }
  .gallery-wrapper .row .col-md-3 a > img {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 860px) {
  .gallery .row .col-md-4 {
    width: 50%;
  }
  .gallery .row .col-md-8 {
    width: 50%;
  }
  .boxes .row .col-md-4 {
    width: 50%;
    border-bottom: 1px solid #e3e3e3;
  }
  .boxes .row .col-md-4 img {
    width: 100%;
  }
  .boxes .row .col-md-4:nth-child(3) {
    width: 50%;
    position: relative;
    left: 50%;
    margin-left: -25%;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (max-width: 600px) {
  .gallery .row .col-md-8,
  .gallery .row .col-md-4 {
    width: 100%;
    text-align: center;
  }
  .gallery .row .col-md-8 .title:after,
  .gallery .row .col-md-4 .title:after {
    margin: 10px auto;
  }
  .boxes .row .col-md-4 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    border-right: 0;
  }
  .boxes .row .col-md-4 img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .gallery-wrapper .row .col-md-3 {
    width: 100%;
  }
}
