/* Override */
#inner-page-wrapper {
    padding: 0 0 30px;
}

#inner-page-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

/* Section 1 */
.sec-1 iframe {
    width: 100%;
    display: block;
}

/* Section 2 */
.sec-2 {
    padding: 100px 0 50px;
}

.ip-place-holder-wrap {
    padding: 100px 0 0;
}

.ip-place-col {
    width: 50%;
    padding: 15px;
}

.ip-place-holder .slick-prev::before {
    content: "\f053";               
    font-family: "Font Awesome 6 Free";  
    font-weight: 900;                        
    display: inline-block;         
    font-size: 32px; 
    color: var(--secondary);
}

.ip-place-holder .slick-prev {
    left: 10px;
}

.ip-place-holder .slick-next::before {
    content: "\f054";               
    font-family: "Font Awesome 6 Free";  
    font-weight: 900;                        
    display: inline-block;         
    font-size: 32px;
    color: var(--secondary);
}

.ip-place-holder .slick-next {
    right: 10px;
}

.ip-place-holder .slick-arrow {
    font-size: 0;
    position: absolute;
    background: #fff;
    width: 60px;
    height: 82px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    transition: var(--default-transition);
}

.ip-place-holder .slick-arrow:hover {
    background: var(--accent);
}


@media only screen and (max-width : 1024px) { 
    .ip-place-col {
        width: 100%;
    }

    .ip-place-col:last-of-type {
        padding: 85px 15px 15px;
    }

    .sec-1 iframe {
        height: 500px;
    }

    .ip-place-holder .slick-arrow {
        width: 30px;
        height: 50px;
    }

    .ip-place-holder .slick-prev::before,
    .ip-place-holder .slick-next::before {
        font-size: 18px;
    }
}
