.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slide {
  vertical-align: top;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a:before, a:after,
a *,
a *:before,
a *:after,
.btn:before,
.btn:after,
.btn *,
.btn *:before,
.btn *:after,
button:before,
button:after,
button *,
button *:before,
button *:after, a,
.btn,
button {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.4 "ProximaNova", "Arial", sans-serif;
  min-width: 375px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

body {
  margin: 0;
}
@media (max-width: 767px) {
  body {
    line-height: 1.4;
  }
}

a,
.btn,
button {
  text-decoration: none;
}
a:focus, a:active,
.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: "SohneBreit", sans-serif;
  margin: 0 0 40px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, .h:last-child {
  margin-bottom: 0;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .h a {
  color: inherit;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, .h a:hover {
  color: #000;
}

h1,
.h1 {
  font-size: 2rem;
  text-transform: none;
  font-family: "SohneBreit", sans-serif;
}
@media (min-width: 767px) {
  h1,
  .h1 {
    font-size: 2.55rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.75rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (min-width: 767px) {
  h2,
  .h2 {
    font-size: 2.813rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 2.813rem;
  }
}

h3,
.h3 {
  font-size: 2.188rem;
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}
@media (min-width: 767px) {
  h5,
  .h5 {
    font-size: 2.188rem;
  }
}

h6,
.h6 {
  font-size: 1.125rem;
}

p {
  margin: 0 0 1em;
  font-size: 1rem;
}
@media (min-width: 767px) {
  p {
    font-size: 1.25rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
p.large {
  font-size: 1rem;
}
@media (min-width: 767px) {
  p.large {
    font-size: 1.25rem;
  }
}
p.small {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  p.small {
    font-size: 0.875rem;
  }
}
@media (min-width: 767px) {
  p.small {
    font-size: 1rem;
  }
}

a {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.container {
  max-width: 1488px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 767px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#header {
  position: relative;
  position: absolute;
  top: 3.25rem;
  right: 24px;
  bottom: auto;
  left: 24px;
  z-index: 999;
}

.logo {
  width: 90px;
}
@media (min-width: 767px) {
  .logo {
    width: 148px;
  }
}
.logo a {
  display: block;
  background: none;
}
.logo a img {
  width: 100%;
  height: auto;
}

.footer h5 {
  font-size: 1.363rem;
  font-weight: 400;
  font-family: "ProximaNova", "Arial", sans-serif;
}

.text-right {
  text-align: right;
}

.alignitem-center {
  align-items: center;
}

.swiper-initialized {
  padding-right: 0;
}

.alignitem-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
  align-items: center;
}

.justify-content-end {
  justify-content: flex-end;
  align-items: flex-end;
}

.bg-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

hr {
  border-color: #C4C4C4;
  display: block;
}

.scroll-text {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  min-width: 227px;
}
.scroll-text b {
  display: block;
}
.scroll-text .download-animated {
  width: 28px;
  height: 38px;
  position: absolute;
  bottom: 0;
}
.scroll-text .download-animated:after {
  border-color: #fff;
  width: 20px;
  height: 20px;
  inset-block-end: 5px;
  inset-inline-start: 4px;
  font-size: 40px;
}
.scroll-text .download-animated:before {
  width: 2px;
  height: 30px;
  background-color: #fff;
  inset-block-end: 3px;
  inset-inline-start: 13px;
}

.hero {
  min-height: 100dvh;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.hero .container {
  max-width: 1177px;
  position: relative;
  z-index: 2;
}
.hero h1 {
  color: #fff;
}
.hero p {
  color: #B9E6FF;
  font-size: 1.563rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .hero p {
    font-size: 2.188rem;
  }
}
.hero .hero-holder {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  z-index: 2;
  position: relative;
  height: 100%;
}
.hero:before {
  content: "";
  width: 473px;
  height: 473px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -400px;
  left: -474px;
  background-image: url(../images/hero.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (min-width: 767px) {
  .hero:before {
    width: 473px;
    height: 473px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -150px;
    left: -160px;
  }
}
.hero .text-block {
  max-width: 300px;
  margin: 0 auto 40px;
}
@media (min-width: 570px) {
  .hero .text-block {
    max-width: 921px;
  }
}
.hero .text-block p {
  font-size: 1rem;
}
@media (min-width: 767px) {
  .hero .text-block p {
    font-size: 1.25rem;
  }
}
.hero .text-block p:first-child {
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .hero .text-block p:first-child {
    font-size: 1.563rem;
  }
}
.hero .caption-text {
  overflow: hidden;
}
.hero .caption-text .hold {
  max-width: 900px;
  margin: 0 auto;
}
.hero .caption-text h1 {
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .hero .caption-text h1 {
    margin-bottom: 20px;
  }
}

.max-text {
  max-width: 570px;
}
@media (min-width: 1400px) {
  .max-text {
    padding-top: 40px;
  }
}

.caption-text {
  padding-top: 20px;
}
@media (min-width: 767px) {
  .caption-text {
    padding-top: 15px;
  }
}
.caption-text img {
  max-width: 320px;
  width: 100%;
}
@media (min-width: 992px) {
  .caption-text .cell.text-block {
    min-height: 110px;
    padding-bottom: 20px;
  }
}

.main-img {
  position: relative;
}
.main-img .img-illustration {
  position: absolute;
  right: 0;
  bottom: -150px;
  max-width: 50%;
}
.main-img .img-illustration img {
  max-width: 180px;
  width: 100%;
}
@media (min-width: 767px) {
  .main-img .img-illustration img {
    max-width: 320px;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .fr .building-national-holder .max-text {
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .fr .development-section .max-text {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .fr .millenium-momentum-section .max-text {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .fr .building-section .max-text {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .fr .sustainability-section .max-text {
    padding-top: 80px;
  }
}

@media (min-width: 1400px) {
  .building-national-holder .max-text {
    padding-top: 20px;
  }
}
.building-national-holder .main-img .img-illustration {
  position: absolute;
  right: 0;
  bottom: -90px;
}
@media (min-width: 767px) {
  .building-national-holder .main-img .img-illustration {
    position: absolute;
    right: 0;
    bottom: -150px;
  }
}

@media (min-width: 1400px) {
  .development-section .max-text {
    padding-top: 10px;
  }
}
.development-section .main-img .img-illustration {
  position: absolute;
  right: auto;
  bottom: -90px;
  left: -30px;
  text-align: left;
}
@media (min-width: 767px) {
  .development-section .main-img .img-illustration {
    position: absolute;
    right: auto;
    bottom: -150px;
    left: -50px;
  }
}

@media (min-width: 1400px) {
  .millenium-momentum-section .max-text {
    padding-top: 80px;
  }
}

@media (min-width: 1400px) {
  .building-section .max-text {
    padding-top: 30px;
  }
}
.building-section .main-img .img-illustration {
  position: absolute;
  right: auto;
  bottom: -90px;
  left: -30px;
  text-align: left;
}
@media (min-width: 767px) {
  .building-section .main-img .img-illustration {
    position: absolute;
    right: auto;
    bottom: -150px;
    left: -50px;
  }
}

@media (min-width: 1400px) {
  .sustainability-section .max-text {
    padding-top: 80px;
  }
}

.duration {
  font-size: 1.875rem;
  color: #A9B1B7;
}

.foundations-holder {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 55px 0 30px;
}
@media (min-width: 767px) {
  .foundations-holder {
    padding: 178px 0 100px;
  }
}
.foundations-holder.development-section {
  background-color: #D5F2F4;
}
.foundations-holder.development-section .container {
  position: relative;
  z-index: 2;
}
.foundations-holder.development-section:after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  top: 60%;
  right: auto;
  bottom: auto;
  left: -200px;
  background-image: url(../images/human-development.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 767px) {
  .foundations-holder.development-section:after {
    width: 700px;
    height: 700px;
    position: absolute;
    top: 45%;
    right: auto;
    bottom: auto;
    left: -300px;
  }
}
.foundations-holder.development-section .main-img {
  text-align: right;
}
.foundations-holder.development-section h2 span {
  color: #06655F;
}
.foundations-holder.development-section .stats-card h2 {
  color: #06655F;
}
.foundations-holder.development-section .stats-card p {
  color: #06655F;
}
.foundations-holder.development-section .stats-card .stats-card-content {
  background-color: #fff;
}
.foundations-holder.development-section .stats-card .stats-card-content:hover {
  background-color: #06655F;
  color: #fff;
}
.foundations-holder.development-section .stats-card .stats-card-content:hover p {
  color: #fff;
}
.foundations-holder.development-section .swiper-scrollbar-drag {
  background: #06655F;
  position: relative;
  z-index: 10;
}
.foundations-holder.development-section .swiper-scrollbar:after {
  border-bottom: 1px solid #fff;
}

.mt-180 {
  margin-top: -30px;
}
@media (min-width: 767px) {
  .mt-180 {
    margin-top: -180px;
  }
}

@media (min-width: 992px) {
  .main-img img {
    max-width: 87%;
  }
}

.stats-card {
  height: 100%;
}
.stats-card h2 {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .stats-card h2 {
    font-size: 1.875rem;
    margin-bottom: 26px;
  }
}
.stats-card .stats-card-content {
  background-color: #F7F7F7;
  padding: 40px 20px;
  height: calc(100% - 35px);
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
  .stats-card .stats-card-content {
    padding: 48px 40px;
    height: calc(100% - 60px);
  }
}
@media (min-width: 1400px) {
  .stats-card .stats-card-content {
    padding: 96px 48px;
    font-size: 1.25rem;
    font-size: 1rem;
  }
}
.stats-card .stats-card-content:hover {
  background-color: #D4D6D8;
}
@media (max-width: 767px) {
  .stats-card .stats-card-content p {
    font-size: 1rem;
  }
}

.stats-card-area {
  background-color: #F7F7F7;
  padding: 30px;
  height: 100%;
}

@media (max-width: 767px) {
  .swiper-scrollbar {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .display-sm {
    display: none !important;
  }
}

.swiper-slide {
  height: auto;
}

.stats-slider {
  padding: 0 24px;
}
.stats-slider .swiper-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .stats-slider .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.stats-slider h6 {
  margin-bottom: 20px;
}

.intro-section {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .intro-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .intro-section .cell {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .intro-section .caption-text .cell {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .small-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.meeting-section {
  padding-top: 30px;
}
@media (min-width: 767px) {
  .meeting-section {
    padding-top: 48px;
  }
}
@media (max-width: 992px) {
  .meeting-section .cell {
    margin-bottom: 30px;
  }
}
.meeting-section p {
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (min-width: 767px) {
  .meeting-section p {
    font-size: 1rem;
  }
}
.meeting-section .main-img {
  margin-bottom: 15px;
  max-width: inherit;
}
.meeting-section .main-img img {
  width: 100%;
  max-width: inherit !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.building-national-holder {
  background-color: #F5FCFF;
  position: relative;
  padding: 55px 0 30px;
  z-index: 2;
}
@media (min-width: 767px) {
  .building-national-holder {
    padding: 164px 0;
  }
}
.building-national-holder .duration {
  color: #06655F;
}
.building-national-holder .container {
  position: relative;
  z-index: 3;
}
.building-national-holder:before {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: -200px;
  right: -400px;
  bottom: auto;
  left: auto;
  background-image: url(../images/innovation-era.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 767px) {
  .building-national-holder:before {
    width: 600px;
    height: 600px;
    position: absolute;
    top: -300px;
    right: -300px;
    bottom: auto;
    left: auto;
  }
}
.building-national-holder:after {
  content: "";
  width: 700px;
  height: 700px;
  position: absolute;
  top: 100px;
  right: auto;
  bottom: auto;
  left: -300px;
  background-image: url(../images/white-circle-only.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .building-national-holder:after {
    display: none;
  }
}
.building-national-holder .stats-card h2 {
  color: #06655F;
}
.building-national-holder .stats-card .stats-card-content {
  background-color: #D5F2F4;
}
.building-national-holder .stats-card .stats-card-content:hover {
  background-color: #08938A;
  color: #fff;
}
.building-national-holder .swiper-scrollbar-drag {
  background: #06655F;
  position: relative;
  z-index: 10;
}
.building-national-holder .swiper-scrollbar:after {
  border-bottom: 1px solid #D5F2F4;
}

.millenium-momentum-section {
  background-color: #B9E6FF;
}
.millenium-momentum-section:before {
  display: none;
}
.millenium-momentum-section:after {
  width: 600px;
  height: 700px;
  position: absolute;
  top: 20%;
  right: -230px;
  bottom: auto;
  left: auto;
  background-image: url(../images/millenium-momentum.svg);
}
.millenium-momentum-section .max-text h2 span {
  color: #0061AB;
}
.millenium-momentum-section .stats-card h2 {
  color: #0061AB;
}
.millenium-momentum-section .stats-card p {
  color: #0061AB;
}
.millenium-momentum-section .stats-card .stats-card-content {
  background-color: #fff;
}
.millenium-momentum-section .stats-card .stats-card-content:hover {
  background-color: #0C7DD4;
}
.millenium-momentum-section .stats-card .stats-card-content:hover p {
  color: #fff;
}
.millenium-momentum-section .swiper-scrollbar-drag {
  background: #0061AB;
  position: relative;
  z-index: 10;
}
.millenium-momentum-section .swiper-scrollbar:after {
  border-bottom: 1px solid #fff;
}

.building-section {
  background-color: #8AC6FF;
}
.building-section .container {
  position: relative;
  z-index: 2;
}
.building-section:after {
  content: "";
  width: 700px;
  height: 700px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -350px;
  background-image: url(../images/white-circle-only.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .building-section:after {
    display: none;
  }
}
.building-section .max-text h2 span {
  color: #003A66;
}
.building-section .main-img {
  text-align: right;
}
.building-section .stats-card h2 {
  color: #003A66;
}
.building-section .stats-card p {
  color: #003A66;
}
.building-section .stats-card .stats-card-content {
  background-color: #fff;
}
.building-section .stats-card .stats-card-content:hover {
  background-color: #0061AB;
}
.building-section .stats-card .stats-card-content:hover p {
  color: #fff;
}
.building-section .swiper-scrollbar-drag {
  background: #003A66;
  position: relative;
  z-index: 10;
}
.building-section .swiper-scrollbar:after {
  border-bottom: 1px solid #fff;
}

.sustainability-section {
  background-color: #0061AB;
  color: #fff;
}
.sustainability-section:after, .sustainability-section:before {
  display: none;
}
.sustainability-section .max-text h2 {
  color: #fff;
}
.sustainability-section .max-text h2 span {
  color: #fff;
}
.sustainability-section .caption-text {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .sustainability-section .main-img img {
    max-width: 95%;
  }
}
.sustainability-section .stats-card h2 {
  color: #fff;
}
.sustainability-section .stats-card p {
  color: #003A66;
}
.sustainability-section .stats-card .stats-card-content {
  background-color: #fff;
}
.sustainability-section .stats-card .stats-card-content:hover {
  background-color: #003A66;
}
.sustainability-section .stats-card .stats-card-content:hover p {
  color: #fff;
}
.sustainability-section .swiper-scrollbar-drag {
  background: #003A66;
  position: relative;
  z-index: 10;
}
.sustainability-section .swiper-scrollbar:after {
  border-bottom: 1px solid #fff;
}

.intro-img-area {
  position: relative;
}

.ukraine-virus {
  width: 163px;
  height: 163px;
  position: absolute;
  top: -60px;
  right: -60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ukraine-virus {
    z-index: -1;
    width: 150px;
    height: 150px;
  }
}
.ukraine-virus.second {
  position: absolute;
  top: 45%;
  left: -80px;
  z-index: -1;
}
@media (max-width: 767px) {
  .ukraine-virus.second {
    position: absolute;
    top: 30%;
    left: -80px;
  }
}

.undp-today {
  position: relative;
  padding: 55px 0 30px;
  position: relative;
}
@media (min-width: 767px) {
  .undp-today {
    padding: 146px 0 100px;
  }
}
.undp-today:before {
  content: "";
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: -650px;
  right: -350px;
  bottom: auto;
  left: auto;
  background-image: url(../images/undp-today.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 767px) {
  .undp-today:before {
    display: none;
  }
}
.undp-today .info-area {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .undp-today .info-area {
    margin-bottom: 40px;
  }
}
.undp-today .info-area h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .undp-today .info-area h2 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.undp-today .info-area .cell.text-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .undp-today .info-area .cell.text-box {
    margin-bottom: 0;
    text-align: left;
  }
  .undp-today .info-area .cell.text-box:after {
    content: "";
    width: 1px;
    height: 128px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #000;
  }
}
.undp-today .info-area h4 {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .undp-today .info-area h4 {
    text-align: center;
    font-size: 1.125rem;
  }
}
.undp-today .info-area h4 span {
  color: #0061AB;
}

@media (max-width: 767px) {
  .stats-card-area .icon-holder {
    width: 120px;
  }
  .stats-card-area .icon-holder img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stats-card-area p b {
    font-weight: 400;
  }
}

.years-info .icon-holder {
  margin-bottom: 20px;
}
.years-info .cell.large-4 {
  margin-bottom: 40px;
}
.years-info h6 {
  margin-bottom: 25px;
  font-size: 1rem;
}
@media (min-width: 767px) {
  .years-info h6 {
    font-size: 1.5rem;
    margin-bottom: 39px;
  }
}
.years-info h5 {
  margin-bottom: 10px;
}

.features-section {
  padding: 80px 0;
  background-color: #DEEFFF;
}
@media (max-width: 767px) {
  .features-section {
    padding: 40px 0;
  }
}
.features-section .post {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .features-section .post {
    flex-direction: column;
  }
}
.features-section .post .icon-holder {
  width: 80px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .features-section .post .icon-holder {
    margin-right: 0;
    margin-bottom: 20px;
    width: 60px;
  }
}
.features-section .post p {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .features-section .post p {
    width: 100%;
    text-align: center;
  }
}
.features-section .post p span {
  color: #0C7DD4;
  font-weight: bold;
}