.blog,
.blog * {
  box-sizing: border-box;
}
.blog {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.blog-page {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header {
  padding: 150px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.title {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-Bold", sans-serif;
  font-size: 45px;
  font-weight: 700;
  position: relative;
  width: 1114px;
  height: 40px;
}
.subscription {
  flex-shrink: 0;
  width: 1114px;
  height: 410px;
  position: relative;
}
.subscribe-text {
  background: linear-gradient(
    180deg,
    rgba(255, 92, 95, 1) 0%,
    rgba(231, 169, 17, 1) 100%
  );
  width: 1025px;
  height: 410px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.content {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  left: 76px;
  top: 129px;
  width: 418px;
  height: 144px;
}
.subscribe-form {
  background: #000000;
  width: 523px;
  height: 298px;
  position: absolute;
  left: 591px;
  top: 52px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 407px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
}
.control {
  align-self: stretch;
  flex-shrink: 0;
  height: 40px;
  position: relative;
}
.rectangle-5 {
  background: #d9d9d9;
  border-radius: 4px;
  width: 407px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.full-name {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-Regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.75;
  position: absolute;
  left: 10.74px;
  top: 12px;
  width: 84.6px;
  height: 16px;
}
.rectangle-12 {
  background: #d9d9d9;
  border-radius: 4px;
  width: 407px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.email-address {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-Regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.75;
  position: absolute;
  left: 10.74px;
  top: 11px;
  width: 134.23px;
  height: 14px;
}
.control2 {
  flex-shrink: 0;
  width: 407px;
  height: 40px;
  position: relative;
}
.rectangle-11 {
  background: #d9d9d9;
  border-radius: 4px;
  width: 407px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.phone-number {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-Regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.75;
  position: absolute;
  left: 10.74px;
  top: 10px;
  width: 134.23px;
  height: 15px;
}
.submit {
  background: #efbf04;
  align-self: stretch;
  flex-shrink: 0;
  height: 40px;
  position: relative;
}
.submit2 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  width: 63.36px;
  height: 19px;
}
.latest-news {
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1114px;
  position: relative;
}
.title2 {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-Regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  position: relative;
  width: 212px;
  height: 40px;
}
.news {
  display: flex;
  flex-direction: row;
  row-gap: 44px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.item {
  background: #f0f0f0;
  padding: 0px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 500px;
  height: 512px;
  position: relative;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.image {
  align-self: stretch;
  flex-shrink: 0;
  height: 310px;
  position: relative;
  object-fit: cover;
}
.details {
  padding: 0px 25px 0px 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title3 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: 501px;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 130px;
  position: relative;
}
.date {
  color: #000000;
  text-align: left;
  font-family: "Inter-ExtraLight", sans-serif;
  font-size: 13px;
  font-weight: 200;
  position: relative;
  align-self: stretch;
}
.line {
  background: #d9d9d9;
  margin-top: -1px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(-0.441deg) scale(1, 1);
}
.action {
  padding: 0px 25px 0px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.button {
  background: #e5b80b;
  padding: 9px 38px 9px 38px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.read-more {
  color: #000000;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.item2 {
  background: #f0f0f0;
  padding: 0px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 500px;
  height: 512px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pager {
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.page {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}
.explore-blogs {
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1200px;
  position: relative;
}
.explore-our-blogs {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 36px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.blogs {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.blog2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 266px;
}
.cover {
  background: #d9d9d9;
  flex-shrink: 0;
  width: 266px;
  height: 260px;
  position: relative;
}
.image2 {
  width: 265px;
  height: 200px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  object-fit: cover;
}
.title4 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
