.font-blue {
  color: #004296;
  border-bottom: 3px solid;
  padding-bottom: 5px;
}
.textwithimg-blue-section {
  text-align: center;
  padding: 80px 20px;
  background-image: linear-gradient(to right top, #5b86a1, #4b7390, #3b607f, #2c4e6e, #1e3c5d);
}

.textwithimg-blue-h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  color: black;
}


.textwithimg-blue-row {
  display: flex;
  justify-content: center;
align-items: center;
gap: 50px;
margin-top: 40px;
}

.textwithimg-blue-box {
  position: relative;
  text-align: left;
  width: 100%;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15), 0 30px 30px -30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: white;
  border: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 60px;
}

.textwithimg-blue-img {
  width: 250px;
  max-width: 90%;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  aspect-ratio: 1;
  object-fit: cover;
}

.textwithimg-blue-tx {
    line-height: 2;
    margin: 0;
}

@media screen and (max-width: 991px) {
  .textwithimg-blue-box {
    max-width: 800px;
    padding: 40px 30px;
  }
  .textwithimg-blue-box h2 {
    text-align: center;
  }
  .textwithimg-blue-row {
    flex-direction: column;
    gap: 25px;
  }
  .textwithimg-blue-img {
    width: auto;
    max-width: 90%;
    aspect-ratio: 1.5;
  }
  .textwithimg-blue-tx {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .textwithimg-blue-box {
    padding: 30px 20px;
  }
}
