.swiper-container {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #F2F2F2;
}

.swiper-slide h1 {
    margin: 20px 0px 20px 0px;
    line-height: 10px;
    padding: 20px 0px 20px 0px;
}

.swiper-slide p {
    min-height: 410px;
    padding: 40px 80px 30px 80px;
    font-size: 1em;
    font-weight: 400;
    font-family: Source Sans Pro;
    line-height: 1.375em;
    max-width: 67.96%;
    text-align: left;
    color: #141c40;
}

.button-prev,
.button-next {
    max-width: 30px;
    height: auto;
}

.swiper-bottom-bar {
    text-align: center;
}

.paginator-middle {
    display: inline-block;
    vertical-align: 28px;
    border-radius: 50px;
    background: #F2F2F2;
    width: 90px;
    padding: 10px 0px 10px 0px;
}

.paginator-arrow {
    vertical-align: 20px;
}

.swiper-button-disabled {
    opacity: 0;
}

.pt-story-image {
    max-width: 600px;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    #fact-based-marketing {
        padding-left: 10%;
        padding-right: 10%;
    }
    .pt-story-image {
        max-width: 600px;
        width: 100%;
        height:auto;
    }

    .swiper-slide {
        width: 100%;
        text-align: center;
        font-size: 18px;
        background: #F2F2F2;
    }

    .swiper-slide p {
        min-height: 500px;
        padding: 15px 25px;
        font-size: 1em;
        font-weight: 400;
        font-family: Source Sans Pro;
        line-height: 1.375em;
        max-width: 100%;
        text-align: left;
        color: #141c40;
    }
}

@media (max-width: 500px) {
    #fact-based-marketing {
        padding-left: 0;
        padding-right: 0;
        padding-right: 0;
    }
    .pt-story-image {
        max-width: 600px;
        width: 100%;
        height:auto;
    }

    .swiper-slide {
        width: 100%;
        text-align: center;
        font-size: 18px;
        background: #F2F2F2;
    }

    .swiper-slide p {
        min-height: 500px;
        padding: 15px 25px;
        font-size: 1em;
        font-weight: 400;
        font-family: Source Sans Pro;
        line-height: 1.375em;
        max-width: 100%;
        text-align: left;
        color: #141c40;
    }
}