body {
  background-color: #F3EBF6;
  font-family: "M PLUS 1p",sans-serif;
}

section {
  padding-top: 80px;
}
section {
  display: block;
}
section.featured-places {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f4f4;
}
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}
.section-heading span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #4883ff;
}
.section-heading h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

.item .thumb {
  position: relative;
  z-index: 1;
}
.item .thumb img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.item .thumb .overlay-content {
  position: absolute;
  z-index: 9;
  top: 30px;
  left: 30px;
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item .thumb .overlay-content li {
  display: inline;
  margin-right: 3px;
}
.item .thumb .date-content {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  right: 30px;
  color: #fff;
  display: inline-block;
  /*
    z-index: 9;
    top: 30px;
    right: 30px;
    color: #fff;
    text-align: center;
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #4883ff;
    border-radius: 50%;
*/    
  }
.item .thumb .date-content h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
.item .thumb .date-content span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
}
.item .down-content {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.item .down-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.item .down-content span {
  display: block;
  font-size: 13px;
  color: #4883ff;
  margin-bottom: 15px;
}

.item .down-content p {
  margin-bottom: 20px;
}

.item .down-content .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.item .down-content .text-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
  margin: 0px -5px;
}




.content .text-button a {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
}

.content .text-button a:hover {
  color: #4883ff;
}


.slider {
  margin: 0 auto;
  /*max-width: 500px;*/
  width: 80%;
}

.slider-img {
  margin: 0 5px;
}

.slider-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

h4 {
  font-family: "M PLUS 1p", sans-serif!important;
  font-size:14px!important;
  height: 32px;
}
.down-content p {
  height: 48px;
}

form {
  padding-bottom:48px;
}
.notion {
  color:red;
  font-weight:900;
  font-size:1.1rem;
  padding:0.5px 0;
}