
/*STYLE CULTURA SECTION NUESTROS VALORES*/

.value-container {
    width: 25.33%;
    text-align: center;
    /*padding-bottom: 10%;*/
    min-height: 368px !important;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
}

.value-number {
    font-family: 'Aeonik-light';
    font-style: italic;
    font-weight: 300;
    font-size: 1.302vw;
    line-height: 100%;
    text-align: center;
    color: #CDAE7D;
    margin-bottom: 20px;
}

.value-title {
    font-family: 'Aeonik-Regular';
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
    width: 106%;
    display: flex;
    align-items: center;
    font-weight: 800;
    margin-top: 1rem;
    justify-content: center;
}

.value-title-new {
    font-family: 'Aeonik-Regular';
    font-size: 1rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
    width: 106%;
    display: flex;
    align-items: center;
    font-weight: 800;
}
.value-description-container {
    display: flex;
    justify-content: center;
    padding: 0 10%;
    /*margin-top: 45px;*/
}

.value-description {
    font-family: 'Aeonik-Regular';
    font-size: 0.92vw;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #777777;
    width: 80%;
    display: inherit;
}

.line {
    border: 0.5px solid #CDAE7D;
    width: 135px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

/*STYLE FIX CSS*/
* {
    font-family: 'Aeonik-Light', 'Arial';
}

.column {
    display: flex;
    flex-direction: column;
}

.column.top {
    justify-content: flex-start;
}

.column.middle {
    justify-content: center;
}

.column.bottom {
    justify-content: flex-end;
}

.column.start {
    align-items: flex-start;
}

.column.center {
    align-items: center;
}

.column.end {
    align-items: flex-end;
}

.column .self-start {
    align-self: flex-start;
}

.column .self-center {
    align-self: center;
}

.column .self-end {
    align-self: flex-end;
}

.column .self-stretch {
    align-self: stretch;
}

.column.space-between {
    justify-content: space-between;
}

.row {
    display: flex;
    flex-direction: row;
}

.row.top {
    align-items: flex-start;
}

.row.middle {
    align-items: center;
}

.row.bottom {
    align-items: flex-end;
}

.row.start {
    justify-content: flex-start;
}

.row.center {
    justify-content: center;
}

.row.end {
    justify-content: flex-end;
}

.row.space-between {
    justify-content: space-between;
}

.row.space-around {
    justify-content: space-around;
}

.row.wrap {
    flex-wrap: wrap;
}

.row.no-wrap {
    flex-wrap: nowrap;
}

.row .self-top {
    align-self: flex-start;
}

.row .self-middle {
    align-self: center;
}

.row .self-bottom {
    align-self: flex-end;
}

.row .self-stretch {
    align-self: stretch;
}

.p-bottom-10{
    padding-bottom: 5%;
}

/*style sitemap*/

.line_sitemap {
    background-color: #CDAE7D;
    border: 1px solid #CDAE7D;
    width: 5%;
    float: left;
    left: 7%;
    top: 1.6rem;
    position: absolute;
}

.value-title-sitemap {
    font-family: 'Aeonik-Regular';
    font-size: 1.2rem;
    line-height: 100%;
    text-align: start;
    letter-spacing: 0.2em;
    color: #CDAE7D;
    width: 106%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.value-description-sitemap {
    font-family: 'Aeonik-Regular';
    font-size: 0.92vw;
    line-height: 170%;
    letter-spacing: 0.1em;
    color: #777777;
    width: 80%;
    display: inherit;
}
/*END STYLE FIX CSS*/

@media screen and (max-width: 800px) {
.value-container {
     width: 100%;
    text-align: center;
    padding-bottom: 10%;
    min-height: 275px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.value-title {
    font-size: 20px;
    width: 66%;
    margin-bottom: 13px;
    }

.value-title-new {
    font-size: 20px;
    width: auto;
    margin-bottom: 13px;
    justify-content: center;
    }

.value-description-container{
    width: 90%;
    padding: 0px;
    }
.value-description {
    font-size: 13px;
    width: 100%;
    
}
.value-description-custom {
    width: 100% !important;
    }
.value-number {
    font-family: "Aeonik-Regular";
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #CDAE7D;
    margin-bottom: -5%;
    }

.we-img {
    width: 15%;
    margin-bottom: -15px;
    margin-top: 30px;
    }
.we-img-fix {
    margin-bottom: -4px;
}

.line {
    border: 0.5px solid #CDAE7D;
    width: 135px;
    margin-bottom: 22px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    }

.vision {
    margin-bottom: -233px !important;
    }

}


/*STYLE CULTURA*/


.main-container {
    margin-top: 3%;
}
/**/

.end {
    justify-content: flex-end;
}

.back-vision{
    background-color: #1C1C1C;
}

.back-vision .tit-vision p{
    color: white !important;
}

.back-vision .second_text-vision p{
    color: #CDAE7D !important;
}

.vision {
    width: 100%;
    height: 600px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 30% 20% 30% 20%;
    margin-bottom: -161px;
}

.mision {
    width: 100%;
    height: 70vh;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 47% 15% 16% 22%;
}

.shape-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 4;
    border-radius: 20px;
}

.tit-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tit-vision p {
    width: auto;
    font-family: 'Aeonik-Light';
    font-size: 4.2vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}

.text-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-head {
    width: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-head span {
    width: 100%;
    height: 1px;
    background-color: #CDAE7D;
}

.sub_tit_vision {
    width: 42%;
    font-family: 'Aeonik-Regular';
    font-size: 2.5vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.15em;
    color: #CDAE7D;
}

.second_text-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second_text-vision p {
    width: 60%;
    font-family: 'Aeonik-Regular';
    font-size: 1.042vw;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #343434;
}

.plan-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: -1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.plan-vision img {
    width: 20%;
    margin-top: 0%;
}
/**/

.culture-container {
    height: 788px;
    text-align: center;
    border-radius: 45px;
    padding-bottom: 10%;
}

.mission-container {
}

.culture-title {
    color: 343434;
    font-size: 4.2vw;
    margin-bottom: 5%;
    padding-top: 10%;
    letter-spacing: 0.25em;
}

.culture-subtitle {
    color: #CDAE7D;
}

.culture-subtitle-container {
    height: 254px;
    width: 100%;
}

.culture-text {
    color: #000000;
}

.we-believe-container {
    background-color: #FAFAFA;
    border-radius: 45px;
}

.we-img{
    width: 15%;
}

.elements {
    display: flex;
    align-items: flex-end;
}

.ps-lg-2{
 padding-inline-start: 2rem;
}

.ps-lg-15{
 padding-inline-start: 1.5rem;
}

/*Galery*/
.gallery-container {
    border-radius: 67px;
    background-color: #1C1C1C;
    padding-bottom: 17%;
}

.gallery-r-leaf {
    position: relative;
    top: -60px
}

.gallery-text {
    color: #cdae7d;
    font-size: 1.302vw;
    align-self: flex-start;
}

.gallery-l-leaf {
    position: relative;
    top: -200px;
    left: -50px;
}

.galery-meet {
    width: 100%;
    margin: auto;
}

.galery-meet img {
    width: 100%;
}

.gallery-title {
    color: #FFF;
    font-size: 5.2vw;
    margin: 120px 0;
    text-align: center;
    letter-spacing: 0.2em;
}

.meeting_mobile {
    width: 100%;
    display: none;
}

.meeting_desktop {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1500px) and (min-width: 600px) {
.galery-meet {
    width: 85%;
    margin: auto;
}
}

.galery-1 {
    width: 80%;
    margin: auto;
}

.img_1_galery {
    width: 101%;
    margin-left: -2%;
}

.img_2_galery {
    width: 100%;
}

.img_2_galery img {
    width: 102%;
    margin-left: 0%;
}

.galery_mobile {
    width: 100%;
    display: none;
}

.galery_desktop {
    width: 100%;
    display: block;
}
/* What we feel */

.how-feel-title {
    color: #cdae7d;
    font-size: 3.7vw;
}

.how-feel-title span{
    color: #cdae7d;
    font-size: 3.7vw;
}

.how-feel-title-black {
    color: #343434;
}

.how-feel-title-container {
    margin-bottom: 5.5%;
    margin-top: -23%;
}

.member {
    margin-top: 3% !important;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 10% 40%;
    grid-template-rows: 100%;
    grid-gap: 1%;
}

.member-2 {
    margin-top: 12% !important;
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 40% 10% 50%;
    grid-template-rows: 100%;
    grid-gap: 1%;
    margin-bottom: 5%;
}

.img-member {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
}

.img-member-2 {
    grid-column-start: 3;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
}

.img-member img {
    width: 100%;
}

.img-member-2 img {
    width: 100%;
}

.line-member {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 10;
}

.line-member span {
    margin-top: 16%;
    width: 275px;
    height: 1px;
    background-color: #CDAE7D;
}

.info-member {
    grid-column-start: 3;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-member-2 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: -1;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-member ul {
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.info-member-2 ul {
    width: 100%;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.headText-member {
    font-family: 'Aeonik-Light';
    font-style: italic;
    font-size: 1.56vw;
    line-height: 100%;
    color: #CDAE7D;
}

.tit-member {
    margin-top: 11%;
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-size: 2.604vw;
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}

.txt-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-size: 1.042vw;
    line-height: 120%;
    color: #343434;
}
 /* What we feel 
.member-text-container {
    width: 30%;
}

.member-position-text {
    color: #CDAE7D;
    font-size: 30px;
}

.member-name-text {
    color: #CDAE7D;
    font-size: 50px;
}

.member-description {
    color: #000000;
    font-size: 21px;
}

.line {
    border: 0.5px solid #CDAE7D;
    width: 135px;
    height: 0;
}

.member-line {
    border-top: 0.5px solid #CDAE7D;
    width: 280px;
    height: 160px;
    position: absolute;
}*/
                    
/*tablet*/
@media only screen and (max-width: 1000px) and (min-width: 600px) {
    /*Head*/
.shape-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 5;
    border-radius: 20px;
}
.tit-vision p {
    width: auto;
    font-family: "Aeonik-Light";
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}
.sub_tit_vision {
    width: 80%;
    font-family: "Aeonik-Regular";
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.15em;
    color: #CDAE7D;
    opacity: 0.5;
}
.second_text-vision p {
    width: 60%;
    font-family: "Aeonik-Regular";
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #343434;
}
.plan-vision img {
    width: 150px;
}
/**/
.culture-title {
    color: #343434;
    font-size: 70px;
}
.gallery-l-leaf {
    position: relative;
    top: -140px;
    left: -50px;
    width: 40%;
}
.gallery-r-leaf {
    position: relative;
    top: -50px;
    width: 40%;
}
/* What we feel */
.how-feel-title {
    color: #CDAE7D;
    font-size: 70px;
}
.how-feel-title-black {
    color: #000000;
}
.how-feel-title-container {
    margin: 5% 0;
}
.member {
    padding-top: 10%;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-member {
    width: 100%;
}
.img-member-2 {
    width: 100%;
}
.img-member img {
    width: 100%;
}
.img-member-2 img {
    width: 100%;
}
.line-member {
    width: 100%;
    display: none;
}
.line-member span {
    margin-top: 15%;
    width: 230px;
    height: 1px;
    background-color: #CDAE7D;
}
.info-member {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-member-2 {
    width: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-member ul {
    width: 90%;
}
.info-member-2 ul {
    width: 90%;
}
.headText-member {
    font-family: 'Aeonik-Regular';
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    color: #CDAE7D;
}
.tit-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}
.txt-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-size: 15px;
    line-height: 120%;
    color: #343434;
}
}

/* mobile*/
@media only screen and (max-width: 600px) and (min-width: 250px) {
.img-hoja-galery{
    height: 0%!important;
}
.plan-vision img {
    width: 20%;
    margin-top: 20%;
}

.gallery-title {
    font-size: 40px;
    margin: -50px 0 70px 0;
}

.gallery-r-leaf{
    /*height: 100%;*/
}

.hoja-galeria {
    display: none;
}
/*Head*/
.vision {
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 30% 20% 30% 20%;
    margin-bottom: 0;
}
.plan-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 4;
    grid-row-end: -1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.plan-vision img {
    width: 150px;
    margin-top: 50%;
}
.shape-vision {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 5;
    border-radius: 20px;
}
.tit-vision p {
    width: auto;
    font-family: "Aeonik-Light";
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
}
.sub_tit_vision {
    width: 80%;
    font-family: "Aeonik-Regular";
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0em;
    color: #CDAE7D;
    /*opacity: 0.5;*/
}
.second_text-vision p {
    margin-top: 5%;
    width: 85%;
    font-family: "Aeonik-Regular";
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #343434;
}
.mision {
    width: 100%;
    height: 40vh;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 30% 25% 15% 25%;
    margin-top: 15%;
}
/**/
.culture-container {
    height: 327px;
}
.culture-title {
    font-size: 7vw;
    padding-top: 15%;
    text-align: center;
}
.how-feel-title {
    font-size: 40px;
}
.culture-subtitle-container[_ngcontent-wcp-c47] {
    height: fit-content;
    width: 100%;
    padding: 10%;
}
.culture-text[_ngcontent-wcp-c47] {
    font-size: 13px;
    padding: 0% 10% 10% 10%;
}
.gallery-r-leaf {
    width: 100px;
    top: -37px;
}
.gallery-l-leaf {
    width: 154px;
    top: -100px;
    left: -25px;
}
.culture-leaf {
    width: 154px;
    left: -25px;
}
.gallery-row {
    width: 154px;
}
.gallery-team {
    width: 327px;
}
.meeting_mobile {
    width: 100%;
    display: block;
}
.meeting_desktop {
    width: 100%;
    display: none;
}
.gallery-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.gallery-2 {
    flex-direction: row;
    padding: 0;
    margin: 30px 0;
}
.gallery-title {
    font-size: 40px;
}
.gallery-text {
    font-size: 16px;
}
.galery_mobile {
    width: 100%;
    display: block;
}
.galery_desktop {
    width: 100%;
    display: none;
}
/* What we feel */
.how-feel-title {
    color: #CDAE7D;
    font-size: 40px;
}

.how-feel-title span{
    color: #CDAE7D;
    font-size: 40px;
}

.how-feel-title-black {
    color: #000000;
}
.how-feel-title-container {
    margin: 15% 0% 0%;
}

.p-bottom-10 {
    padding-bottom: 15%;
}

.member {
    padding-top: 10%;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.member-2 {
    padding-top: 10%;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-member {
    width: 100%;
}
.img-member-2 {
    width: 100%;
}
.img-member img {
    width: 100%;
    padding-bottom: 20px;
}
.img-member-2 img {
    width: 100%;
    padding-bottom: 20px;
}
.line-member {
    width: 100%;
    display: none;
}
.line-member span {
    margin-top: 15%;
    width: 230px;
    height: 1px;
    background-color: #CDAE7D;
}
.info-member {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-member-2 {
    width: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-member ul {
    width: 100%;
    margin-top: 15%;
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.info-member-2 ul {
    width: 100%;
    margin-top: 15%;
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.headText-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    color: #CDAE7D;
}
.tit-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}
.txt-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-size: 16px;
    line-height: 120%;
    color: #343434;
    margin-bottom: 20%;
}

.line_sitemap {
    top: 0.5rem;
}

.value-description-sitemap {
    font-size: 3vw;
    text-align: initial;
}

}

@media only screen and (min-width: 960px) and (max-width: 1700px) {
.tit-vision {
    padding-top: 6%;
}
.tit-vision-2 {
    padding-top: 1.5%
}
.text-vision-2 {
    padding-top: 6.5%;
}
.sub_tit_vision-2 {
    padding-top: 6.5%;
}
.sub_tit_vision,
.line-head {
    padding-top: 7%;
}
.second_text-vision {
    align-items: inherit;
    padding-top: 6%;
}
.second_text-vision-2 {
    padding-top: 6.5%;
}
.mision {
    grid-template-rows: 13% 26% 16% 22%;
}
.culture-subtitle-container {
    padding-top: 1%;
}
.gallery-text {
    padding-left: 8%;
}
.how-feel-title {
    letter-spacing: 0.24em;
}
.culture-title {
    padding-top: 7.5%;
    
}
.gallery-container {
    padding-bottom: 20%;
}
.line-member span {
    margin-top: 12.8rem;
    width: 140px;
    margin-left: 7%;
}
.line-member-2 span {
    margin-top: 13.2rem;
    width: 140px;
    margin-left: -11%;
}
.headText-member {
    padding-top: 11%;
}
.tit-member {
    margin-top: 2%;
}
.gallery-r-leaf {
    width: 20.5vw;
}
.info-member ul,
.info-member-2 ul {
    height: 330px;
}
.txt-member {
    margin-top: 0;
} 

}

                    
@media only screen and (min-width: 600px) and (max-width: 960px) {
.culture-title{
    width: auto;
    font-family: "Aeonik-Light";
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
    }

.gallery-text{
    color: #CDAE7D;
    font-size: 1.802vw;
    align-self: flex-start;
    padding-left: 75px;
    padding-bottom: 20px;
    }
.member {
    padding-top: 10%;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.member-2 {
    padding-top: 10%;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img-member {
    width: 100%;
}
.img-member-2 {
    width: 100%;
}
.img-member img {
    width: 100%;
}
.img-member-2 img {
    width: 100%;
}
.line-member {
    width: 100%;
    display: none;
}
.line-member span {
    margin-top: 15%;
    width: 230px;
    height: 1px;
    background-color: #CDAE7D;
}
.info-member {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-member-2 {
    width: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-member ul {
    width: 100%;
    margin-top: 15%;
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.info-member-2 ul {
    width: 100%;
    margin-top: 15%;
    height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.headText-member {
    font-family: 'Aeonik-Regular';
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    color: #CDAE7D;
}
.tit-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0.2em;
    color: #CDAE7D;
}
.txt-member {
    margin-top: 5%;
    font-family: 'Aeonik-Regular';
    font-size: 16px;
    line-height: 120%;
    color: #343434;
}
}

div.row, .how-feel-container div.row.start, .gallery-container div.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}