

#container span {
    display: none;
}

#container {
    min-height: unset !important;
}
.ck-left {
    display: inline-block;
    width: 49%;
}
.ck-right {
    display: inline-block;
    width: 50%;
    position: absolute;
}
.meas {
    font-size: 20px;
    padding-left: 5%;
    line-height: 33px;
}
td.t1 {
    width: 110px;
}
.church-se {
    margin-top: 30px;
}

.ch-img {
    width: 100%;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 500px;
    object-position: top;
    border-bottom-right-radius: 15px;
    vertical-align: text-top;
}
.text-center {
    text-align: center;
}
.ck-buttion {
    text-align: center;
    margin-top: 50px;
}
.find_ch_info {
    display: inline-block;
    width: 80%;
}
.ch_find_button {
    padding: 10px 20px 10px 20px;
    border: none;
    color: white;
    background-color: #3886c7;
    font-size: 20px;
    border-radius: 8px;
}
.ck_info_title {
    font-size: 18px;
    text-align: left;
}
.ckbtn {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    background-color: #3886c7;
    color: white;
    border: 1px solid #2196f3;
    border-radius: 5px;
    height: 50px;
    line-height: 5px;
    font-weight: 500;
}
.ckbtn:hover {
    background-color: white; /* Green */
    color: #3886c7;
}
