/* header css */
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'gaspacho';
    src: url('https://jardinesdelapaz.com/assets/fonts/Gazpacho Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gaspachoss';
    src: url('https://jardinesdelapaz.com/assets/fonts/Gazpacho Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




.u-footer-item9 {
    color: #327240!important;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
}


/* header css */


/* body */

.u-social-body {
    width: 80%;
    max-width: 1224px;
    margin: auto;
    padding: 50px 10%;
}

.u-social-body-title {
    font-size: 33px;
    color: #607C73;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-family: gaspachoss;
}

.u-social-body-disc {
    font-size: 15px;
    margin-top: 15px;
}

.u-social-body video {
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .u-social-body-title {
        font-size: 28px;
    }
}


/* body */


.thres_camo{
display: flex;
width: 100%;
height: auto;
gap:20px;
}

.div_one{
display:flex;
width: 33%;
flex-direction: column;
align-items: center;
gap:20px;
margin-bottom: 30px;
}


.div_one img{
    width: 40%;
    height: auto;
}

.div_one h3{
    text-align: center;
    font-family: gaspacho;
    color:#327240;
}

.div_one  p{
    text-align: center;
    font-family: 'Bitter', serif;
        font-weight: 400;
}