.custom-text-block {
    padding: 20px 20px 0;
    color: white;
    background-color: #9B9278;
}

.custom-text-block h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    letter-spacing: -0.02em;
}

.custom-text-block .btn.btn-grey {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 600;
    background: #E9E8E0;
    border-radius: 8px;
}

.custom-text-block .btn.btn-grey:hover {
    color: #e5007d !important;
}

.custom-text-block p {
    color: white;
}

.custom-text-block.container-fluid {
    width: 100%;
}

.custom-text-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.custom-text-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-text-content {
    padding: 15px;
}

.save-ct-presto {
    display: block !important;
}

