.about.page {
    background-image: url("../../../images/banner-about-02.png");
    width: 100%;
    min-height: 720px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partnerships img {
    object-fit: cover;
}

.partnerships-01,
.partnerships-02,
.partnerships-03 {
    height: 100%;
    width: 100%;
}

.partnerships-01 {
    background-color: #062D51;
    border-radius: 40px 0px;
}

.partnerships-02 {
    background-color: #fff;
    border-radius: 0px 40px;
}

.partnerships-03 {
    background-color: var(--secondary-color);
    border-radius: 40px 0px;
}

.partnership__link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnerships-banners-line-01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: auto;
    z-index: 1;
}

.partnerships-banners-line-02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: auto;
    z-index: 1;
    transform: rotate(180deg);
}

.solution-link {
    color: var(--primary-color);
    text-decoration: underline;
}

iframe.iframe {
    width: 100%;
}

.foundation .container {
    margin-bottom: 112px;
  }

  .blog .slider {
    height: 400px;
  }

  .blog .slider-bullets {
    top: 80px;
  }