.workshop .flex-contnt .date-deta{
    border-right: none;
}
.workshop .equal-width-column h1{
    
}
.workshop .date-deta h3{
    font-size: 30px;
}
.workshop .lft-spsce h1{
    padding-left: 3rem;
}
.workshop .lft-spsce .horizontal-divider{
    margin-left: 3rem;
}
.workshop .overview-text .horizontal-divider{
    margin-left: 0px;
}
.workshop .overview-text h2, .workshop .overview-text li{
    color: #1C2443;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.workshop .overview-text ul{
    margin: 15px 0px 30px -10px;
}
.workshop .flex-contnt{
    margin-top: 16px;
}
.workshop .line-img, .staff {
    padding: 3rem 5rem 0px 4rem;
}
.workshop .img-box{
    height: 230px;
    overflow: hidden;
}
.workshop .team-cols{
    margin-top: 55px;
}
.workshop .card-box h4 {
    color: #9C7A58;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin: auto;
    padding-top: 20px;
    max-width: 230px;
}
.workshop .spc-btm{
    margin-bottom: 80px;
}
.workshop .images-col{
    text-align: center;
}
.icons-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }
  .icons-social img{
    border-radius: 3px;
  }
.temp-section.workshop
{
  padding-top: 30px;
}
.temp-section.workshop .filter-options-wrapper
{
  width: 40%;
}
.temp-section.workshop .filter
{
  width: 100%;
}
.filter-options{
  justify-content: stretch;
}


@media (min-width: 1200px){
.workshop .meet-team .col-lg-8 {
    width: 70%;
    margin-top: 18px;
}
.workshop .meet-team .col-lg-4 {
    width: 30%;
}
}

@media(max-width:768px){
    .workshop .lft-spsce .horizontal-divider{
        margin: auto;
        text-align: center;
    }
    .workshop .equal-width-column h1{
        margin-top: 30px!important;
    }
    .workshop .sechudel a{
        font-size: 14px;
    }
    .workshop .overview-text{
        padding: 0px 20px;
    }
}