* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#Post {
  padding: 5% 10% 5%;
  width: 100%;
  text-align: left;
  min-height: 660px;
  box-sizing: border-box;
  background-size: cover;
  border-bottom: 1px solid rgba(122, 161, 187, 0.2);
}

#PostTitle {
  max-width: 1322px;
  margin: auto;
}

#PostContent {
}

#PostTitle h3 {
  font-size: 3em;
  font-family: 'coolveticarg', sans-serif;
  background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0;
  overflow: hidden;
  padding: 0 10px;
}

.swiper-button-next, .swiper-button-prev {
    top: 50% !important;
}

.slide-container {
  max-width: 1322px;
  width: 100%;
  padding: 40px 0;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.img-slide-content {
  margin: 0 40px;
  overflow: hidden;
  padding: 10px;
}

.card {
  background-color: #FFF;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-content {
  position: relative;
  height: 220px;
  width: 100%;
  background-color: #edf0f7;
  padding: 5px 20px;
}

.image-content {
  position: relative;
}

.overlay {
}

.overlay::before,
.overlay::after {
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #fff;
}

.overlay::after {
  background-color: #020916;
}

.card-image {
  position: relative;
  height: 350px;
  width: 100%;
  background: #FFF;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.name {
  font-size: 18px;
  font-weight: 900;
  color: #000;
}

.description {
  font-size: 14px;
  color: #000;
  text-align: center;
}

 .description a.textLink {
   font-size: 100%;
 }

button.slider-button {
  border: none;
  font-family: 'LatoRegular', sans-serif!important;
  font-size: 14px;
  color: #FFF;
  padding: 9px 18px;
  background-color: #1c354b;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  bottom: 0;
  position: absolute;
}

.slider-button:hover {
  background-color: #4a84aa;
}

a.slider-button-link {
  font-family: 'LatoRegular', sans-serif!important;
  border: none;
  font-size: 14px;
  color: #FFF !important;
}

a.slider-button-link:visited {
  color: #FFF;
}

a.slider-button-link:hover {
  color: #FFF;
}

.swiper-navBtn {
  color: #1c354b;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #a1bdcf;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #4a84aa;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #1c354b;
}

@media screen and (max-width: 1600px) {

  .slide-container{
    max-width: 1000px;
  }

  #PostTitle {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1280px) {

  .slide-container{
    max-width: 700px;
  }

  #PostTitle {
    max-width: 700px;
  }
}

@media screen and (max-width: 800px) {

  #Post {
    padding: 50px 0;
    width: 100%;
    text-align: left;
    min-height: 660px;
  }

  .slide-container{
    max-width: 450px;
  }

  #PostTitle {
    max-width: 450px;
  }

  #PostTitle h3 {
    font-size: 2em;
  }

  .img-slide-content {
    margin: 0 20px;
    overflow: hidden;
    padding: 10px;
  }
}
