.content-advisory-board {
  .title-carousel {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    color: #222222;
    margin-bottom: auto !important;
    text-transform: uppercase;

    @media screen and (max-width: 1580px) {
      font-size: 25px;
      line-height: 28px;
    }

    @media screen and (max-width: 960px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 669px) {
      font-size: 16px;
      line-height: 20px;
      text-align: center;
    }

    strong {
      color: #222222;
    }
  }

  .description-carousel {
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #222222;

    @media screen and (max-width: 1580px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 960px) {
      font-size: 18px;
      line-height: 22px;
    }

    @media screen and (max-width: 669px) {
      font-size: 16px;
      line-height: 19px;
    }
  }

  .carousel-inner {
    .carousel-item {
      justify-content: center;

      a.slide-action {
        text-decoration: none;

        .advisor-card {
          border-radius: 30px;
          width: 300px;
          height: 345px;
          margin-left: 15px;
          margin-right: 15px;

          @media screen and (max-width: 960px) {
            margin-left: 10px;
            margin-right: 10px;
          }

          .advisor-image {
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 30px;
            filter: grayscale(100%);
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: end;
            z-index: 2;

            .advisor-name {
              font-size: 32px;
              line-height: 36px;
              font-weight: 600;
              text-align: center;
              color: #FFFFFF;
              z-index: 2;

              @media screen and (max-width: 1580px) {
                font-size: 28px;
                line-height: 30px;
              }

              @media screen and (max-width: 960px) {
                font-size: 26px;
                line-height: 28px;
              }

              @media screen and (max-width: 669px) {
                font-size: 24px;
                line-height: 25px;
              }
            }

            .advisor-title {
              font-size: 24px;
              line-height: 36px;
              font-weight: 400;
              text-align: center;
              color: #FFFFFF;
              z-index: 2;

              @media screen and (max-width: 960px) {
                font-size: 22px;
                line-height: 30px;
              }

              @media screen and (max-width: 669px) {
                font-size: 20px;
                line-height: 28px;
              }
            }
          }

          .advisor-info {
            display: none;
          }

          &.carousel-second-column,
          &.carousel-secoundaries {
            padding-right: 0;
            padding-left: 0;

            @media screen and (max-width: 669px) {
              margin-top: 100px;
            }
          }

          &.principal-carousel {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            background-color: #6800FF;
            width: 785px;
            height: 425px;
            margin-top: 150px;

            @media screen and (max-width: 960px) {
              grid-template-columns: repeat(1, 1fr);
              width: 400px;
              height: 600px;
              margin-top: 0;
            }

            @media screen and (max-width: 669px) {
              grid-template-columns: repeat(1, 1fr);
              width: 300px;
              height: 600px;
            }

            .advisor-image {
              filter: grayscale(0%);
              width: 100%;
              height: 100%;

              &::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 20%;
                background: linear-gradient(180deg, rgba(104, 0, 255, 0) 0%, rgba(104, 0, 255, 0.65) 100%);
                border-bottom-left-radius: 30px;
                border-bottom-right-radius: 30px;
              }

              @media screen and (max-width: 960px) {
                height: 300px;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;

                &::after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: 20%;
                  background: linear-gradient(180deg, rgba(104, 0, 255, 0) 0%, rgba(104, 0, 255, 1) 100%);
                  border-bottom-left-radius: 0;
                  border-bottom-right-radius: 0;
                }
              }
            }

            .advisor-info {
              display: block;
              padding: 20px;

              .advisor-icons {
                .icon {
                  margin: 0 10px;
                }

                @media screen and (max-width: 960px) {
                  text-align: center;
                }
              }

              hr {
                color: #FFFFFF;
              }

              .advisor-description {
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                color: #FFFFFF;

                @media screen and (max-width: 960px) {
                  font-size: 14px;
                  line-height: 20px;
                }

                @media screen and (max-width: 669px) {
                  font-size: 12px;
                  line-height: 18px;
                }
              }
            }
          }
        }
      }
    }
  }

  @media screen and (max-width: 991px) {
    padding-bottom: 30px;
  }
}