.ca-item {
    padding: 50px;
    background-color: #fbfaf3;
    margin-bottom: 30px;
    border-radius: 5px;
}

.ca-title {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 20px;
}

.ca-description {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 40px;
}

.btn-main {
    display: inline-block;
    padding: 12px 30px;
    background-color: #D71E5C !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-main:hover {
    background-color: #b81849 !important;
}
