.secDetailsEntry {
    margin-top: 0!important;
}
.entry .aligncenter.spOnly{
    display: none;
}
.entry h2{
    font-size: 30px;
    position: relative;
    padding-bottom: 33px;
    margin-top: 100px;
    margin-bottom: 27px;
}
.entry h2::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.entry h3{
    font-size: 22px;
    position: relative;
    padding: 27px 54px 30px;
    background: rgba(198, 175, 132, 0.1);
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 29px;
}
.entry h3::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: calc(50% - 5px);
    left: 30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c6af84;
}
.entry h4{
    font-size: 18px;
    position: relative;
    padding: 0 0 21px 15px;
    background: url(../img/event/iconArrowBlack.png);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 12px;
    margin-top: 60px;
    margin-bottom: 14px;
}
.entry h4::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #000;
}
.entry h4::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 40px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:767px){
    .secDetailsEntry {
        margin-top: 0!important;
    }
    .entry .aligncenter.spNone{
        display: none;
    }
    .entry .aligncenter.spOnly{
        display: block;
    }
    .entry h2{
        font-size: 20px;
        padding-bottom: 12px;
        margin-top: 60px;
        margin-bottom: 21px;
    }
    .entry h3{
        font-size: 16px;
        padding: 17px 30px 18px;
        margin-top: 40px;
        margin-bottom: 22px;
    }
    .entry h3::before{
        top: calc(50% - 3px);
        left: 15px;
        width: 6px;
        height: 6px;
    }
    .entry h4{
        font-size: 16px;
        padding: 0 0 12px 15px;
        background-size: 5px;
        background-position-x: 0;
        background-position-y: 12px;
        margin-top: 40px;
        margin-bottom: 12px;
    }
    .entry h4::before{
        width: 30px;
    }
    .entry h4::after{
        left: 30px;
        width: calc(100% - 30px);
    }
}