body {
  font-family: "Poppins", sans-serif;
}


.blog-container {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.blog-image {
  width: 50%;
  margin-right: 0px;
}

.blog-image img {
  display: flex;
  width: 40%;
  border: 2px solid #ffffff;
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  border-radius: 100px;
}

.blog-content {
  width: 50%;
  margin-left: 5px;
  
}

.blog-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}



.gallery-container {
  display: flex;
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  height: 80vh;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
  border-radius: 10px;
}

.box > img {
  width: 200%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box:hover {
  flex: 1 1 50%;
}
.box:hover > img {
  width: 100%;
  height: 100%;
}



.box-container {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px;
}



.box-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box-content {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
}

.box-link {
  display: inline-block;
  background-color: #007acc;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}


.image-blog-container {
  width: 450px;
  height: 281px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  
}

.image-blog-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: right;
}

.centered {
  text-align: center;
  margin-bottom: 20px;
}

.sub-container {
  width: 28.33%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin: 0 20px;
  
  }
  
  .sub-container h3 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0078ae;
  }
  
  .sub-container p {
  margin: 20px 0 0 0;
  font-size: 1.2rem;
  }
  
  .sub-container img {
    margin-top: 20px;
  }

  hr {
  margin-top: 10px;
  margin-bottom: 0;
  border: 0;

  }

  container-image img {
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 185px;
    height: 233px;
  }