/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-news/block-news.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.b-news {
  position: relative; }

.b-news__ellipse-out {
  width: 10.52083vw;
  height: 10.52083vw;
  padding: 1.30208vw;
  border: 0.26042vw dashed #e6b938;
  border-radius: 50%;
  position: absolute;
  right: 10%;
  top: 5%; }

.b-news__ellipse-in {
  width: 100%;
  height: 100%;
  background-color: #93272c;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0; }

.b-news__content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px; }
  @media screen and (max-width: 1440px) {
    .b-news__content-wrapper {
      grid-gap: 50px; } }
  @media screen and (max-width: 725px) {
    .b-news__content-wrapper {
      grid-template-columns: 1fr; }
      .b-news__content-wrapper p {
        text-align: justify; } }

.b-news__content img {
  max-width: 100%;
  height: auto; }

.b-news__content h3 {
  margin: 50px 0 24px; }

.b-news__content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6c6c6c;
  margin-bottom: 44px; }

