.program_details_wrap{
    margin-top: 20px;
}
.progeam_row{
    padding: 50px 0px;
}
.progeam_row .text_info{
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.progeam_row p{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}
.progeam_row h3{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.progeam_row .text_info .image{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}
.progeam_row .text_info .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.progeam_row .card_director{
    height: auto;
}
.progeam_row .card_director .director_name {
    padding: 10px 14px;
}
.progeam_row .card_director .director_name .event_name{
    margin-top: 8px;
    margin-bottom: 10px;
}
.progeam_row .card_director .director_name .date_event{
    margin-bottom: 0;
}
.progeam_row .title_section .text{
    font-size: 22px;
}
.progeam_row .title_section .text::after{
    margin-top: 0;
}