/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/blocks/three-img-info.scss ***!
  \************************************************************************************************************************************************************************************************/
.three-img-info {
  margin-bottom: 64px;
}
.three-img-info .content {
  margin-bottom: 32px;
}
@media screen and (max-width: 450px) {
  .three-img-info .content {
    margin-bottom: 16px;
  }
}
.three-img-info .content h4 {
  font-family: "Rubik", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.095px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .three-img-info .content h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.08px;
    margin-bottom: 12px;
  }
}
.three-img-info .content p {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.228px;
  color: #1F1F1F;
  text-align: justify;
}
.three-img-info .imgs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .three-img-info .imgs {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .three-img-info .imgs {
    flex-wrap: wrap;
  }
}
.three-img-info .imgs img {
  max-height: 280px;
  border-radius: 24px;
  box-shadow: 0px 2px 6px -1px rgba(16, 18, 52, 0.32);
  -o-object-fit: cover;
     object-fit: cover;
}
.three-img-info .imgs img.img-1 {
  width: 27%;
}
@media screen and (max-width: 450px) {
  .three-img-info .imgs img.img-1 {
    max-height: 180px;
    width: 60%;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .three-img-info .imgs img.img-1 {
    width: 60%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.three-img-info .imgs img.img-2 {
  width: 20%;
}
@media screen and (max-width: 450px) {
  .three-img-info .imgs img.img-2 {
    max-height: 180px;
    width: 35%;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .three-img-info .imgs img.img-2 {
    width: 35%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.three-img-info .imgs img.img-3 {
  width: 49%;
}
@media screen and (max-width: 450px) {
  .three-img-info .imgs img.img-3 {
    max-height: 160px;
    width: 100%;
    margin: 16px 0 0;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .three-img-info .imgs img.img-3 {
    width: 100%;
    margin: 16px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
