 @media (max-width:1366px){


.pastor-meta ul{
    padding: 0;
}
}
 @media (max-width:1199px){
.style1 .description {
    font-size: 35px !important;
    line-height: 44px !important;
}
}
 @media (max-width:991px){
div#myTabContent {
    padding: 40px 20px 22px 20px;
    width: 60%;
}
.style1 .description {
    font-size: 25px !important;
    line-height: 34px !important;
}
.style1 .pastor-name, .pastor-designation {
    letter-spacing: 1px !important;
}
.pastor-meta ul {
    margin-top: 11px;
}
.pastor-name:after {
    padding-right: 5px;
    padding-left: 5px;
}
li.nav-item figure:after {
    font-size: 28px;
}
li.nav-item:nth-child(2) figure:after {
    right: 20px;
    top: 13px;
}
li.nav-item:first-child figure:after {
    left: 20px;
    top: 13px;
}
li.nav-item:nth-child(4) figure:after {
    right: 18px;
    bottom: 13px;
}
li.nav-item:nth-child(3) figure:after {
    left: 20px;
    bottom: 13px;
}
}
 @media (max-width:767px){
   .nav-link  figure > img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
li.nav-item {
    margin-bottom: 24px;
    width: 25%;
}
div#myTabContent {
    background-color: #30607b;
    text-align: center;
    position: relative;
    width: 100%;
    transform: translate(0, 0);
    top: 0;
    left: 0;
}
li.nav-item figure:after {
    font-size: 20px;
    right: 43% !important;
    top: 37% !important;
    transform: rotate(87deg) !important;
    left: inherit !important;
    bottom: inherit !important;
}
li.nav-item figure:before{
    transform: translate3d(-171px, -148px, 157px) !important;
}
}
 @media (max-width:425px){
    li.nav-item {
        margin-bottom: 20px;
        width: 50%;
    }
    .nav-link  figure > img {
        height: 75px;
    }
    li.nav-item figure:after {
        font-size: 16px;
        top: 32% !important;
    }
    .style1 .description {
        font-size: 20px !important;
        line-height: 31px !important;
    }
    .style1 .pastor-name, .pastor-designation {
       font-size: 13px;
    }
    .pastor-name:after {
        padding-right: 6px;
        padding-left: 2px;
    }
    .pastor-meta ul {
        margin-top: 0px;
    }
    div#myTabContent {
        width: 100%;
    }
    .pastor-msg-wrap.style1 img{
        height: auto;
    }
 }