.container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@keyframes pulseTwo {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  40% {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: 1;
  }
  90% {
    width: calc(100% + 45px);
    height: calc(100% + 45px);
    opacity: 0.7;
  }
  100% {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    opacity: 0;
  }
}
@keyframes pulseOrange {
  0% {
    box-shadow: none;
  }
  40% {
    box-shadow: 0 0 10px 10px rgba(255, 178, 0, 0.7);
  }
  100% {
    box-shadow: 0 0 5px 10px rgba(255, 178, 0, 0);
  }
}
.btn-pulse-orange {
  width: 360px;
  height: 70px;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px; /* 200% */
  text-transform: uppercase;
  background: #FFB200;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  -webkit-animation-name: pulseOrange;
  animation-name: pulseOrange;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.btn-pulse-orange:hover {
  text-decoration: none;
  color: #fff;
}
.btn-pulse-orange:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFB200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 15px;
  z-index: -1;
  text-decoration: none;
  -webkit-animation-name: pulseTwo;
  animation-name: pulseTwo;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@media (max-width: 400px) {
  .btn-pulse-orange {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .btn-pulse-orange {
    width: 270px;
  }
}

.btn-black {
  width: 360px;
  height: 70px;
  border-radius: 5px;
  border: 2px solid #1A1E25;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  background: transparent;
  color: #1A1E25;
  margin-left: auto;
  margin-right: auto;
}
.btn-black:hover {
  background: transparent;
  color: #1A1E25;
}
@media (max-width: 400px) {
  .btn-black {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .btn-black {
    width: 270px;
  }
}

#first-s {
  background: #EBEBEB;
  text-align: center;
}
#first-s h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
#first-s h1 b {
  font-weight: 700;
  color: #1971FF;
}
#first-s .after-title {
  max-width: 822px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto 40px auto;
}
#first-s .actions a {
  margin: 0 auto 40px auto;
}
#first-s .success-storie-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
  margin-top: 50px;
}
#first-s .success-storie-list .success-story {
  max-width: 360px;
  padding: 15px 15px 20px 15px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 40px;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  position: relative;
}
#first-s .success-storie-list .success-story.scs-add {
  display: none;
}
@media (max-width: 991px) {
  #first-s .success-storie-list .success-story.scs-add {
    display: block;
  }
}
#first-s .success-storie-list .success-story:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
#first-s .success-storie-list .success-story img {
  width: 100%;
  border-radius: 10px;
}
#first-s .success-storie-list .success-story .success-title {
  color: #1971FF;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
#first-s .success-storie-list .success-story .success-text {
  color: #4B5159;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
#first-s .success-storie-list .success-story a {
  text-decoration: none;
}
#first-s .success-storie-list .success-story .success-actions {
  color: #1971FF;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#first-s .success-storie-list .success-story .success-actions:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39" height="22" viewBox="0 0 39 22" fill="none"><path d="M38.3606 11.8434L28.6818 21.5223C28.4537 21.7435 28.1479 21.8661 27.8302 21.8637C27.5125 21.8613 27.2085 21.7341 26.9839 21.5094C26.7592 21.2848 26.6319 20.9808 26.6295 20.6631C26.6271 20.3455 26.7497 20.0396 26.9709 19.8115L34.5849 12.1975H1.20986C0.888984 12.1975 0.581252 12.0701 0.35436 11.8432C0.127467 11.6163 0 11.3086 0 10.9877C0 10.6668 0.127467 10.3591 0.35436 10.1322C0.581252 9.90529 0.888984 9.77782 1.20986 9.77782H34.5849L26.9713 2.16418C26.8561 2.05247 26.7643 1.91898 26.7013 1.77147C26.6382 1.62396 26.6051 1.46538 26.6039 1.30495C26.6026 1.14453 26.6334 0.985465 26.6942 0.837017C26.755 0.688569 26.8448 0.553703 26.9582 0.440267C27.0717 0.32683 27.2065 0.237088 27.355 0.176264C27.5034 0.115439 27.6625 0.0847472 27.8229 0.0859728C27.9834 0.0871985 28.1419 0.120317 28.2894 0.183403C28.4369 0.246488 28.5704 0.338281 28.6821 0.453438L38.361 10.1323C38.5868 10.3598 38.7134 10.6674 38.7133 10.9879C38.7133 11.3085 38.5865 11.616 38.3606 11.8434Z" fill="%231971FF"/></svg>');
  position: absolute;
  right: 30px;
}
@media (max-width: 991px) {
  #first-s {
    text-align: left;
  }
  #first-s h1 {
    font-size: 32px;
    line-height: 42px;
  }
  #first-s .success-storie-list {
    flex-direction: column;
    align-items: center;
  }
  #first-s .success-storie-list .success-story {
    margin: 0 auto;
  }
  #first-s .btn-black {
    display: none;
  }
}

#what {
  background: #CEE1FF;
}
#what .container h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
}
#what .container .what-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#what .container .what-items .what-item {
  border-radius: 20px;
  background: #FFF;
  padding: 40px;
  max-width: 512px;
}
#what .container .what-items .what-item .what-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}
#what .container .what-items .what-item .what-title b {
  color: #1A71FF;
  font-weight: 700;
}
#what .container .what-items .what-item .what-img img {
  margin: 20px auto 30px auto;
}
#what .container .what-items .what-item .what-text {
  color: #4B5159;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  margin-bottom: 20px;
}
#what .container .what-items .what-item .what-name {
  color: #4B5159;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
#what .container .what-items .what-item .what-name b {
  font-weight: 700;
}
#what .container .what-items .what-item .what-link {
  color: #1A1E25;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#what .container .what-items .what-item .what-link:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="21" viewBox="0 0 11 21" fill="none"><path d="M1.44238 0.878419L10.1699 9.86963C10.3281 10.0278 10.4072 10.2212 10.4072 10.4497C10.4072 10.6606 10.3281 10.854 10.1699 11.0298L1.44238 20.021C1.28418 20.1616 1.09961 20.2319 0.888674 20.2319C0.677736 20.2319 0.493166 20.1528 0.334963 19.9946C0.17676 19.8364 0.0976581 19.6519 0.0976581 19.4409C0.0976581 19.23 0.17676 19.0454 0.334963 18.8872L8.56152 10.4497L0.334961 2.01221C0.176758 1.85401 0.0976565 1.66944 0.0976565 1.4585C0.0976565 1.24756 0.176758 1.06299 0.334961 0.904787C0.493164 0.746584 0.677735 0.667482 0.888672 0.667482C1.09961 0.667482 1.28418 0.737794 1.44238 0.878419Z" fill="%231A1E25"/></svg>');
  position: relative;
  top: 4px;
  padding-left: 15px;
}
@media (max-width: 1100px) {
  #what .container .what-items {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  #what .container h2 {
    font-size: 32px;
    line-height: 42px;
  }
  #what .container .what-items .what-item {
    padding: 15px 15px 20px 15px;
  }
  #what .container .what-items .what-item .what-title {
    font-size: 23px;
    line-height: 32px;
  }
}

#adt-success .container .adt-items {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#adt-success .container .adt-items .adt-item {
  max-width: 360px;
}
#adt-success .container .adt-items .adt-item img {
  width: 100%;
  border-radius: 10px;
}
#adt-success .container .adt-items .adt-item h3 {
  color: #1A1E25;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px; /* 139.13% */
  text-transform: uppercase;
}
#adt-success .container .adt-items .adt-item h3 b {
  color: #1971FF;
  font-weight: 700;
}
#adt-success .container .adt-items .adt-item .adt-text {
  color: #4B5159;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}
#adt-success .container .adt-items .adt-item .adt-name {
  color: #4B5159;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
#adt-success .container .adt-items .adt-item .adt-name b {
  font-weight: 700;
}
#adt-success .adt-link {
  color: #1A1E25;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
}
#adt-success .adt-link:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="21" viewBox="0 0 11 21" fill="none"><path d="M1.44238 0.878419L10.1699 9.86963C10.3281 10.0278 10.4072 10.2212 10.4072 10.4497C10.4072 10.6606 10.3281 10.854 10.1699 11.0298L1.44238 20.021C1.28418 20.1616 1.09961 20.2319 0.888674 20.2319C0.677736 20.2319 0.493166 20.1528 0.334963 19.9946C0.17676 19.8364 0.0976581 19.6519 0.0976581 19.4409C0.0976581 19.23 0.17676 19.0454 0.334963 18.8872L8.56152 10.4497L0.334961 2.01221C0.176758 1.85401 0.0976565 1.66944 0.0976565 1.4585C0.0976565 1.24756 0.176758 1.06299 0.334961 0.904787C0.493164 0.746584 0.677735 0.667482 0.888672 0.667482C1.09961 0.667482 1.28418 0.737794 1.44238 0.878419Z" fill="%231A1E25"/></svg>');
  position: relative;
  top: 4px;
  padding-left: 15px;
}
@media (max-width: 1100px) {
  #adt-success .container .adt-items {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.attention-block {
  background: #232F3E;
}
.attention-block .container .attention-title {
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
}
.attention-block .container .attention-title b {
  color: #FFB200;
}
.attention-block .container .actions a {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .attention-block .container .attention-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

#all-success-mobile, #all-success-mobile-2 {
  display: none;
}
@media (max-width: 991px) {
  #all-success-mobile, #all-success-mobile-2 {
    display: flex !important;
  }
}

#all-success, #all-success-2, #all-success-mobile, #all-success-mobile-2 {
  background: #EBEBEB;
}
#all-success .container, #all-success-2 .container, #all-success-mobile .container, #all-success-mobile-2 .container {
  text-align: center;
}
#all-success .container .link, #all-success-2 .container .link, #all-success-mobile .container .link, #all-success-mobile-2 .container .link {
  color: #1A1E25;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#all-success .container .link:after, #all-success-2 .container .link:after, #all-success-mobile .container .link:after, #all-success-mobile-2 .container .link:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="11" viewBox="0 0 21 11" fill="none"><path d="M20.3369 1.37207C20.4775 1.21387 20.5479 1.0293 20.5479 0.818359C20.5479 0.607422 20.4688 0.422852 20.3105 0.264648C20.1523 0.106445 19.9678 0.0273437 19.7568 0.0273437C19.5459 0.0273437 19.3613 0.106445 19.2031 0.264648L10.7656 8.49121L2.32813 0.264648C2.16992 0.106445 1.98535 0.0273435 1.77441 0.0273435C1.56348 0.0273435 1.37891 0.106445 1.2207 0.264648C1.0625 0.422851 0.983399 0.607422 0.983399 0.818359C0.983399 1.0293 1.05371 1.21387 1.19434 1.37207L10.1855 10.0996C10.3613 10.2578 10.5547 10.3369 10.7656 10.3369C10.9941 10.3369 11.1875 10.2578 11.3457 10.0996L20.3369 1.37207Z" fill="%231A1E25"/></svg>');
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: 2px;
}
#all-success .container h3, #all-success-2 .container h3, #all-success-mobile .container h3, #all-success-mobile-2 .container h3 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
}
#all-success .container .all-success-items, #all-success-2 .container .all-success-items, #all-success-mobile .container .all-success-items, #all-success-mobile-2 .container .all-success-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#all-success .container .all-success-items .all-success-column, #all-success-2 .container .all-success-items .all-success-column, #all-success-mobile .container .all-success-items .all-success-column, #all-success-mobile-2 .container .all-success-items .all-success-column {
  display: flex;
  flex-direction: column;
}
#all-success .container .all-success-items .all-success-column .all-success-item, #all-success-2 .container .all-success-items .all-success-column .all-success-item, #all-success-mobile .container .all-success-items .all-success-column .all-success-item, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item {
  max-width: 360px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 55px;
  padding: 15px 15px 20px 15px;
  text-align: left;
}
#all-success .container .all-success-items .all-success-column .all-success-item.asi-add, #all-success-2 .container .all-success-items .all-success-column .all-success-item.asi-add, #all-success-mobile .container .all-success-items .all-success-column .all-success-item.asi-add, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item.asi-add {
  display: none;
}
#all-success .container .all-success-items .all-success-column .all-success-item img, #all-success-2 .container .all-success-items .all-success-column .all-success-item img, #all-success-mobile .container .all-success-items .all-success-column .all-success-item img, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item img {
  width: 100%;
  margin-bottom: 30px;
}
#all-success .container .all-success-items .all-success-column .all-success-item .as-title, #all-success-2 .container .all-success-items .all-success-column .all-success-item .as-title, #all-success-mobile .container .all-success-items .all-success-column .all-success-item .as-title, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item .as-title {
  color: #1A1E25;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
#all-success .container .all-success-items .all-success-column .all-success-item .as-title b, #all-success-2 .container .all-success-items .all-success-column .all-success-item .as-title b, #all-success-mobile .container .all-success-items .all-success-column .all-success-item .as-title b, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item .as-title b {
  color: #1971FF;
}
#all-success .container .all-success-items .all-success-column .all-success-item .as-text, #all-success-2 .container .all-success-items .all-success-column .all-success-item .as-text, #all-success-mobile .container .all-success-items .all-success-column .all-success-item .as-text, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item .as-text {
  color: #4B5159;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
#all-success .container .all-success-items .all-success-column .all-success-item .as-name, #all-success-2 .container .all-success-items .all-success-column .all-success-item .as-name, #all-success-mobile .container .all-success-items .all-success-column .all-success-item .as-name, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item .as-name {
  color: #4B5159;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
#all-success .container .all-success-items .all-success-column .all-success-item .as-name b, #all-success-2 .container .all-success-items .all-success-column .all-success-item .as-name b, #all-success-mobile .container .all-success-items .all-success-column .all-success-item .as-name b, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item .as-name b {
  font-weight: 700;
}
@media (max-width: 1100px) {
  #all-success .container .all-success-items, #all-success-2 .container .all-success-items, #all-success-mobile .container .all-success-items, #all-success-mobile-2 .container .all-success-items {
    flex-direction: column;
    align-items: center;
  }
  #all-success .container .all-success-items .all-success-column .all-success-item, #all-success-2 .container .all-success-items .all-success-column .all-success-item, #all-success-mobile .container .all-success-items .all-success-column .all-success-item, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #all-success, #all-success-2, #all-success-mobile, #all-success-mobile-2 {
    display: none;
  }
  #all-success .container h3, #all-success-2 .container h3, #all-success-mobile .container h3, #all-success-mobile-2 .container h3 {
    font-size: 32px;
    line-height: 42px;
  }
  #all-success .container .all-success-items .all-success-column .all-success-item .as-title, #all-success-2 .container .all-success-items .all-success-column .all-success-item .as-title, #all-success-mobile .container .all-success-items .all-success-column .all-success-item .as-title, #all-success-mobile-2 .container .all-success-items .all-success-column .all-success-item .as-title {
    font-size: 18px;
    line-height: 22px;
  }
}

#mini-success {
  background: #EBEBEB;
}
#mini-success .container .owl-item {
  justify-content: center;
  display: flex;
}
#mini-success .container .mini-success-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 991px) {
  #mini-success .container .mini-success-items {
    display: block;
  }
}
#mini-success .container .mini-success-items .mini-success-item {
  max-width: 390px;
  padding: 20px 15px;
  position: relative;
}
#mini-success .container .mini-success-items .mini-success-item svg {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#mini-success .container .mini-success-items .mini-success-item img {
  border-radius: 150px;
  display: block;
  margin: 0 auto 15px auto;
}
#mini-success .container .mini-success-items .mini-success-item .mini-success-text {
  color: #1A1E25;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  margin: 15px 0;
}
#mini-success .container .mini-success-items .mini-success-item .mini-success-name {
  color: #1A1E25;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#mini-success .container .mini-success-items .mini-success-item .mini-success-name b {
  font-weight: 700;
}

.journal {
  background: #223E72;
  color: #C9E2F0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.journal-item {
  width: 50%;
  padding: 100px 0 95px;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
}
.journal-item h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px;
  color: #FFFFFF;
}
.journal-item picture {
  display: block;
  margin: 60px auto 0;
}
.journal-item-inner {
  max-width: 530px;
  margin: 0 100px 0 auto;
}
.journal-item:nth-child(even) {
  background: #262F3E;
}
.journal-item:nth-child(even) picture {
  margin-top: 50px;
}
.journal-item:nth-child(even) .journal-item-inner {
  margin: 0 auto 0 100px;
}
@media (max-width: 991px) {
  .journal {
    flex-flow: column;
  }
  .journal-item {
    width: 100%;
    padding: 60px 0;
    font-size: 19px;
    line-height: 26px;
  }
  .journal-item h2 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 20px;
  }
  .journal-item picture {
    display: block;
    margin: 40px auto 0;
  }
  .journal-item-inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .journal-item:nth-child(even) picture {
    margin-top: 40px;
  }
  .journal-item:nth-child(even) .journal-item-inner {
    margin: 0 auto;
  }
}

#footer .container {
  border-top: none !important;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel.owl-drag .owl-item {
  display: flex;
}

.container .owl-carousel .owl-dots {
  margin-left: auto;
  margin-right: auto;
}

.container .owl-carousel button.owl-dot {
  height: 8px;
  margin: 0 5px;
  border-radius: 100px;
  width: 20px;
  background: rgba(172, 172, 172, 0.4);
}
.container .owl-carousel button.owl-dot.active {
  background: #ACACAC;
  width: 100px;
}

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