.imageSection {
  background-image: url(../images/blogs/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
}

.imageSection section {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #00132cab;
  position: absolute;
}

.imageSection h3 {
  font-family: impact, Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  width: 50%;
  color: white;
  padding: 0px 5vw;
  position: relative;
}

.titleSection img {
  width: 100%;
}

.titleSection {
  border-radius: 10px;
  border: 1px solid #0000002d;
  overflow: hidden;
  height: 100%;
}

.titleSection p {
  padding: 0px 15px;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.titleSection h4 {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
}

.titleSection a {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  color: #0a338d;
  font-family: "Proxima Nova Alt Semi-Bold", Sans-serif;
  text-decoration: none;
}

.titleSection button:hover {
  background-image: linear-gradient(90deg, #0449a9 0%, #048def 100%);
}

.section {
  padding: 0px 5vw;
}

.titleSection div {
  padding: 10px 15px;
  border-top: 1px solid #0000002d;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .imageSection h3 {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .imageSection h3 {
    width: 90%;
  }
  .imageSection {
    padding: 100px 0;
  }
}
@media (max-width: 500px) {
  .imageSection h3 {
    font-size: 20px;
  }
  .imageSection {
    padding: 80px 0;
  }
}
