.custom-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 110px;
}

.custom-inner-container {
    border: 1px solid #DCDCDC;
    border-radius: 0px;
    padding: 35px;
}

.custom-footer-panel {
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}