.rtbBlockSection {
    padding-top: 30%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
}

.centerHeadingTitle h4.headingTitle.lineCenter {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto 40px
}

.rtbBlocks {
    padding: 30px;
    box-shadow: 0 0 20px -10px #000;
    margin: 15px 0;
    background: #fff;
    height: 95%
}

.rtbBlocks h5 {
    position: relative;
    font-size: 26px
}

.ourStoriesLeftBlock a i {
    margin-left: 10px
}

.ourStoriesLeftBlock a:hover {
    color: #64666a
}

.storyImage {
    height: 315px;
	background-size:100%;
	background-repeat:no-repeat;
    width: 100%;
    overflow: hidden
}

h5.storyTitle {
    background: #fff;
    text-align: center;
    margin: -35px auto 0;
    padding: 20px 20px 10px;
    width: 90%;
    box-shadow: 0 -5px 8px -5px #000;
    font-size: 20px
}

.storyInfo {
    text-align: center;
    background: #fff;
    padding: 0 20px;
    width: 90%;
    margin: 0 auto
}

.storyInfo p {
    margin: 0;
    color: #64666a
}

.storyInfo a {
    background: #cf2030;
    margin: 15px 0 0;
    display: inline-block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 17px;
    width: 50%;
    border: 2px solid transparent;
    transition: all .2s ease-in
}

.storyInfo strong {
    color: #64666a;
    font-size: 18px
}

.storyInfo a:hover {
    background: #fff;
    border-color: #cf2030;
    color: #cf2030
}

.greyGetInvited #homeGetInvitedBand, div#joinBNIPage #homeGetInvitedBand {
    background: rgba(200, 200, 200, .17)
}

.greyGetInvited section#homeGetInvitedBand h4, div#joinBNIPage section#homeGetInvitedBand h4 {
    color: #cf2030
}

.greyGetInvited section#homeGetInvitedBand p, div#joinBNIPage section#homeGetInvitedBand p {
    color: #64666a
}

.greyGetInvited section#homeGetInvitedBand a, div#joinBNIPage section#homeGetInvitedBand a {
    color: #fff;
    background: #cf2030
}

.greyGetInvited section#homeGetInvitedBand a:hover, div#joinBNIPage section#homeGetInvitedBand a:hover {
    color: #cf2030;
    border-color: #cf2030;
    background: 0 0
}

.ourStoriesLeftBlock strong {
    font-size: 20px
}

@media only screen and (max-width: 1200px) {
    .rtbBlocks h5 {
        font-size: 18px
    }
}

@media only screen and (max-width: 1600px) {
    .storyImage {
        height: 240px
    }

    h5.storyTitle {
        font-size: 20px
    }

    .storyInfo {
        padding: 0
    }
}

@media only screen and (max-width: 1440px) {
    #beforeVisitSection .lineCenter::after {
        margin: 15px auto 20px !important
    }

    .beforeVisitBlocks:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 992px) {
    .rtbBlocks {
        height: 90%
    }

    h5.storyTitle {
        font-size: 16px
    }

    .ourStoriesLeftBlock strong {
        font-size: 14px
    }

    .storyImage {
        height: 160px
    }

    .storyInfo strong {
        font-size: 13px
    }

    .storyInfo a {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .storyImage {
        height: 220px
    }

    .storyImage {
        height: 400px
    }

    h5.storyTitle {
        font-size: 24px
    }

    .storyInfo {
        margin-bottom: 50px
    }
}