.card.blog-post-card img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    object-fit: cover;
  }

.card-text:last-child {
    color: #5A5A5A;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-text:last-child {
    width: 315px;

}

.card-text:last-child {
    margin-bottom: 0;

}

.card-text:last-child {
    margin-bottom: 0;

}

.card-text:last-child {
    margin-bottom: 0;

}



.card.blog-post-card h5 {
    color: var(--text-main, #263A5B);
    font-family: 'Rubik';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    width: 100%;
    text-transform: capitalize;
  }
.card-text {
    color: var(--demo-themewinter-com-scorpion, #5A5A5A);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.card-text a {
    color: var(--primary-1, #FB7369);
    font-family: 'Rubik';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.14px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.about-us-space {
    margin-top: 100px;
}

h5.card-title {
    width: 100%;
}

.card.blog-post-card {
    display: flex;
    padding: 19px 21px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 35px 50px 0px rgba(0, 0, 0, 0.07);
    height: auto;
    min-height: 490px;

}
h1 {
    font-size: 36px;
    line-height: normal;
}
@media only screen and (max-width: 767px) {
    img.card-img-top {
        width: 100%;
        height: auto;
      }
      .img-1-globe {
        position: absolute;
        top: -10px;
      }
      .img-1-book {
        position: absolute;
        top: -25px;
        right: -10px;
      }
      h3.heading-3.text-dark {
        font-size: 24px;
        line-height: normal;
      }
      .blog-head {
        margin-bottom: 3rem;
      }
}