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 {
  width: 100%;
}
.section-div {
  width: 90%;
  /* border: 2px solid black; */
  margin: 120px auto 400px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.left-section {
  width: 62%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p201 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #dc214b;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.p202 {
  line-height: 40px;
  font-size: 36px;
  font-weight: 600;
  color: #181a2a;
  margin-bottom: 20px;
}
.d201 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.img-profile {
  width: 30px;
  height: 30px;
  background-image: url(../Images/blog2-images/6891be7496ccabdc2fd0b1a1d8a535d7.png);
  background-size: cover;
  margin-right: 10px;
}
.main-name,
.main-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font: "Work Sans", sans-serif;
  color: #696a75;
}
.main-date {
  margin-left: 20px;
  font-weight: 400;
}
.main-img-case {
  width: 100%;
  height: 462px;
  background-image: url(../Images/blog2-images/main-img1.jpeg);
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 30px;
}
.p203 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #3b3c4a;
  margin-bottom: 30px;
}
.p204 {
  font-family: 'Work Sans', san-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #1b1a2a;
  margin-bottom: 20px;
}
.p205{
  border-left: 4px solid #E8E8EA;
  background-color: #F6F6F7;
  padding: 32px;
  border-radius: 12px;
  color: #181a2a;
  line-height: 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  margin: 30px 0;
}
.main-img2-case{
  width: 100%;
  height: 462px;
  background-image: url(../Images/blog2-images/main-img2.jpeg);
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 30px;
}
.right-section {
  width: 30%;
}
.p206{
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #454545;
  margin-top: 200px;
  margin-bottom: 20px;
}
.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;
  margin-bottom: 20px;
}
.up1,
.up2{
  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%;
}
.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;
}
.sec7-middle {
  width: 70%;
  height: 411px;
  background: linear-gradient(180deg, #2593d2 0%, #1c6f9e 100%);
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: center;
  top: -250px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec7-middle > div:first-of-type {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 0 80px;
  width: 54%;
}
.sec7-middle p {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.73px;
  letter-spacing: -0.02em;
  text-align: left;
}
.more-btn {
  width: 20%;
  display: flex;
  margin: 120px auto 240px;
  justify-content: center;
  align-items: center;
}
button {
  background-color: #dc214b;
  padding: 15px 40px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  border: 1px solid transparent;
  transition: all 400ms ease-out;
  color: #ffffff;
  cursor: pointer;
}
button:hover {
  background-color: #ffffff;
  color: #dc214b;
  border-color: #dc214b;
}
.sec7-middle button {
  margin-top: 32px;
  width: 201px;
  cursor: pointer;
}
.sec7-img-container {
  position: absolute;
  top: -126px;
  right: 0;
  height: 130.5%;
  overflow: hidden;
}
.sec7-img-container img {
  height: 115%;
}

