.mc--fp--section{
  float:left;
  width:100%;
  display:flex;
  justify-content:center;
}
.mc--fp--wrap{
  float:left;
  width:100%;  
}
.mc--fp--title{
  float:left;
  width:100%;  
  text-align:center;
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.mc--fp--title h2{
  float:left;
  width:100%;
  font-size:40px;
  line-height:1.2;
  font-weight:600;
  color:#ffffff;
  margin-bottom:8px;
}
.mc--fp--text{
  float:left;
  width:100%;
  font-size:18px;
  line-height:1.3;
  font-weight:400;
  color:#ffffff;
}
.mc--fp--text p{
  float:left;
  width:100%;
  color:#ffffff;
  line-height: 24px;
}
.mc--fp--text p:last-child{
  margin-bottom:0;  
}
.mc--fp--posts-row {
    float: left;
    width: 100%;
}
.mc--fp--post{
  float:left;
  width:100%;
  position:relative;
  display: flex !important;
}
.mc--fp--img{
  float:left;
  width:100%;
  max-height:600px;
  overflow:hidden:
}
.mc--fp--img img{
  float:left;
  max-width:100%;
  height:auto;
  width:100%;
}
.mc--fp--caption{
  float:left;
  width:100%;
  padding:32px;
  background: rgb(1 6 38 / 70%);
  position:absolute;
  max-width:632px;
  left:64px;
  top: 80px;
}
.mc--fp--caption .h6{
  float:left;
  width:100%;
  font-size:16px;
  line-height:24px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:2px;
}
.mc--fp--caption h3{
  float:left;
  width:100%;
  font-size:32px;
  line-height:40px;
  font-weight:400;
  color:#ffffff;
  margin-bottom:24px;
}
.mc--fp--ctext{
  float:left;
  width:100%;
  font-size:18px;
  line-height:24px;
  font-weight:400;
  color:#ffffff;
  margin-bottom:32px;  
}
.mc--fp--ctext p{
  float:left;
  width:100%;
  color:#ffffff; 
}
.mc--fp--ctext p:last-child{
  margin-bottom:0;  
}
.mc--fp--button{
  float:left;
  width:100%;
}
.mc--fp--button a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mc--fp--button a:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mc--fp--posts-row ul.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 65px;
    column-gap:6px;
}
.mc--fp--posts-row ul.slick-dots li {
    margin: 0;
    padding: 0;
}
.mc--fp--posts-row ul.slick-dots button {
    width: 14px;
    height: 14px;
    padding: 0;
    font-size: 0;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #fff;
}
.mc--fp--posts-row ul.slick-dots .slick-active button {
    background: #fff;  
}

.media--listing--mcards {
    align-content: flex-start;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

@media(max-width:768px){
  .mc--fp--title h2 {
      font-size: 28px;
     margin-bottom: 16px;
  }
  .mc--fp--text, .mc--fp--text p {
      font-size: 16px;
  }
  .mc--fp--title {
      margin-bottom: 38px;
      padding: 0 24px;
  }
  .mc--fp--img {
      float: left;
      width: 100%;
      min-height: 455px;
      position: relative;
  }
  .mc--fp--img img {
      float: left;
      height: 100% !important;
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
  }
  .mc--fp--caption {
      left: 24px;
      top: 24px;
      max-width: calc(100% - 48px);
      padding: 18px 24px;
  }
  .mc--fp--caption .h6 {
      font-size: 14px;
      margin-bottom: 4px;
  }
  .mc--fp--caption h3 {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 10px;
  }
  .mc--fp--ctext p {
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 1.4;
  }
  .mc--fp--ctext {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 16px;
  }
  .mc--fp--button a {
      padding: 11px 32px;
  }
  .mc--fp--posts-row ul.slick-dots button {
      height: 10px;
      width: 10px;
  }
}