
.past-video-section{
    padding: 60px 0px;
    background-color: #e7e4d8;
}
.past-video-section h2{
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.past-video-section .video-box {
    max-width:900px;
    margin: 0px auto;
}
.past-video-section .video-box+.video-box{
    margin-top:40px;
} 
.video-box .wpb_video_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.video-box .wpb_video_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
}


.what-section {
    background: #e4dace;
    padding: 50px 0px;
    text-align: center;
}
.what-section h2 {
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 16px;
}
.what-section .ty-btn a {
    min-width: 440px;
    margin-bottom: 14px;
    background: #fff;
    color: #000;
}
.what-section .ty-btn a:hover{
    background: #000;
    color: #fff;
}
.what-section .f-link {
    margin-bottom: 22px;
}
.what-section .flw-link {
    display: flex;
    justify-content: center;
    gap: 0;
}
.what-section .flw-link a {
    display: block;
    position: relative;
    padding: 0px 20px;
    position: relative;
    color: #000;
}
.what-section .flw-link a+a::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px;
}
.what-section .flw-link a:hover {
    color: #ed471d;
}
.ty-btn {
    margin-top: 28px;
}
.ty-btn a {
    display: inline-block;
    background: #e7e6e4;
    font-size: 1.1em;
    padding: 14px 10px;
    color: #000;
    border-radius: 150px;
    letter-spacing: 2px;
    min-width: 380px;
    text-align: center;
}
.ty-btn a:hover{
    background: #ed471d;
    color: #fff;
}
@media only screen and (max-width:767px){
    .ty-btn a,.what-section .ty-btn a {
        min-width: 310px;
        font-size: 1em;
    }
    .past-video-section h2 {
        font-size: 1.8em;
    }

}