.breadcrumb-wrap {
    padding: var(--p20);
    background-color: var(--btn-color);
    border-bottom: 1px solid var(--btn-color);
}
.breadcrumb{
    color: var(--white-color);
}
.breadcrumb a{
    color: var(--black-color);
}
/* about shep */
section.about-shep{
    background: var(--white-color);
}
section.about-shep .main-content h2{
    color: var(--black-color);
    font-size: var(--f43);
    margin-bottom: 0;
}
section.about-shep .main-content p{
    font-size: var(--f16);
    color: var(--black-color);
    margin: 24px 0 0;
    font-weight: 400;
    height: auto;
    overflow: hidden;
}
section.about-shep .main-content .main-btn{
    display: block;
    width: 150px;
    margin-top: var(--m20);
    position: relative;
    z-index: 2;
    text-align: center;
}
section.about-shep .main-content {
    width: 100%;
    position: relative;
}
section.about-shep .main-content  .para {
    /* overflow: hidden; */
    width: 100%;
}
section.about-shep .main-content .para ul{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    justify-content: space-between;
}
section.about-shep .main-content .para ul li{
    font-size: var(--f16);
    color: var(--black-color);
    width: 48%;
    font-weight: bold;
    padding-left: 17px;
}
section.about-shep .main-content .para ul li:before{
    content:"\f00c";
    font-family: "Font Awesome 6 Free";
    /* font-size: 16px; */
    margin-left: -15px;
    margin-right: 15px;
}
section.about-shep .col-6.cont {
    display: flex;
    justify-content: end;
    padding-right: 0;
    align-items: center;
}
section.about-shep .img-sec{
    height: 100%;
}
section.about-shep .img-sec img{
   width: 100%;
    object-fit: cover;
    height: 500px;
}
section.about-shep .cont{
    min-height: 500px;
}
section.about-shep .imgs{
    padding-left: 0;
    width: 50%;
    float: right;
    margin-left: 2%;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
section.about-shep .map {
    position: absolute;
    bottom: -80px;
    left: 137px;
    z-index: 1;
}