.introduct-box{
    background-color: #fff;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
    padding: 20px 56px 0px 46px ;
}
.introduct-box::after {
    content: "";
    width: 10px;
    height: 196px;
    background: #009040;
    position: absolute;
    right: 0px;
    top: 25px;
}
.overview{
    display: flex;
    flex-direction: column;
}
.overview-title{
    font-size: 24px;
    font-weight: bold;
    color: #303336;
    line-height: 45px;
    margin-top: 5px;
}
.overviewsplit{
    width: 48px;
    height: 4px;
    background-color: #009040;
    margin: 20px 0px 30px;
}
.introduct p{
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
}
.venueImg{
    width: 100%;
    
}
.venueImg img{
    width: 60%;
    float: right;
}