.abtp{
    background: #063d96;
    box-shadow: 0px 3px 6px rgba(0,0,0, 0.3);
    z-index: 1;
    margin-top: 12px;
    padding: 5px;
    border-radius: 15px;
    width: 80%;
    position: relative;
}

.abtp p{
    color: #fff;
    font-size: 16px;
}
.section-eight-wrapper h2{
    line-height: 52px;
    font-size: 40px;
}

.about-eight-area {
  padding: 90px 0 120px;
}


.swiper-container img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}


@media(max-width:767px){
    .about-eight-thumb-shape{
        display: none;
    }

    .abtp{
        background: #063d96;
        box-shadow: 0px 3px 6px rgba(0,0,0, 0.3);
        width: 100%;
        z-index: 1;
        margin-top: 12px;
        padding: 10px;
        border-radius: 15px;
    }
    .abtp p{
    color: #fff;
    font-size: 12px;
}

    .abyp a{
        text-align: center;
    }

.section-eight-wrapper h2{
    line-height: 32px;
    font-size: 30px;
}

.about-eight-area {
  padding: 90px 0 2px;
}

.swiper-container img {
  max-width: 100%;
  height: 500px;
  border: 0px;
  outline: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-eight-thumb img{
    width: 100%;
}



}