.trust-section1 {
  background: linear-gradient(to right, #BA9E76, #E5D6B8);
  /* padding: 10px 5px; */
  text-align: center;
}

.trust-section1 .container {
  max-width: 300px;
  margin: 0 auto;
  gap:3px;
}

.trust-section1 h1 {
  font: bold 32px sans-serif;
  margin-bottom: 1px;
  color: #333;
}

.trust-section1 p {
  font-size: 16px;
  color: #555;
}

.trust-section1 a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.trust-section1 a:hover {
  text-decoration: underline;
}

.container {
  
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: auto;
}

.blog-background {
  background-color: #FFF0D5;
  padding: 50px 0;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 8px;
}

.left,
.right {
  flex: 1 1 45%;
}

.left img,
.right img {
  width: 80%;
  /* border-radius: 8px; */
}

h3 {
  color: #931137;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  background-color: #fcb900;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn:hover {
  background-color: #e0a900;
}


@media (max-width: 768px) {
  .section {
    flex-direction: column;
  }
}



