.community__section {
    background-image: linear-gradient(to right, oklab(0.729884 0.16093 0.0369245 / 0.05) 0%, oklab(0.36342 -0.000455797 -0.127774 / 0.05) 100%);
    border: 1px solid;
    border-color: oklab(0.729884 0.16093 0.0369245 / 0.1);
    border-radius: 15px;
    max-width: 672px;
    margin: 30px auto 0 auto;
    padding: 30px;
}

.community__title {
    display: block;
    text-align: center;
    color: #243580;
    font-weight: 700;
    margin-bottom: 15px;
}

.community__text {
    text-align: center;
    margin-bottom: 25px;
}

.community__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #253580;
    border: none;
    border-radius: 10px;
    padding: 10px 24px;
    box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
    backdrop-filter: blur(8px);
    width: fit-content;
    margin: 0 auto;
}

.community__button a {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
}
.community__button::before {
    content: "";
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/vittoriavita/images/community-button-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.community__button:hover {
    background-color: #253580e6;
    box-shadow: 0 20px 25px -5px rgba(37, 53, 128, 0.3), 0 8px 10px -6px rgba(37, 53, 128, 0.3);
}