@font-face {
  font-family: "Journalism";
  src: url("../fonts/Journalism.ttf");
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1216px;
  }
}
body {
  font-family: "Manrope", serif;
}

h1, h2 {
  font-family: "Journalism", serif;
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu {
  display: flex;
  align-items: center;
}
.menu a {
  margin-right: 50px;
  color: #EFEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu .lang {
  padding: 15px;
  border-radius: 74.25px;
  border: 0.844px solid var(--Radial, #FFF);
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(25.633687973px);
  color: #9B9B9B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.main {
  background: url("../img/bg.jpg"), lightgray 0px -268.071px/100% 200.77% no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.main:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -60%;
  background: linear-gradient(180deg, rgba(3, 5, 4, 0.51) 0%, rgba(3, 5, 4, 0.84) 100%);
  filter: blur(217.1499938965px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.main .black-particle {
  width: 1082px;
  height: 676px;
  background: rgba(3, 5, 4, 0.84);
  filter: blur(217.1499938965px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: absolute;
  right: -300px;
  top: 74px;
  transform: rotate(90deg);
}

.main-container {
  position: relative;
  z-index: 4;
}
.main-container:before {
  content: "";
  bottom: 0;
  right: -250px;
  position: absolute;
  width: 498px;
  height: 532px;
  border-radius: 316.5px;
  background: rgba(3, 5, 4, 0.84);
  filter: blur(100px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  z-index: 5;
}
.main-container .main-img {
  position: absolute;
  bottom: -75px;
  right: 50px;
  z-index: 3;
}
.main-container h1 {
  color: #FFF;
  font-size: 110.811px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 140px;
}
.main-container h3 {
  width: fit-content;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #E6DAD6;
  padding: 11px 29px;
  margin-bottom: 27px;
}
.main-container p {
  color: #EFEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 535px;
  margin-bottom: 27px;
}
.main-container .quote {
  background: url("../img/quote-bg.png") no-repeat;
  position: relative;
  text-align: center;
  padding: 28px 57px;
  width: fit-content;
  margin-top: 46px;
}
.main-container .quote p {
  max-width: 244px;
  color: #EFEBEB;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.8%; /* 22.62px */
  margin-bottom: 85px;
}
.main-container .quote .quote-img {
  position: absolute;
  top: 28px;
  left: 28px;
}
.main-container .quote .quote-reverse {
  position: absolute;
  top: 103px;
  right: 28px;
  transform: rotate(180deg);
}
.main-container .quote .signature {
  position: absolute;
  top: 111px;
  left: 62px;
}
.main-container .quote .chai {
  position: absolute;
  top: 138px;
  left: 134px;
}
.main-container .socials {
  position: absolute;
  bottom: 60px;
  right: 20px;
  padding: 30px 0;
  width: 149px;
  height: 440px;
  z-index: 3;
  background: url("../img/socials-bg.svg") no-repeat left top;
  display: block;
  text-align: center;
}
.main-container .socials a {
  position: relative;
  z-index: 6;
}
.main-container .socials2 {
  position: absolute;
  bottom: 60px;
  right: 20px;
  padding: 30px 0;
  width: 149px;
  height: 440px;
  z-index: 8;
  display: block;
  text-align: center;
}
.main-container .socials2 a {
  position: relative;
  z-index: 6;
  opacity: 0.6;
}

.blue-btn {
  display: block;
  width: fit-content;
  border-radius: 5px;
  background: radial-gradient(112.18% 110.14% at 50% 50%, #87B7EE 0%, #679AD6 100%);
  box-shadow: 0px 3px 0px 0px #366AA7;
  color: #0A1C33;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 28px 66px;
}

.about {
  background: #1E1E26;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}
.about .title h2 {
  color: #FFF;
  font-size: 75.49px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about .title span {
  color: #A7A7A7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 38px;
}
.about .text-container {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.about .text-container svg {
  margin-right: 20px;
  min-width: 46px;
  min-height: 46px;
}
.about .text {
  display: flex;
  align-items: center;
  width: 408px;
  color: #EFEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about .left-container {
  width: 100%;
}
.about .left-container img {
  max-width: 100%;
}
.about .left-container .insta {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 228px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.about .left-container .insta img {
  margin-right: 15px;
}
.about .left-container .insta span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about .left-container .blured-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about .left-container .blured-container .blured-text {
  padding: 28px;
  border-radius: 3px;
  border: 1px solid var(--Radial, #FFF);
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(30.3806667328px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  text-align: center;
  max-width: 409px;
}
.about .left-container .blured-container .blured-text span {
  margin-bottom: 18px;
  color: #FFF;
  text-align: center;
  font-size: 17.471px;
  font-style: normal;
  font-weight: 700;
  line-height: 131.646%; /* 23px */
  text-transform: uppercase;
  display: block;
}
.about .left-container .blured-container .blured-text .blue-btn {
  margin: 0 auto;
}

.blue-divide {
  background: #6FA2DD;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blue-divide h2 {
  color: #FFF;
  font-size: 75.49px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blue-divide span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.advantages {
  background: #1E1E26;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.advantages .container {
  z-index: 5;
  position: relative;
}
.advantages:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/not-every-bg.jpg") bottom -300px center no-repeat;
  filter: blur(1px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.advantages:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #1E1E26 63%, rgba(30, 30, 38, 0) 102.97%);
  z-index: 1;
}
.advantages .particles {
  position: absolute;
  z-index: 1;
  width: 912px;
  height: 680px;
  left: -100px;
  bottom: -200px;
  border-radius: 912px;
  opacity: 0.71;
  background: #1E1E26;
  filter: blur(174.1000061035px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.advantages h2 {
  color: #FFF;
  text-align: center;
  font-size: 75.49px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 100px;
}
.advantages .mood-container {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #FFF;
  padding-bottom: 24px;
  margin-bottom: 45px;
  padding-top: 45px;
  height: calc(100% - 45px);
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}
.advantages .mood-container img {
  position: absolute;
  top: -75px;
  left: calc(50% - 60px);
}
.advantages .mood-container h4 {
  color: #1E1E26;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.advantages .mood-container p {
  color: #414141;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.advantages .blured-bg {
  border-radius: 3px;
  border: 1px solid var(--Radial, #FFF);
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(30.3806667328px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 30px 44px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantages .blured-bg .blue-btn {
  min-width: 267px;
  padding-left: 60px;
  padding-right: 60px;
}
.advantages .blured-bg span {
  margin-left: 37px;
  color: #EFEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.advantages .not-every {
  position: relative;
  text-align: center;
}
.advantages .not-every img.table-img {
  position: absolute;
  left: -250px;
  bottom: -100px;
}
.advantages .not-every img.alina-table {
  position: absolute;
  right: -50px;
  bottom: -130px;
}
.advantages .not-every .particle2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.advantages .not-every .particle2:before {
  content: "";
  margin: 0 auto;
  width: 809px;
  height: 430px;
  border-radius: 809px;
  background: #1E1E26;
  filter: blur(89.9000015259px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.advantages .not-every h2 {
  color: #FFF;
  text-align: center;
  font-size: 71.495px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.advantages .not-every h4 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #E6DAD6;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 53px;
}
.advantages .not-every p {
  color: #BCBCBC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 657px;
  margin: 0 auto;
  margin-bottom: 53px;
}
.advantages .not-every .blue-btn {
  margin: 0 auto;
}

.after-course {
  background: #6FA2DD;
  padding-top: 100px;
  padding-bottom: 100px;
}
.after-course h2 {
  text-align: center;
  color: #FFF;
  font-size: 75.495px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.after-course .digits-container {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.after-course .digits-container .digit {
  width: 83px;
  height: 83px;
  min-width: 83px;
  min-height: 83px;
  margin-right: 20px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6FA2DD;
  text-align: center;
  font-family: Journalism;
  font-size: 62.04px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50%;
}
.after-course .digits-container .text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modules {
  background: #1E1E26;
  padding-top: 100px;
  padding-bottom: 100px;
}
.modules h2 {
  color: #FFF;
  text-align: center;
  font-size: 75.495px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.modules .check-container {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.modules .check-container .check {
  min-width: 46px;
  min-height: 46px;
  margin-right: 20px;
}
.modules .check-container .text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 380px;
}
.modules .check-container .text span {
  color: #6FA2DD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modules .second-title {
  margin-top: 100px;
  margin-bottom: 30px;
}
.modules p.description {
  color: #BCBCBC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
.modules .module-description {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.modules .module-description .icon {
  background: #E7F4FA;
  margin-right: 30px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
}
.modules .module-description .text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 200px;
}
.modules .price-container {
  border-radius: 10px;
  background: #303841;
  padding: 32px 50px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.modules .price-container h3 {
  color: #fff;
  margin-bottom: 10px;
}
.modules .price-container p {
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.modules .price-container .price-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #444C55;
  margin-bottom: 20px;
}
.modules .price-container .price-title .title {
  color: #6FA2DD;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.modules .price-container .price-title .price {
  color: #FFF;
  text-align: center;
  font-size: 56.92px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modules .price-container .price-descriptions {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.modules .price-container .price-descriptions span {
  color: #6FA2DD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modules .price-container .price-descriptions svg {
  min-width: 26px;
  min-height: 26px;
  margin-right: 10px;
}
.modules .price-container .price-descriptions .text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modules .price-container .blue-btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.modules .blured-bg.second {
  margin-top: 50px;
}
.modules .blured-bg.second h2 {
  font-size: 35px;
}
.modules .blured-bg.second .digits-container {
  width: 25%;
  height: 100%;
  text-align: center;
  display: flex;
}
.modules .blured-bg.second .digits-container .text {
  width: 100%;
}
.modules .blured-bg {
  border-radius: 3px;
  border: 1px solid var(--Radial, #FFF);
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(30.3806667328px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  padding: 30px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.modules .blured-bg h2 {
  margin-bottom: 0;
  margin-right: 20px;
}
.modules .blured-bg .digits-container {
  border-radius: 3px;
  border: 1px solid var(--Radial, #FFF);
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(30.3806667328px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  align-items: center;
  padding: 10px 15px;
  margin-left: 15px;
  text-align: center;
}
.modules .blured-bg .digit {
  font-family: "Journalism", serif;
  font-size: 75.495px;
  color: #fafafa;
}
.modules .blured-bg .text {
  font-size: 30.495px;
  color: #fafafa;
}
.modules .blured-bg .blue-btn {
  min-width: 267px;
  padding-left: 60px;
  padding-right: 60px;
}
.modules .blured-bg span {
  margin-left: 37px;
  color: #EFEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modules .phenomen-descriptions p {
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reviews, .video {
  background: #1E1E26;
  padding-top: 100px;
  padding-bottom: 100px;
}
.reviews .owl-nav, .video .owl-nav {
  display: flex;
  justify-content: center;
}
.reviews .owl-carousel .owl-nav button.owl-next, .reviews .owl-carousel .owl-nav button.owl-prev, .video .owl-carousel .owl-nav button.owl-next, .video .owl-carousel .owl-nav button.owl-prev {
  background: rgba(43, 43, 52, 0.8196078431) !important;
  padding: 20px !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  border: 1px solid #c6c8d1;
}
.reviews .owl-carousel .owl-nav button.owl-next svg, .reviews .owl-carousel .owl-nav button.owl-prev svg, .video .owl-carousel .owl-nav button.owl-next svg, .video .owl-carousel .owl-nav button.owl-prev svg {
  fill: #fff;
}
.reviews .owl-carousel .owl-nav button.owl-next, .video .owl-carousel .owl-nav button.owl-next {
  transform: rotate(0);
}
.reviews img, .video img {
  border-radius: 9.282px;
}
.reviews .title, .video .title {
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews .title .title-container, .video .title .title-container {
  display: flex;
  align-items: center;
}
.reviews .title .title-container h2, .video .title .title-container h2 {
  color: #FFF;
  text-align: center;
  font-size: 75.495px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 17px;
  margin-bottom: 0;
}
.reviews .title .title-container p, .video .title .title-container p {
  max-width: 395px;
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.partners {
  background: #1E1E26;
  padding-top: 100px;
  padding-bottom: 100px;
}
.partners h2 {
  color: #FFF;
  text-align: center;
  font-size: 75.495px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 17px;
  margin-bottom: 30px;
}
.partners img {
  border-radius: 11px;
}

footer {
  background: #303841;
  padding-top: 65px;
  padding-bottom: 65px;
}
footer h2 {
  color: #FFF;
  font-size: 44.825px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
footer p {
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
footer a {
  color: #6FA2DD;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .icon-container {
  display: flex;
  align-items: center;
}
footer .icon-container svg {
  min-width: 19px;
  min-height: 19px;
  margin-right: 15px;
}
footer .icon-container span {
  color: #EFEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .socials {
  display: flex;
  margin-top: 50px;
}
footer .socials svg {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.mobile-visible {
  display: none !important;
}

.modules p {
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.reviews h2 {
  text-align: left;
  font-size: 75.495px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 17px;
  margin-bottom: 0;
  color: #fff;
}
.reviews p {
  max-width: 395px;
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

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