.margin__bottom {
  margin-top: 100px;
  margin-bottom: 20px;
}

.date {
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  min-width: 150px;
  max-width: 150px;
  margin-right: 32px;
  color: rgba(0, 0, 0, 0.5);
}

.detais .news__img {
  min-width: 100px;
  max-width: 100px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  background: #efefef;
  margin-right: 18px;
}
.detais .title {
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.detais .title .titlt__header {
  color: black;
}
.detais .title__content {
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.5);
  height: 50px;
  overflow: hidden;
}
.detais .readmore {
  position: relative;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
}
.detais .readmore:hover {
  text-decoration: none;
}
.detais .readmore::before {
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  background-color: transparent;
  top: 32%;
  right: -14px;
  border-top: rgb(0, 0, 0) solid 3px;
  border-left: rgb(0, 0, 0) solid 3px;
  transform: rotate(135deg);
}

.new__block {
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.new__block:hover {
  cursor: pointer;
}
.new__block:hover .date {
  color: black;
}
.new__block:hover .detais .title {
  text-decoration: underline;
}
.new__block:hover .detais .title .titlt__header {
  color: black;
}
.new__block:hover .detais .title__content {
  color: #000;
}

.search {
  margin-top: 18px;
  width: 45vw;
  height: 36px;
  border-radius: 2px;
  padding: 6px;
  border: 2px solid #000;
}

.serach__icon {
  position: absolute;
  right: 1px;
  top: 20px;
  width: 33px;
  height: 33px;
  background: linear-gradient(355deg, #9b0ab4, #566ad9);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 576px) {
  .margin__bottom {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .date {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    min-width: 150px;
    max-width: 150px;
    margin-right: 32px;
    color: rgba(0, 0, 0, 0.5);
  }
  .detais .news__img {
    min-width: 100px;
    max-width: 100px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    background: #efefef;
    margin-right: 18px;
  }
  .detais .title {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .detais .title .titlt__header {
    color: black;
  }
  .detais .title__content {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.5);
    height: 50px;
    overflow: hidden;
  }
  .detais .readmore {
    position: relative;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
  }
  .detais .readmore:hover {
    text-decoration: none;
  }
  .detais .readmore::before {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    background-color: transparent;
    top: 32%;
    right: -14px;
    border-top: rgb(0, 0, 0) solid 3px;
    border-left: rgb(0, 0, 0) solid 3px;
    transform: rotate(135deg);
  }
  .new__block {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .new__block:hover {
    cursor: pointer;
  }
  .new__block:hover .date {
    color: black;
  }
  .new__block:hover .detais .title {
    text-decoration: underline;
  }
  .new__block:hover .detais .title .titlt__header {
    color: black;
  }
  .new__block:hover .detais .title__content {
    color: #000;
  }
  .search {
    margin-top: 18px;
    width: 45vw;
    height: 36px;
    border-radius: 2px;
    padding: 6px;
    border: 2px solid #000;
  }
  .serach__icon {
    position: absolute;
    right: 1px;
    top: 20px;
    width: 33px;
    height: 33px;
    background: linear-gradient(355deg, #9b0ab4, #566ad9);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .margin__bottom {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  .date {
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    min-width: 150px;
    max-width: 150px;
    margin-right: 42px;
    color: rgba(0, 0, 0, 0.5);
  }
  .detais .news__img {
    min-width: 222px;
    max-width: 222px;
    width: 100%;
    height: 135px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    background: #efefef;
    margin-right: 18px;
  }
  .detais .title {
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .detais .title .titlt__header {
    color: black;
  }
  .detais .title__content {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.5);
    height: 50px;
    overflow: hidden;
  }
  .detais .readmore {
    position: relative;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
  }
  .detais .readmore:hover {
    text-decoration: none;
  }
  .detais .readmore::before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    background-color: transparent;
    top: 35%;
    right: -14px;
    border-top: rgb(0, 0, 0) solid 3px;
    border-left: rgb(0, 0, 0) solid 3px;
    transform: rotate(135deg);
  }
  .new__block {
    margin-bottom: 50px;
    flex-wrap: nowrap;
  }
  .new__block:hover {
    cursor: pointer;
  }
  .new__block:hover .date {
    color: black;
  }
  .new__block:hover .detais .title {
    text-decoration: underline;
  }
  .new__block:hover .detais .title .titlt__header {
    color: black;
  }
  .new__block:hover .detais .title__content {
    color: #000;
  }
  .search {
    margin-top: 18px;
    width: 28vw;
    height: 36px;
    border-radius: 2px;
    padding: 12px;
    border: 2px solid #000;
  }
  .serach__icon {
    position: absolute;
    right: 1px;
    top: 20px;
    width: 33px;
    height: 33px;
    background: linear-gradient(355deg, #9b0ab4, #566ad9);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=newsupdates.css.map */