/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*/
@font-face {
  font-family: "Playfair Display";
  src: url("../../assets/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display Italic";
  src: url("../../assets/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.follow-us-tpart {
  background-color: #F9FAFB;
}
.follow-us-tpart__headings {
  max-width: 515px;
  margin-bottom: 48px;
}
.follow-us-tpart__headings p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .follow-us-tpart__headings {
    width: 100%;
  }
}
.follow-us-tpart__widgets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.follow-us-tpart__widgets__other > * {
  border-radius: 16px;
}
@media screen and (max-width: 1200px) {
  .follow-us-tpart__widgets__other > * {
    width: calc((100% - 16px) / 2);
    min-width: 327px;
  }
}
@media screen and (max-width: 767px) {
  .follow-us-tpart__widgets__other > * {
    width: 100%;
  }
}
.follow-us-tpart__widgets__other {
  width: calc((100% - 64px) / 3);
}
.follow-us-tpart__widgets__other__facebook {
  position: relative;
  height: 209px;
  margin-bottom: 32px;
  background: url("../../../dist/images/ic_outline-facebook.svg"), radial-gradient(circle, #1877F2, #1E2BA2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px, cover;
  padding: 16px;
}
.follow-us-tpart__widgets__other__facebook a {
  position: absolute;
  right: 16px;
  display: inline-block;
  height: 40px;
  margin-left: auto;
}
.follow-us-tpart__widgets__other__facebook a svg path, .follow-us-tpart__widgets__other__facebook rect {
  transition: all 0.3s ease;
}
.follow-us-tpart__widgets__other__facebook a:hover svg path, .follow-us-tpart__widgets__other__facebook a:hover svg rect {
  stroke: #0C9381;
}
@media screen and (max-width: 1200px) {
  .follow-us-tpart__widgets__other__facebook {
    margin-bottom: 0;
  }
}
.follow-us-tpart__widgets__other__linkedin {
  position: relative;
  height: 209px;
  margin-bottom: 32px;
  background: url("../../../dist/images/ri_linkedin-fill.svg"), radial-gradient(circle, #0455BE, #000D83);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px, cover;
  padding: 16px;
}
.follow-us-tpart__widgets__other__linkedin a {
  position: absolute;
  right: 16px;
  display: inline-block;
  height: 40px;
  margin-left: auto;
}
.follow-us-tpart__widgets__other__linkedin a svg path, .follow-us-tpart__widgets__other__linkedin rect {
  transition: all 0.3s ease;
}
.follow-us-tpart__widgets__other__linkedin a:hover svg path, .follow-us-tpart__widgets__other__linkedin a:hover svg rect {
  stroke: #0C9381;
}
@media screen and (max-width: 1200px) {
  .follow-us-tpart__widgets__other__linkedin {
    margin-bottom: 0;
  }
}
.follow-us-tpart__widgets__other__blog {
  padding: 143px 0;
  background: radial-gradient(circle, #0B7F6F, #14312D);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.follow-us-tpart__widgets__other__blog h2 {
  color: #FFFFFF;
  font-family: "Montserrat";
}
@media screen and (max-width: 1200px) {
  .follow-us-tpart__widgets__other__blog {
    width: 100%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  .follow-us-tpart__widgets__other {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .follow-us-tpart__widgets {
    justify-content: space-around;
  }
}
/*# sourceMappingURL=follow-us.css.map */
