.set-pst dd, dl, dt, li, ol, ul {
	margin-block-end: 5px !important;
    margin-block-start: 5px !important;
}

.set-pst p {
    line-height: 34px !important;
}

.set-pst .wp-caption {
    float: right;
    margin: 0 0 20px 20px;
    width: auto !important;
    max-width: 100%;
}

.set-pst .wp-caption img {
    width: 550px;
    height: auto;
    display: block;
}

.set-pst .wp-caption-text {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: italic;
    margin-top: 8px;
    text-align: center;
}

@media (max-width: 1024px) {
    .set-pst .wp-caption img {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .set-pst .wp-caption {
        float: none;
  
        width: 100% !important;
    }

    .set-pst .wp-caption img {
        width: 100%;
        height: auto;
    }

    .set-pst .wp-caption-text {
        text-align: left;
        width: 100%;
    }
}

.post-meta-info a {
  color: #6E879B;
}

.post-meta-info a:hover {
  color: #2F3E4A;
}

.post-meta-info{
font-family:"Inter",sans-serif;
font-size:18px;
font-weight:500;
color:#6E879B;
}

@media (max-width:767px){
.post-meta-info{
font-size:16px;
}
}
.elementor-form input:focus,
.elementor-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}


/* Blog Detail Page */
.set-pst h1,
.set-pst h2,
.set-pst h3,
.set-pst h4,
.set-pst h5,
.set-pst h6 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(51, 51, 51);
    font-size: 30px;
    line-height: 40px;

    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
}

@media (max-width: 768px) {
    .set-pst h1,
    .set-pst h2,
    .set-pst h3,
    .set-pst h4,
    .set-pst h5,
    .set-pst h6 {
        font-size: 20px;
        line-height: 30px;
    }
}
/*  Newsletter form */

.newsletterform .mc-form {
  display: flex;
  width: 100%;
}

.newsletterform .mc-form input[type="email"] {
  width: 66.5%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  border: 1px solid #2F3E4A;
  border-right: none;
  outline: none;
  color: #2F3E4A;
  border: 1px solid #2F3E4A;
  border-radius: 0px;
}

.newsletterform .mc-form input[type="submit"] {
  width: 33.5%;
  background-color: #2f3e4a;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #2F3E4A;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px;
}

.newsletterform .mc-form input[type="submit"]:hover {
  background-color: #6E879B;
}

.set-lfticon span.elementor-icon-list-icon {
    margin: 0px -10px 0px 5px;
}