html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Roobert" !important;
  background-color: #020f3e;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
}
input:focus {
  outline: none;
  background: inherit;
}

@media (max-width: 760px) {
  .br {
    width: 100%;
  }
  .sec2 {
    height: unset !important;
  }
}

/* base */

section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) {
  section {
    padding: 25px 0px !important;
  }
  .web {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
}
.web {
  display: block;
}
.mob {
  display: none;
}

.container {
  width: calc(100% - 32px);
  max-width: 960px;
  margin: 0px auto;
  padding: 0px 16px;
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 64px);
    max-width: 960px;
    margin: 0px auto;
    padding: 0px 32px;
  }
}

/* header */

.ecp-header {
  height: 60px;
  border: none !important;
  background: #152561;
  backdrop-filter: blur(21px);
  position: fixed;
  z-index: 5;
}
.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 14px 0px;
  width: 100px;
}

@media (max-width: 760px) {
  .ecp-header {
    padding: 0px !important;
  }
  /* .logo img{
        width: 100px;
    } */
  .locker__container {
    display: none !important;
  }
}

/* hero section */

.ecp-hero-sec {
  background: url(./assets/bcg_grid.svg);
  display: flex;
  padding: 148px 0px;
  margin-top: 60px;
}

.mob-banner {
  display: none;
}
@media (max-width: 760px) {
  .ecp-hero-sec {
    padding: 20px 0px;
    flex-direction: column;
  }
  .ecp-hero-text h1 {
    color: #f9f5f1;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 80px;
  }
  .mob-banner {
    display: block;
    margin: 20px 20px 60px;
  }
}
.ecp-hero-text {
  width: 100%;
  max-width: 488px;
}
.ecp-hero-text h1 {
  color: #f2f9a3;
  font-family: Roobert;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
}

.ecp-hero-text h1 span {
  color: white;
  font-family: Roobert;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-align: left;
}

.eco-hero-text_white {
  color: #ffdf70;
}
.ecp-hero-text p {
  width: 100%;
  max-width: 520px;
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 40px 0px 60px;
}
.ecp-btn {
  width: 140px;
  display: flex;
  padding: 12.5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #f2f9a3;
  color: #020f3e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 107.143% */
  letter-spacing: 0.28px;
  transition: 0.25s;
}
.ecp-btn:hover {
  background: #020f3e;
  border: 1px solid #f2f9a3;
  color: #f2f9a3;
  transition: 0.25s;
}

/* why ecp sec */

.why-ecp-sec {
  display: flex;
  padding: 140px 0px 0px;
  background: #020f3e;
  background: url(./assets/bcg_grid.svg);
}
#star {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -150px;
  z-index: -1;
}
@media (max-width: 760px) {
  #star {
    display: none;
  }
  #star2 {
    display: none;
  }
  .why-ecp-text h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  .why-ecp-text p {
    margin: 20px 0px 20px !important;
  }
}
.why-ecp-text h1 {
  color: #dfe2fc;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 50px;
  margin-left: 4px;
}

.why-ecp-text {
  width: 100%;
  max-width: 461px;
}
.why-ecp-text p {
  width: 100%;
  max-width: 460px;
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* ecp whats in sec */

.ecp-whats-in-sec {
  display: flex;
  padding-top: 148px;
  background: #020f3e;
  z-index: 2;
}
@media (max-width: 760px) {
  .ecp-whats-in-sec {
    padding-top: 0px;
  }
  .mob-hide {
    display: none !important;
  }
}

.ecp-whats-in-card-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.ecp-whats-in-card {
  width: 100%;
  width: 230px;
  height: 190px;
  max-width: calc(304px - 40px);
  min-width: calc(304px - 40px);
  min-height: 250px;
  border-radius: 24px;
  border: 1px solid #f2f9a3;
  padding: 20px;
  transition: 0.1s;
}
.hidden-web {
  display: none;
}
.hidden-mob {
  display: flex;
}
@media (max-width: 760px) {
  .hidden-web {
    display: unset;
  }
  .ecp-whats-in-card-block {
    flex-wrap: unset !important;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .ecp-whats-in-card-block::-webkit-scrollbar-track {
    border: 1px solid #f2f9a3;
    padding: 1px 0;
    background-color: #fff;
    border-radius: 10px;
  }

  .ecp-whats-in-card-block::-webkit-scrollbar {
    width: 30px;
    height: 3px;
  }

  .ecp-whats-in-card-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* box-shadow: inset 0 0 6px rgba(255,255,255,.3); */
    background-color: #020f3e;
    border: 1px solid #f2f9a3;
  }

  /* max-width: 100%; */

  .ecp-whats-in-card--first--mob {
    display: block !important;
  }
  .hidden-mob {
    display: none;
  }
  .ecp-whats-in-card--first h2 {
    color: #dfe2fc;
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.ecp-whats-in-card--first {
  width: 100%;
  max-width: calc(316px - 40px);
  min-width: calc(281px - 40px);
  min-height: 309px;
  border: 0px;
  padding: 0px;
  margin-right: 30px;
  transition: 0.1s;
}
.ecp-whats-in-card--first--web {
  display: unset;
}
.ecp-whats-in-card--first--mob {
  display: none;
}
.ecp-whats-in-card--first h2 {
  color: #dfe2fc;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
  transition: 0.1s;
}
.ecp-whats-in-card--first p {
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: 0.1s;
}
.ecp-whats-in-card h2 {
  color: #f9f5f1;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 114.286% */
  margin-bottom: 40px;
}
.ecp-whats-in-card p {
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* ecp featured sec */

.ecp-featured-sec {
  display: flex;
  padding: 140px 0px;
  z-index: 2;
  background: #020f3e;
}
.ecp-featured-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.ecp-featured-half {
  width: 100%;
  max-width: 470px;
}
.box_1 {
  border: 1px solid #f2f9a3;
  width: 460px;
  height: 290px;
  background: #f2f9a3;
  border-radius: 1rem;
  flex-direction: row;
  margin-left: 95px;
}
.box_1_text {
  color: #000000;
  padding: 32px;
  margin-top: 13px;
  line-height: 1.5rem;
}

.line_hr {
  border-bottom: 1.5px solid black;
  margin-top: 13px;
  margin-bottom: 13px;
}
.box_1_text h1 {
  font-weight: bold;
  color: #0d1b51;
  font-size: 16px;
}
.box_1_text h1 span {
  font-size: 40px;
  font-weight: bold;
  color: #0d1b51;
}
.box_1_text h2 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #0d1b51;
}
box_1 hr {
  background-color: #000000;
}

@media only screen and (max-width: 760px) {
  .box_1 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 50px;
  }
  .line_hr p {
    font-weight: 400;
  }
  .box_1_text h1 span {
    font-size: 28px;
  }
  .box_1_text h2 {
    font-size: 26px;
  }

  .box_1_text {
    padding: 22px;
    margin-top: 10px;
  }
}

.ecp-featured-text {
  width: 100%;
  padding: 22px;
}
@media (max-width: 760px) {
  .ecp-whats-in-card--first--web {
    display: none;
  }
  .ecp-featured-text {
    padding: 0px;
  }
  .ecp-featured-text h2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  .ecp-featured-text p {
    margin: 20px 0px 40px !important;
  }
}
.ecp-featured-text h2 {
  color: #dfe2fc;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.ecp-featured-text p {
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 40px 0px 60px;
}
.ecp-featured-action {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.ecp-featured-action p {
  color: #ffdf70;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0px !important;
}

/* pricing sec */

.ecp-price-sec {
  padding: 140px 0px 140px;
  background: #5968fa;
  z-index: 2;
}
.ecp-price-sec h1 {
  width: 100%;
  max-width: 550px;
  color: #dfe2fc;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin-bottom: 40px;
}

.ecp-price-block__star {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 158px;
}

.ecp-price-info {
  width: 100%;
  max-width: 440px;
}
.ecp-price-info h2 {
  color: #ffdf70;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin-bottom: 20px;
}

.ecp-price-info p {
  width: 100%;
  max-width: 322px;
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 20px;
}
.ecp-price-feature {
  width: 100%;
  max-width: 440px;
}
.ecp-price-feature-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 20px;
}
.ecp-price-feature-text img {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 760px) {
  .ecp-price-feature .ecp-btn {
    margin-top: 40px;
    display: block;
  }
  .ecp-price-block {
    flex-direction: column;
    padding: 40px 40px 50px;
  }
  .ecp-price-block__star {
    width: 100px;
    top: -6px;
    bottom: unset;
    transform: rotate(270deg);
    right: 3px;
  }
  .ecp-price-info p {
    margin-bottom: 30px;
  }

  .ecp-price-feature-text img {
    margin-top: 20px;
  }
}

/* testimonial */

.ecp-testimonial {
  background: #020f3e;
  padding: 70px 0px 70px;
  z-index: 2;
}

.ecp-testimonial h1 {
  color: #dfe2fc;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
@media (max-width: 760px) {
  .ecp-testimonial h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 120% */
  }
  .ecp-testi-card {
    width: calc(370px - 40px)!important;
  }
}

.ecp-teti-block {
  width: 100%;
  margin-top: 40px;
}
.ecp-testi-card {
  width: calc(670px - 40px);
  /* min-height: 400px !important; */
  border: 1px solid #f2f9a3;
  border-radius: 20px;
  padding: 20px;
  margin: 10px;
}
.ecp-testi-card_head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ecp-testi-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.ecp-testi-card-info {
  width: calc(100% - 100px);
}
.ecp-testi-card-info h3 {
  font-size: 28px;
  color: #f2f9a3;
  font-weight: 500;
  margin-bottom: 6px;
}
.ecp-testi-card-info p {
  font-size: 16px;
  color: #f9f5f1;
  font-weight: 400;
}
.ecp-testi-card__body {
  width: 100%;
  margin-top: 20px;
}
.ecp-testi-card__body p {
  font-size: 16px;
  color: #f9f5f1;
  font-weight: 400;
  line-height: 1.5;
}

/* ecp faq sec */

.ecp-faq-sec {
  display: flex;
  background: #020f3e;
  padding: 70px 0px 70px;
  z-index: 2;
}
.ecp-faq-block {
  width: 100%;
}
.ecp-faq-block h1 {
  color: white;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
@media (max-width: 760px) {
  .ecp-faq-block h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.accordion {
  display: flex;
  flex-direction: column;
  max-width: 991px;
  min-width: 320px;
  margin: 50px auto;
}

.accordion-item {
  margin-top: 16px;
  border-bottom: 1px solid #f2f9a3;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 0px;
  box-sizing: border-box;
  align-items: center;

  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 114.286% */
}
.accordion-item .accordion-item-desc {
  display: none;
  color: white;
  padding: 10px 0px 20px;
  box-sizing: border-box;

  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.accordion-item-desc a {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .accordion-item .accordion-item-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
  display: block;
}
.accordion-item
  input[type="checkbox"]:checked
  ~ .accordion-item-title
  .icon:after {
  content: "-";
  font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
  content: "+";
  font-size: 20px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accordion-item .icon {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 0 0px;
  }
  .accordion h1 {
    font-size: 22px;
  }
}

/* ecp bottom sec */

.ecp-bottom-sec {
  display: flex;
  padding: 140px 0px 80px;
  background: url(./assets/square_vector.png);
  z-index: 2;
}
.ecp-how-to-join-block {
  width: 100%;
}
.ecp-how-to-join-block h1 {
  color: #f9f5f1;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
}
.ecp-join-card-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ecp-join-card {
  width: 100%;
  max-width: 306px;
  margin-top: 60px;
}
.ecp-join-card h2 {
  color: #f9f5f1;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: baseline;
}
.ecp-join-card h2 span {
  width: 270px;
  height: 1px;
  background: #f9f5f1;
}
.ecp-join-card h3 {
  color: white;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 114.286% */
  padding: 20px 0px;
}
.ecp-join-card p {
  width: 267px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/* ecp contact block */

.ecp-contact-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 214px;
}
.ecp-contact-half {
  width: 100%;
  max-width: 470px;
}
.ecp-contact-half h2 {
  color: #f9f5f1;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin-bottom: 40px;
}
.ecp-contact-half p {
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.ecp-contact-half a {
  color: #f9f5f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
@media (max-width: 760px) {
  .ecp-contact-half h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .ecp-contact-half img {
    width: 250px;
    margin-top: 60px;
  }

  .ecp-join-card {
    max-width: 100%;
    margin-top: 40px;
  }
  .ecp-contact-block {
    margin-top: 100px;
    margin-bottom: 140px;
  }
}

.animationLeft {
  animation: floatright 3s ease-in-out infinite;
}
@keyframes floatright {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* animation */

.sticky-div {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.image-container {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
}

.threshold {
  position: sticky;
  width: 100%;
  height: 0px;
  background-color: red;
  z-index: 9999999999;
}
.threshold--top {
  top: 50%;
}

.text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.text p {
  width: 40%;
}

.image {
  opacity: 0;
  transition: all 0.5s ease;
}
.image.active {
  opacity: 1;
}

.locker {
  outline: 0px solid #cdcdcd;
  outline-offset: -1px;
  position: relative;
  /* display: flex; */
  flex-direction: row;
}
.locker__image {
  position: relative;
}
.locker__image img {
  width: 100%;
  position: absolute;
  transition: all 1s ease;
}
.locker__container {
  position: fixed;
  position: -webkit-sticky;
  top: 20%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  max-width: 620px;
  width: 100%;
  z-index: 1;
}
/* .locker__content {
  } */
.locker__section {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* border-top: 1px solid #cdcdcd; */
}
.locker__section:first-child {
  border: none;
}

#message {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: white;
  height: auto;
  padding: 10px 20px;
  z-index: 900;
}

/* gallery */

.slickcenter div {
  margin: 0px 0px;
}
.slickcenter .slick-next {
  right: 10px !important;
}
.slickcenter .slick-prev {
  left: 0px;
  z-index: 1;
}
.slickcenter .slick-prev,
.slick-next {
  background: transparent !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.slickcenter .slick-prev:before {
  content: "\f053";
  font: normal normal normal 22px/1 FontAwesome;
}
.slickcenter .slick-next:before {
  content: "\f054";
  font: normal normal normal 22px/1 FontAwesome;
}
.slickcenter .slick-dots {
  bottom: -20px !important;
}
.slickcenter .slick-dots li {
  width: 4px !important;
  height: 4px !important;
  margin: 0 5px;
  border: none;
}
.slickcenter .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 4px;
  height: 4px;
  padding: 0px;
}
.slickcenter .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff !important;
}
.slickcenter .slick-dots li button:before {
  width: 4px;
  height: 4px;
  line-height: 9px;
  color: #fff;
  font-size: 6px !important;
}
.slickcenter .slick-dots li.slick-active,
.slick-dots li:hover {
  background: transparent;
}

/* video review */

.ecp-video-review {
  display: flex;
  background: #5968fa;
  padding: 70px 0px 70px;
  z-index: 2;
}
.ecp-video-review-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  flex-wrap: wrap;
}
.ecp-video-review-card {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 760px) {
  .ecp-video-review-card {
    flex-direction: column;
  }
}
.ecp-video-review-text p {
  color: #dfe2fc;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  width: 100%;
}
.ecp-video-review-display {
  width: 100%;
  max-width: 470px;
}
.ecp-video-review-text {
  width: 100%;
  max-width: 470px;
}

.ecp-video-review-display video {
  width: 100%;
  height: 100%;
}
.ecp-video-review-text__info {
  width: 100%;
  margin-top: 40px;
}
.ecp-video-review-text__info h3 {
  color: #dfe2fc;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
}
.ecp-video-review-text__info p {
  color: #dfe2fc;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}

@media (max-width: 760px) {
  .ecp-video-review-text {
    margin-top: 40px;
  }
  .ecp-video-review-text p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  .ecp-video-review-text__info h3 {
    font-size: 24px;
  }
  .ecp-video-review-text__info {
    margin-top: 20px;
  }
}
