header {
  background: linear-gradient(
      180deg,
      rgb(17, 0, 0, 0.65) 0%,
      rgb(17, 0, 0, 0.65) 100%
    ),
    url(../Images/blog-images/header-img.png);
  background-position: center;
  background-size: cover;
}
.section2 {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.sec2-head {
  width: 85%;
  height: 450px;
  /* border: 2px solid red; */
  background: linear-gradient(#14162466 0%, #14162466 100%),
    url(../Images/blog-images/yellow-woman.jpeg);
  background-size: cover;
  background-position: center;
  margin: auto;
  border-radius: 12px;
}
.sec2-head-div {
  width: 50%;
  padding-left: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* border: 2px solid red; */
}
.sec2-p1 {
  margin-top: 150px;
  color: white;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #dc214b;
  padding: 4px 10px;
  border-radius: 6px;
}
.sec2-p2 {
  margin: 20px 0 50px;
  word-spacing: 2px;
  line-height: 40px;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  height: 80px;
}
.sec2-head-profile-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.profile-box {
  width: 36px;
  height: 36px;
}
.profile-box img {
  width: 100%;
}
.sec2-p3,
.sec2-p4 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
}
.sec2-p4 {
  font-weight: 400;
}
.sec2-main-box {
  /* border: 2px solid black; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 100px auto 0;
  flex-wrap: wrap;
  gap: 30px;
}
.little-box {
  width: 392px;
  height: 488px;
  border: 1px solid #e8e8ea;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 12px;
  gap: 10px;
}
.up1,
.up2,
.up3,
.up4,
.up5,
.up6,
.up7,
.up8,
.up9 {
  height: 52%;
  width: 100%;
  border-radius: 6px;
}
/*.up1 {
  background: url(../Images/blog-images/img1.png);
  background-size: cover;
}*/
.up2 {
  background: url(../Images/blog-images/img2.png);
  background-size: cover;
  background-position: 65%;
}
.up3 {
  background: url(../Images/blog-images/img3.png);
  background-size: cover;
}
.up4 {
  background: url(../Images/blog-images/img4.jpeg);
  background-size: cover;
}
.up5 {
  background: url(../Images/blog-images/img5.jpeg);
  background-size: cover;
}
.up6 {
  background: url(../Images/blog-images/img6.jpeg);
  background-size: cover;
  background-position: bottom;
}
.up7 {
  background: url(../Images/blog-images/img7.jpeg);
  background-size: cover;
  background-position: right;
}
.up8 {
  background: url(../Images/blog-images/img8.jpeg);
  background-size: cover;
}
.up9 {
  background: url(../Images/blog-images/img9.jpeg);
  background-size: cover;
  background-position: right;
}
.down {
  /* border: 2px solid black; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec2-p5 {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  color: #dc214b;
  margin: 20px 0 20px;
  background-color: #4b6bfb0d;
  padding: 4px 10px;
  border-radius: 6px;
}
.sec2-p6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
}
.p66 {
  width: 70%;
}
.sec2-head-profile-box2 {
  margin-top: 20px;
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.profile-box2 {
  width: 36px;
}
.profile-box2 img {
  width: 100%;
  border-radius: 50%;
}
.sec2-p {
  color: #97989f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.sec2-p10 {
  font-weight: 400;
  color: #97989f;
  font-size: 16px;
  line-height: 24px;
}
.sec2-button-box {
  width: 30%;
  margin: 90px auto;
  /* border: 2px solid red; */
  text-align: center;
}
.sec2-button-box button {
  background-color: #dc214b;
  padding: 15px 40px;
  border-radius: 40px;
  color: white;
  border: 1px solid transparent;
  transition: all 0.4s ease-out;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.sec2-button-box a{
  text-decoration: none;
  color: white;

}
.sec2-button-box button:hover {
  background-color: white;
  color: #dc214b;
  border: 1px solid #dc214b;
}

