.speakers-section {
    padding-left: 15px;
    padding-right: 15px;
}

.speakers-section .title {
    padding: 0;
}

.list-view .speakers-section .title .cmp-title__text {
    margin: 24px 0px 16px 0px;
}

.ask-experts .speakers-section .title {
    padding: 0;
}

.card-view .swiper .swiper-wrapper .swiper-container .swiper-card-details,
.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details {
    text-align: left;
}

.card-view .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title,
.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title {
    margin: 0;
    line-height: 28px;
}

.card-view .swiper .swiper-wrapper .swiper-container .swiper-card-details p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    font-style: normal;
    font-family: "Open Sans";
    margin: 0;
}

.list-view .swiper .swiper-button-prev,
.list-view .swiper .swiper-button-next,
.list-view .swiper .swiper-pagination,
.card-view .swiper .twitter-link,
.ask-experts .swiper .swiper-button-prev,
.ask-experts .swiper .swiper-button-next,
.ask-experts .swiper .swiper-pagination,
.ask-experts .swiper .twitter-link {
    display: none;
}

.list-view .swiper .swiper-wrapper,
.ask-experts .swiper .swiper-wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    width: 100%;
}

.list-view .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 20px;
    height: auto;
    background-color: inherit;
}

.list-view .one-card .swiper .swiper-wrapper .swiper-slide,
.ask-experts .one-card .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
}

.list-view .two-cards .swiper .swiper-wrapper .swiper-slide,
.ask-experts .two-cards .swiper .swiper-wrapper .swiper-slide {
    width: 50% !important;
}

.list-view .three-cards .swiper .swiper-wrapper .swiper-slide,
.ask-experts .three-cards .swiper .swiper-wrapper .swiper-slide {
    width: 33.333% !important;
}

.list-view .swiper .swiper-wrapper .swiper-slide .swiper-container,
.ask-experts .swiper .swiper-wrapper .swiper-slide .swiper-container {
    display: flex;
    flex-direction: row;
}

.list-view .swiper .swiper-wrapper .swiper-card-img,
.ask-experts .swiper .swiper-wrapper .swiper-card-img {
    max-width: 58px;
    width: 100%;
    margin-right: 20px;
    display: block;
}

.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title,
.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title a,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title a {
    margin: 0;
    margin-bottom: 2px;
    position: relative;
    z-index: 2;
    color: #333;
    line-height: 1.75rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Andes";
    font-size: 24px;
    display: block;
}

.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details p,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details p {
    font-size: 1.25rem;
    line-height: 33.28px;
    color: #757575;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: 600;
    font-style: normal;
    margin: 0px;
    font-family: "Andes";
}

.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details .twitter-link,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details .twitter-link {
    font-size: 0.875rem;
    font-weight: 400;
    color: #009FDA;
    font-style: normal;
    position: relative;
    z-index: 9;
}

.list-view .swiper .swiper-wrapper .swiper-container .swiper-card-details .twitter-link::before,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details .twitter-link::before {
    content: "\e192";
    color: #FFFFFF;
    font-size: 15px;
    margin-right: 3px;
    text-rendering: auto;
    font-family: "loopicon";
    display: inline-block;
    padding: 0px 4px;
    border-radius: 100%;
    background: #0071bc;
    position: relative;
    z-index: 9;
}

.speakers-section .swiper-button-next::after,
.speakers-section .swiper-button-prev::after {
    top: -50px;
}

.ask-experts {
    background-color: #0071BC;
}

.ask-experts .swiper .swiper-wrapper .swiper-slide {
    background-color: #0071BC;
    border-bottom: 0px;
    padding: 0px 0px 16px;
}

.ask-experts .speakers-section .cmp-title .cmp-title__text,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details .swiper-card-title a,
.ask-experts .swiper .swiper-wrapper .swiper-container .swiper-card-details p {
    color: #FFFFFF;
}

@media(max-width: 992px) {

    .list-view .one-card .swiper .swiper-wrapper .swiper-slide,
    .list-view .two-cards .swiper .swiper-wrapper .swiper-slide,
    .list-view .three-cards .swiper .swiper-wrapper .swiper-slide,
    .ask-experts .one-card .swiper .swiper-wrapper .swiper-slide,
    .ask-experts .two-cards .swiper .swiper-wrapper .swiper-slide,
    .ask-experts .three-cards .swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}