#cca {
    margin: 56px 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    background-color: #1a1919;
    
}

#cca h4 {
    margin-top: 40px;
}

.pageheading {
    width: 100%;
    align-items: flex-start;
    padding: 80px 0 0 0;
}

.pageheading_description {
    padding: auto;
}


.column {
    text-align: left;
    float: left;
    width: 50%;
    height: 400px;
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
}

.row {
    padding: 40px 0 0 0;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.imageplaceholder {
    border: 8px double white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.imagecontainer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}