.ip-sell-your-home-content {
    position: relative;
    padding: 0 15px;
    padding: 6% 0 50px;
    background: url('../../images/sell-your-home/bg1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.ip-sell-your-home-holder{
    position: relative;
    z-index: 5;
    padding: 0 8% 0;
}

.ip-sell-your-home-text p {
    text-align: center;
    font: italic normal 300 45px/65px Roboto;
    letter-spacing: 0px;
    color: #444444;
}

.ip-sell-your-home-text {
    max-width: 1112px;
    margin: 0 auto;
}

.ip-syh-feed-list{
    padding: 0 8% 0;
}

.ip-pd-info-label {
    font: normal normal bold 25px/30px Barlow;
    letter-spacing: 0px;
    color: #585858;
    text-transform: uppercase;
    font-family: var(--font-secondary-title);
    cursor: pointer;
    margin-bottom: 15px;
}

.ip-pd-info-label span {
    font-weight: 400;
    color: var(--color-primary-accent);
    width: 20px;
    display: inline-block;
}

.ip-pd-info-content p {
    font: normal normal normal 18px/38px Roboto;
    letter-spacing: 1.35px;
    color: #444444;
    padding: 10px 0 5px;
}


.ip-pd-info-list {
    border-bottom: 2px solid #E3E3E3;
    padding: 25px 0 20px;
}

.ip-pd-accordion {
    margin: 60px 0 0;
    padding-left: 45px;
}

.ip-syh-feed-list {
    padding: 75px 8%;
    display: flex;
    flex-wrap: wrap;
}

.ip-syh-feed-list-photo {
    width: 41%;
    position: relative;
}

.ip-syh-feed-list-content {
    width: 59%;
    position: relative;
    padding: 0 15px;
}

.ip-syh-feed-list-photo-inner {
    position: relative;
    z-index: 2;
    height: 100%;
}

.ip-syh-feed-list-photo-inner canvas {
    display: block;
    width: 100%;
}

.ip-syh-feed-list-photo-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-syh-feed {
    position: relative;
    margin: 55px 0 0;
}

.ip-syh-feed-list-photo::after {
    content: '';
    position: absolute;
    top: 8%;
    left: -10%;
    width: 95%;
    height: 100%;
    border: 4px solid #D0AD6A;
}

.ip-syh-title-head {
    display: flex;
}

.ip-syh-title {
    font: normal normal normal 70px/80px Alice;
    letter-spacing: 0px;
    color: #D0AD6A;
}

.ip-syh-title-bot {
    text-align: right;
    font: normal normal normal 25px/33px Roboto;
    letter-spacing: 8.75px;
    color: #585858;
    text-transform: uppercase;
}

.ip-syh-title-bot span {
    display: inline-block;
    position: relative;
}

.ip-syh-title-bot span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 4px;
    background: var(--color-primary-accent);
    right: calc(100% + 25px);
}

.ip-syh-title-counter {
    position: relative;
    font: normal normal bold 25px/30px var(--font-secondary-title);
    letter-spacing: 0px;
    color: #585858;
    text-transform: uppercase;
    border-top: 4px solid var(--color-primary-accent);
    text-align: right;
    width: 42px;
    padding: 4px 0 0;
    margin-top: 14px;
    margin-right: 25px;
}

.ip-syh-feed-list-content-inner {
    max-width: 770px;
    margin: 0 auto;
}

.ip-syh-feed-list-mid{
    max-width: 710px;
}

.ip-syh-feed-list-accent {
    position: absolute;
    right: 100%;
    width: 163px;
    height: 75%;
    background: #b38020 url(../../images/sell-your-home/accent-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    top: 0;
}

.ip-syh-feed-list:nth-child(even){
    background: url('../../images/sell-your-home/bg2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    flex-direction: row-reverse;
}

.ip-syh-feed-list:nth-child(even) .ip-syh-feed-list-accent {
    right: auto;
    left: 100%;
    top: auto;
    bottom: 0;
}

.ip-syh-feed-list:nth-child(even) .ip-syh-feed-list-photo::after {
    top: auto;
    bottom: 8%;
    left: auto;
    right: -10%;
}

@media only screen and (min-width: 1367px) {
    .ip-pd-accordion {
        margin: 30px 0 0;
        padding-left: 45px;
    }

    .ip-syh-feed-list-mid {
        max-width: 615px;
    }

    .ip-pd-info-list {
        padding: 15px 0 10px;
    }

    .ip-syh-title {
        font: normal normal normal 60px/80px Alice;
    }

    .ip-syh-title-bot {
        font: normal normal normal 20px/33px Roboto;
        letter-spacing: 7px;
    }

    .ip-pd-info-label {
        font: normal normal bold 20px/25px var(--font-secondary-title);
    }

    .ip-pd-info-content p {
        font: normal normal normal 15px/38px Roboto;
    }

    .ip-banner h1.entry-title {
        font-size: 90px;
        color: #ffffff;
        font-weight: 400;
        font-family: 'Alice', serif;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-syh-title {
        font: normal normal normal 50px/80px Alice;
    }

    .ip-syh-title-bot {
        font: normal normal normal 18px/33px Roboto;
        letter-spacing: 5px;
    }

    .ip-pd-accordion {
        margin: 20px 0 0;
    }

    .ip-pd-info-list {
        padding: 15px 0 10px;
    }

    .ip-pd-info-label {
        font: normal normal bold 18px/25px Barlow;
        margin-bottom: 5px;
    }

    .ip-syh-feed-list-photo-inner canvas {
        height: 550px;
    }

    .ip-banner h1.entry-title {
        font-size: 70px;
    }

    .ip-banner .ip-banner-title h2 {
        font-size: 20px;
        letter-spacing: 6px;
        line-height: 1;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-pd-accordion {
        margin: 30px 0 0;
    }

    .ip-pd-info-label {
        font: normal normal bold 20px/25px Barlow;
        font-family: var(--font-secondary-title);
    }

    .ip-pd-info-content p {
        font: normal normal normal 14px/30px Roboto;
        padding: 10px 0 5px;
    }

    .ip-sell-your-home-holder {
        padding: 0 15px 0;
    }

    .ip-sell-your-home-text p {
        font: italic normal 300 38px/65px Roboto;
    }

    .ip-syh-feed-list {
        padding: 30px 15px;
    }

    .ip-syh-feed-list-photo::after {
        top: 5%;
    }

    .ip-syh-feed-list:nth-child(even) .ip-syh-feed-list-photo::after {
        top: auto;
        bottom: 5%;
    }

    .ip-syh-feed-list-photo-inner canvas {
        height: 500px;
    }

    .ip-pd-info-list {
        padding: 10px 0 5px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-banner .container {
        width: 100%;
    }

    .ip-syh-feed-list-photo {
        width: 100%;
    }

    .ip-syh-feed-list-accent,
    .ip-syh-feed-list-photo::after{
        display: none;
    }

    .ip-syh-feed-list-photo-inner {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-syh-feed-list-photo-inner canvas {
        height: auto;
    }

    .ip-syh-feed-list-content {
        width: 100%;
        text-align: center;
    }

    .ip-syh-title-head {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .ip-syh-title-bot {
        text-align: center;
    }

    .ip-pd-accordion {
        padding: 0;
    }

    .ip-syh-title {
        line-height: 1;
    }

    .ip-syh-title-counter {
        margin-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .ip-banner h1.entry-title {
        font-size: 50px;
        line-height: 1;
    }

    .ip-banner .ip-banner-title h2 {
        letter-spacing: 3px;
    }

    .ip-sell-your-home-text p {
        font: italic normal 300 30px/26px Roboto;
    }
}