.section-1-spa-welness {
    padding: 80px 0;
}

.section-1-spa-welness .container {
    max-width: 800px;
}

.section-1-spa-welness h2 {
    color: #141224;
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* text-transform: uppercase; */
}

.box_property_wrapper {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.box_property {
    position: relative;
    min-height: 740px;
    width: 100%;
    max-width: 504px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 80px;
    cursor: pointer;
}

.box_property::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: inherit;
    transition: transform 1.5s ease;
    z-index: 0;
}

.box_property:hover::before {
    transform: scale(1.15);
}

.name_service,
.box_property a {
    position: relative;
    z-index: 2;
    color: #FFF;
    text-align: center;
    line-height: 1.2;
    font-family: "Cormorant Infant";
    font-weight: 300;
    /* text-transform: uppercase; */
}

.box_property a:hover {
    color: #fff;
}

.name_service,
.box_property a {
    font-size: 48px;
    text-decoration: none !important;
}

@media screen and (min-width:992px) {
    .section_activities .row .col-xs-12:nth-child(2n+2) {
        margin-top: 100px;
    }
    .section_activities .row .col-xs-12:nth-child(2n+2) .box_property {
        float: right;
        margin-bottom: 100px;
    }
    .section-hero p {
    color: #FFF;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin: 0 0 30px;
}
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 26px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 0;
    text-align: left;
}

.panel p {
    color: var(--Neutral-Black, #000);
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
    /* 150% */
    text-align: left;
}

.faq_accordion .accordion {
    background: #FFF;
    border: 0;
    color: var(--Main-DarkBlue, #141224);
    font-family: "Cormorant Infant";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 26px;
    width: 100%;
    text-align: left;
    border: 0;
    box-shadow: none;
    outline: none;
}

.faq_accordion {
    padding: 100px 100px 50px;
    background: rgba(188, 174, 141, 0.10);
}

.number_property {
    font-size: 50px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    color: #FFF;
    text-align: center;
    line-height: 1.2;
    font-family: "Cormorant Infant";
    font-weight: 300;
    text-transform: uppercase;
}

.section-1-activity .content-general h2 {
    color: #141224;
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* text-transform: uppercase; */
    margin: 0 0 20px;
}

.section-2-activity .content-general h2 {
    color: #141224;
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* text-transform: uppercase; */
    margin: 0 0 20px;
}

.custom_list_activity {
    padding: 80px 80px 50px;
    background: rgba(188, 174, 141, 0.10);
    margin: 50px 0 0;
    display: inline-block;
    width: 100%;
}

.text_list {
    display: flex;
    color: #000;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 30px;
    /* 150% */
    align-items: center;
    gap: 20px;
    margin: 0 0 30px;
}

@media screen and (max-width:991px) {
    .text_list img {
        max-width: 40px;
    }
    .text_list {
        margin: 0 0 15px;
        gap: 15px;
    }
}

.page-id-311 .custom_list_activity .col-xs-12:last-child {
    width: 100%
}

.section-2-activity .content-general,
.section-1-activity .content-general {
    max-width: 800px;
    margin: 0 auto;
}

.section-1-activity {
    padding: 50px 0 50px;
}

.section-2-activity {
    padding: 0 0 50px
}

.custom_list_activity h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: "Cormorant Infant";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* text-transform: uppercase; */
    margin: 0 0 20px
}

@media screen and (max-width:991px) {
    .custom_list_activity h2 {
        font-size: 26px;
    }
    .section-2-activity .content-general h2,
    .section-1-activity .content-general h2 {
        font-size: 32px;
    }
    .faq_accordion {
        padding: 20px;
    }
    .custom_list_activity {
        padding: 15px 0px 5px;
        margin-bottom: 20px;
    }
    .number_property {
        font-size: 30px;
        margin-top: 10px;
    }
}

.section-2-spa-welness .title_custom {
    margin-bottom: 100px;
    position: relative;
}

.section-2-spa-welness .title_custom::after {
    content: '';
    position: absolute;
    background: #BCAE8D;
    width: 1px;
    height: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moveUpDown 2s infinite;
    z-index: 2;
}

@media screen and (max-width:991px) {
    .section-1-spa-welness {
        padding: 20px 0 40px;
    }
    .section-1-spa-welness h2 {
        font-size: 32px;
    }
    .faq_accordion .accordion {
        font-size: 18px;
        line-height: 24px;
        padding: 12px;
        position: relative;
    }
    .accordion:after {
        position: absolute;
        right: 10px;
        top: calc(50% - 12px);
        margin: 0;
    }
    .name_service,
    .box_property a {
        font-size: 32px;
    }
    .box_property {
        max-height: 350px;
        min-height: 350px;
        margin: 0 0 40px;
    }
    .panel p {
        font-size: 16px;
        line-height: 24px;
    }
	.section-2-spa-welness .title_custom::after{
		height: 40px;
		bottom: -60px;
	}
	.section-2-spa-welness .title_custom{
		margin-bottom: 40px;
	}
}