@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  display: inline-block;
}

.latest-news, .text-block-with-media, .boxes-wrapper, .banner .inner {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
@media (max-width: 768px) {
  .latest-news, .text-block-with-media, .boxes-wrapper, .banner .inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 425px) {
  .latest-news, .text-block-with-media, .boxes-wrapper, .banner .inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.latest-news .inner, .text-block-with-media, .boxes-wrapper .inner, .banner .inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .latest-news .inner, .text-block-with-media, .boxes-wrapper .inner, .banner .inner {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.latest-news .inner .boxes .box, .boxes-wrapper .inner .boxes .box {
  flex: 0 1 33.33%;
}
@media (max-width: 768px) {
  .latest-news .inner .boxes .box, .boxes-wrapper .inner .boxes .box {
    flex-grow: 1;
  }
}
@media (max-width: 425px) {
  .latest-news .inner .boxes .box, .boxes-wrapper .inner .boxes .box {
    flex-basis: 100%;
  }
}

.latest-news .inner .boxes .box .inner-box, .boxes-wrapper .inner .boxes .box .inner-box {
  border-radius: 0.625rem;
  box-shadow: -1px 1px 37px 1px rgba(0, 0, 0, 0.31);
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.latest-news .inner .boxes .box .inner-box .inner-box-text, .boxes-wrapper .inner .boxes .box .inner-box {
  padding: 1.875rem;
}
@media (max-width: 768px) {
  .latest-news .inner .boxes .box .inner-box .inner-box-text, .boxes-wrapper .inner .boxes .box .inner-box {
    padding: 0.9375rem;
  }
}

.text-block-with-media .main-inner .text-content .inner > :last-child, .boxes-wrapper .inner .boxes .box .inner-box > :last-child {
  margin-bottom: 0;
}

.boxes-wrapper .inner .boxes .box .inner-box i {
  color: #e80566;
  font-size: 3.125rem;
  margin-bottom: 0.46875rem;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
}

h1,
h2,
h3,
.header {
  color: #000;
  margin-bottom: 0.9375rem;
  line-height: 1;
}

h1 {
  font-size: 3.125rem;
}
@media (max-width: 425px) {
  h1 {
    font-size: 2.0625rem;
  }
}

h2 {
  font-size: 2.0625rem;
}
@media (max-width: 425px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3,
.header {
  font-size: 1.25rem;
}

.header {
  font-weight: 600;
}

ul {
  line-height: 2;
  list-style-type: circle;
}

.btn {
  text-align: center;
  font-weight: 600;
  background-color: #e80566;
  color: #fff;
  text-decoration: none;
  border: transparent 1px solid;
  border-radius: 0.3125rem;
  padding: 0.46875rem 0.9375rem;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background-color: transparent;
  color: #e80566;
  border-color: #e80566;
}

.banner {
  min-height: 100vh;
  background: url(".//../../img/img01.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .banner {
    background-attachment: scroll;
  }
}
.banner .inner .banner__inner {
  width: 50%;
}
@media (max-width: 768px) {
  .banner .inner .banner__inner {
    width: 100%;
  }
}
.banner .inner .banner__inner .pre-header {
  text-transform: uppercase;
}

.boxes-wrapper {
  overflow-x: hidden;
  background-color: #f6f6f6;
}
.boxes-wrapper .inner .boxes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media (max-width: 768px) {
  .boxes-wrapper .inner .boxes .box .inner-box {
    padding: 0.9375rem;
  }
}
.text-block-with-media .main-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: 0;
}
.text-block-with-media .main-inner .text-content {
  flex: 1 0 50%;
}
@media (max-width: 768px) {
  .text-block-with-media .main-inner .text-content {
    flex-basis: 100%;
  }
}
.text-block-with-media .main-inner .text-content .inner {
  margin-right: 1.875rem;
}
@media (max-width: 768px) {
  .text-block-with-media .main-inner .text-content .inner {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.text-block-with-media .main-inner .media-content {
  flex: 0 1 50%;
}
@media (max-width: 768px) {
  .text-block-with-media .main-inner .media-content {
    flex-basis: 100%;
  }
}

.latest-news {
  background-color: #f6f6f6;
}
.latest-news .inner p {
  margin-bottom: 1.875rem;
}
.latest-news .inner .boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.latest-news .inner .boxes .box .inner-box {
  overflow: hidden;
  position: relative;
}
.latest-news .inner .boxes .box .inner-box .descrpition-pink {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  padding: 0.234375rem 0.625rem;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.8125rem;
  background-color: #e80566;
}
.latest-news .inner .boxes .box .inner-box .descrpition-blue {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  padding: 0.234375rem 0.625rem;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.8125rem;
  background-color: #007bff;
}
.latest-news .inner .boxes .box .inner-box .descrpition-tirquise {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  padding: 0.234375rem 0.625rem;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.8125rem;
  background-color: #17a2b8;
}
@media (max-width: 425px) {
  .latest-news .inner .boxes .box .inner-box .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
