@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* HEADER */
header{
    position:sticky;
    top: 0;
    z-index: 99;
    background: white;
}
.header_container{
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 2rem 0; 
    flex-direction: column;
    margin: 0 auto;
}

.main-header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
}
.nav ul{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.nav li {
    
    color: #464652;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
}
.nav li :hover{
    color: #519c4c;
}
.header-buttons{
    display: flex;
    margin-left:3rem;
    flex-direction: row;
}
.red-btn{
    display: grid;
    background:#519c4c ;
    padding: 10px 40px;
    color: white;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition:  font 0.3s ease;
}
 .purple-btn{
    display: grid;
    background:#2899b7 ;
    padding: 10px 40px;
    margin-left: 1rem;
    color: white;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}
/* / HEADER */

/* HERO */
section{
    position: relative;
}
#hero {
    background:url(https://www.ricardomilan.com/cmslandingpage/styles/images/Banner.png), #519c4c;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: calc(2400px);
    z-index: 0;   
}
.hero__container{
    position: relative;
    padding: 12rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px auto;
    max-width: 1200px;
}
.bg{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
    user-select: none;
}
.bg-img{
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/trust-stats-bg-right.svg);
    top: 11px;
    right: 802px;
    position: absolute;
    user-select: none;
    z-index: -5;
}

.hero__title{
    color: white;
    width: fit-content;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.2;
}
/* /HERO */

/* FRONT DOOR SECTION */

.front-door{
    background-color: white;
    z-index: 0;
}
.front-door_container{
    position: relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
    max-width: 1200px;
}
.front-door_header{
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    color: #519c4c;
}
.front-door_description{
    text-align: center;
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #464652;
    line-height: 1.5;
}
.front-door_cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    
}

.front-door_bg_img{
    position: absolute;
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/front-door-bg-l.svg);
    top: 151px;
    left: -47px;
    z-index: -4;
}

.front-door_bg_img2{
    position: absolute;
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/front-door-bg-r.svg);
    top: 156px;
    right: -5px;
    z-index: -4;
}

.card-btn_purple {
    padding: 2.5rem 0rem;
    text-decoration: none;
    background: linear-gradient(51deg, rgba(33,84,31,1) 0%, rgba(49,109,46,1) 8%, rgba(81,156,76,1) 44%);
    color: white;
    border-radius: 1.2rem;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    width: calc(30% - 1.9rem);
    text-align: center;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
}
.card-btn_teal{
    padding: 2.5rem 0rem;
    text-decoration: none;
    background: linear-gradient(51deg, rgba(32,99,117,1) 0%, rgba(38,148,177,1) 33%, rgba(40,153,183,1) 44%);
    color: white;
    border-radius: 1.2rem;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    width: calc(30% - 1.9rem);
    text-align: center;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07); 
}
.card-btn_dark_purple{
    padding: 2.5rem 0rem;
    text-decoration: none;
    background:linear-gradient(51deg, rgba(26,68,23,1) 0%, rgba(30,101,5,1) 24%, rgba(65,117,5,1) 45%);
    color: white;
    border-radius: 1.2rem;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2;
    width: calc(30% - 1.9rem);
    text-align: center;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07); 
}
/* / FRONT DOOR SECTION */

/* TRUST STATS SECTION */
.trust-stats{
    position: relative;
    background-image:url(https://www.ricardomilan.com/cmslandingpage/styles/images/trust-stats-bg-left.svg),url(https://www.ricardomilan.com/cmslandingpage/styles/images/trust-stats-bg-right.svg) ;
    background-repeat: no-repeat;
    background-position: calc(50% - 575px) calc(0% + 233px), calc(50% + 575px) calc(0% - 73px);
    background-color: rgba(66, 64, 166, 0.05);
}

.trust-stats_container{
    display: flex;
    flex-direction: column;
    padding-top: 10rem;
    padding-bottom:10rem;
    margin:0px auto;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
}

.trust-stats_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 4;
    margin: 0;
    padding: 0;
    user-select: none;
}

.trust-stats_img{
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/pulse-journey-red.svg);
    position: absolute;
    z-index: 4;
    top: -280px;
    transform: translateX(377%);
}
.trust-stats_header{
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    color: #519c4c;
}
.trust-stats_description{
    text-align: center;
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #464652;
    line-height: 1.5;
}
.stat-cards_wrapper{
    display: grid;
    row-gap: 1rem;
    column-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 7rem;
    width: 100%;
}
.stat-cards_topcard{
    display: flex;
    flex-direction: column;
    background: #2899b7;
    justify-content: center;
    align-items: center;
    padding: 2rem 5rem;
    border-radius: 1.2rem;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
}

.topcard_header{
    text-align: center;
    color:  #d1e7b6;
    font-weight: 700;
    font-size: 3rem;
}

.topcard-description{
    color: white;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.4rem;   
}

/* / TRUST STATS SECTION */

/* VIDEO ACCESSIBLE SECTION */

.video-accessible{
    background-color: white;
     background-image: url(https://www.ricardomilan.com/cmslandingpage/styles/images/logo-big-light.png);
    background-repeat: no-repeat;
    background-position: calc(47% + 144px) calc(100% + 144px);
    background-size: 3844px; 
    position: relative;
    margin: 0 auto;
}

.video-accessible-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    max-width: 1440px;
}

.video-accessible_container{
    max-width: 1200px;
    z-index: 9;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 5.5rem 10.7rem;
}

.big-logo-img{
    position: absolute;
    z-index: -8;
    left: -1300px;
   
}

.paragraph_col_1{
   display: flex; 
   flex-direction: column;
   align-items: flex-start;
   justify-content: center; 
   flex: 2 1 calc(100% / 12 * 6); 
   padding: 0rem;
   margin: 20px;
}

.video-accessible_container h4 {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.2;
    color: #464652;   
}

.video-accessible_btn{
    background-color: #519c4c;
    display: grid;
    place-items: center;
    color: white;
    font-weight: 700;
    text-decoration: none;
    padding: 1.4rem 2rem;
    border-radius: 6px;
    margin-top: 2rem;
}

.image_col_2{
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.image_col_2 img{
    max-width: 558px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
    width: 100%;
    object-fit: contain;
    position: relative;
    
}

#play-btn{
    display: block;
    cursor: pointer;
    top: 50%;
    left: 65%;
    width: 7rem;
    height: 7rem;
    background: url(https://www.ricardomilan.com/cmslandingpage/styles/images/play-button.svg)no-repeat center/contain;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.8));
    transform: translate(199%, -215%) scale(1.1);
}

/* / VIDEO ACESSIBLE SECTION */

/* QUOTE SECTION */
.quote{
    position: relative;
    background-color: #519c4c;
    padding-top: 5rem;
    padding-bottom: 4rem;
    color: white;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.quote-bg1{
    position:absolute;
    z-index: 0;
    right: 700px;
    top: 30px;  
}


.quote-bg2{
    position:absolute;
    z-index: 0;
    left: 700px;
    top: 25px;  
    transform: scaleX(-1);
}

.quote-container{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 6rem 0rem 12rem;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.img-wrapper{
    width: 77.08px;
    object-fit: contain;
    max-width: 100%;
    display: block;
    align-items: center;
}

.quote-container h4 {
    text-align: center;
    margin-top: 4rem;
    font-size: 1.7rem;
    color: white;
    width: 85%;
    line-height: 1.5;
}

.quote-container p {
    margin-top: 7rem;
    color: white;
    line-height: 1.2;
    font-size: 1.2rem;
}

/* / QUOTE SECTION */

/* WHO WE SERVE SECTION */
.who-we-serve{
    background-color: white;
    position: relative;
    margin: 0 auto;
}

.who-we-serve-pulse-img{
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/pulse-journey-mint.svg);
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;

}

.who-we-serve-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 8;
    margin: 0;
    padding: 0;
    user-select: none;
    background-image: url(https://www.ricardomilan.com/cmslandingpage/styles/images/who-we-serve-bg-left.svg),url(https://www.ricardomilan.com/cmslandingpage/styles/images/who-we-serve-bg-right.svg);
    background-position: left 8.3rem, right 1.1rem center;
    background-repeat: no-repeat; 
}

.who-we-serve-container{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}
.who-we-serve-container h2{
    color: #519c4c;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    z-index: 5;
}
.who-we-serve-container p{
    color: #464652;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    z-index: 6;
}
.who-we-serve-img{
    z-index: 4;
}

.who-we-serve-img img{
    width: 1200px;   
}

.value-grid{
    display: grid;
    margin: 2.6rem auto;
    background: linear-gradient(51deg, rgba(33,84,31,1) 0%, rgba(49,109,46,1) 8%, rgba(81,156,76,1) 44%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 220px;
    height: 220px;
    place-items: center;
    text-align: center;
}
.value-grid h3{
    color: white;
    font-size: 1.8rem;
    line-height: 1;
}


.who-we-serve-btn{
    background-color: #519c4c;
    color: white;
    display: grid;
    place-items: center;
    padding: 1.1rem 2.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 4rem;
}

.who-we-serve-btn-blue{
    background-color: #2899b7;
    color: white;
    display: grid;
    place-items: center;
    padding: 1.1rem 2.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 4rem;
    cursor: pointer;

}

/* / WHO WE SERVE SECTION */

/* VALUE PROPS SECTION */

.value-props{
   background-color: #a9d6e2;
   z-index: 0;
   position: relative;
}
.value-props-wrapper{
   display: flex;
   flex-direction: column;
   max-width: 1200px; 
   margin: 0 auto;
   position: relative;
   align-items: center;
   padding-top: 8rem;
   padding-bottom: 8rem;
}
.value-props-wrapper h2{
    text-align: center;
    color: #519c4c;
    font-size: 3rem;
    line-height: 1;
}
.value-props-wrapper p {
    margin-top: 2rem;
    color: #464652;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3;
}
.value-props-card-grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
    grid-gap: 1rem 2rem;
}

.value-props-card{
    background: white;
    padding: 3rem 2rem;
    grid-template-columns: 12ch auto;
    align-items: center;
    border-radius: 1.2rem;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
    display: grid;
}

.value-props-card-icon{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.value-props-card img {
    max-width: 100px;
    height: 100px;
}

.value-props-card p{
    margin-top: 0px;
    font-weight: 700;
}

.value-props-card--bg-l{
    position: absolute;
    z-index:-1;
    user-select: none;
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/trust-stats-bg-right.svg);
    top: 194px;
    left: -511px;
}

.value-props-card--bg-r{
    position: absolute;
    z-index:-1;
    user-select: none;
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/why-bg-r.svg);
    top: 84px;
    right: -100px;
}

/* / VALUE PROPS SECTION */

/* NEWS SECTION */

.news{
    position:relative;
}

.news-wrapper{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    width: 100%;
}

.news-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 20px;
    padding: 30px;
}
.news-content h2 {
    font-size:2.5rem;
    line-height: 1;
    color: #519c4c;
}
.news-content p {
    margin-top: 4rem;
    font-weight: 300;
    color: #464652;
    font-size: 1.6rem;
    line-height: 1.2;
}
.news-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(100% / 5 * 6);
    padding: 1rem;
    margin: 1rem;
}
.news-image img {
    border-radius: 6px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15)); 
    width: 100%;
    object-fit: contain;
}


.news-bg-img-right{
    content: url(https://www.ricardomilan.com/cmslandingpage/styles/images/front-door-bg-r.svg);
    position: absolute;
    right:100%;
    bottom:50%;
    z-index: 2;
}

.news-btn {
    background-color: #2899b7;
    color: white;
    display: grid;
    place-items: center;
    padding: 1.1rem 2.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 4rem;
}

/* / NEWS SECTION */

/* FOOTER SECTION */

footer{
   background-color: #519c4c;
   padding-top: 5rem!important;
   padding-bottom: 4rem!important;
   color: white; 
   position: relative;
   text-decoration: none; 
   background-image: url(https://www.ricardomilan.com/cmslandingpage/styles/images/trust-stats-bg-right.svg);
   background-repeat: no-repeat;
   background-position: calc(50% - 552px) calc(0% + 1px);
    
}
.footer-wrapper{
    z-index: 0;
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-decoration: none; 
}

.footer-content{
    display: grid;
    align-items: center;
    column-gap: 30px;
    grid-template-columns: 215px 1fr;  
}

.grid{
    grid-row-gap: 20px;
    display: flex;
    flex-direction: column;   
}

.footer-info{
    order:1;
}
.footer-info p{
    margin-top: 1rem;
    line-height: 1.5;
}

.footer-info a{
    line-height: 1.6;
    text-decoration: none;
    color: white;
}
.footer-info img{
    max-width: 195px;
}

.footer-certified{
    order: 3;
    align-items: center;
    display: flex;
}

.footer-social{
    order: 2;
    align-items: center;
    column-gap: 10px;
    display: flex;
}
.menu-primary-footer{
    columns: auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap:3rem; 
}
.menu-primary-footer li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.menu-primary-footer span {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.1;
}

.menu-primary-footer a {
    text-decoration: none;
    padding-block: 6px;
    color: white;
    line-height: 1.7;
}

.copyright{
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 2rem;
    line-height: 1.7;
}
.copyright a {
    text-decoration: none;
    color: #037f9b;
}
small {
    font-size: .9rem;
    line-height: 1;
}

/* HEADER SECTION */

@media screen and (max-width: 1440px)
{
    .header_container{max-width: 1074px;}
    .header-buttons{margin-left:0rem;}
    .nav li{padding: 0px 15px;}
    .red-btn{padding: 14px 30px;}
    .purple-btn{padding: 14px 20px;}
}
@media screen and (max-width: 1063px)
{
    .red-btn{padding: 14px 30px;}
    .purple-btn{padding: 14px 20px;} 
}

@media screen and (max-width: 1024px)
{
   
   .main-header-flex{justify-content: space-around;}
   .nav{
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: flex-start;
    min-width: 63vw;
    max-height: 528px;
    overflow: auto;
    top: -1200px;
    right: 1rem;
    background-color: white;
    padding: 1.2rem;
    border-radius: 5px 0px 0px 5px;}
    .nav ul{flex-direction: column;}
    .nav li {padding: 24px 15px 24px 0;}
    .header-buttons{flex-direction: column;}
    .red-btn{margin-bottom: 1rem;}
    .purple-btn{margin-left: 0rem;}
    .nav.open{top: 7rem;}
}
   
@media screen and (min-width: 1024px)
{
   #mobile-bars{display: none;}
  
}


/* HERO SECTION */

@media screen and (max-width: 1440px)
{
   .hero__container{max-width:958px;}
   .bg-img{right: 566px;}
    
}

@media screen and (max-width: 1024px)
{
    .hero__container{max-width:958px;}
}


@media screen and (max-width: 768px)
{
    #hero{background: #519c4c;z-index: 0;}
    .hero__container{padding:3rem 2rem;}
    .hero__title{font-size: 3rem;}
    .bg-img{right: 300px;}
}

@media screen and (max-width: 578px)
{   
    .bg-img{right:100px;}
}




/* FRONT DOOR SECTION 1/7 */

@media screen and (max-width: 1440px)
{
   .front-door_container{max-width: 958px;}
   .front-door_bg_img{display: none;}
   .front-door_bg_img2{display: none;}
    
}

@media screen and (max-width: 1024px)
{
    .front-door_container{max-width: 726px;}
}

@media screen and (max-width: 768px)
{
    .front-door_cards{flex-direction: column;}
    .card-btn_purple{width: 100%;}
    .card-btn_teal{width: 100%;margin-top: 2.4rem;}
    .card-btn_dark_purple{width: 100%;margin-top: 2.4rem;}
}



/* TRUST STATS 2/7 */

@media screen and (max-width: 1440px)
{
   .trust-stats__container{max-width:958px;}
   .stat-cards_wrapper{width:100%;}
   .trust-stats_description{padding: 0 1rem;}
   .trust-stats_header{padding: 0 1rem;}
    
}

@media screen and (max-width: 1024px)
{
    .trust-stats__container{max-width:726px;}
   .stat-cards_wrapper{width: 100%;grid-template-columns: 1fr;padding: 0 1rem;}
   
}

@media screen and (max-width: 768px)
{
  .topcard_header{font-size:2rem ;} 
  .topcard-description{font-size: 1.2rem;} 
}

/* VIDEO ACCESSIBLE 3/7 */

@media screen and (max-width: 1440px)
{
   .video-accessible_container{max-width: 958px;padding: 0px;}
   #play-btn{transform: translate(171%, -215%) scale(1.1);}
}

@media screen and (max-width: 1024px)
{
    .video-accessible_container{max-width: 726px;}
    #play-btn{transform: translate(202%, -187%) scale(1.1);width: 5rem;}   
}

@media screen and (max-width: 768px)
{
    .video-accessible_container{flex-direction: column-reverse;}
    .video-accessible{background-image: none;padding: 4rem 0rem 4rem 0rem;}
    #play-btn{transform: translate(299%, -264%) scale(1.1); width: 6rem;}
}

/* QUOTE SECTION 4/7 */

@media screen and (max-width: 1440px)
{
   .quote-container{max-width: 958px;}
   
}

@media screen and (max-width: 1024px)
{
    .quote-container{max-width: 726px;}
}


/* WHO WE SERVE SECTION 5/7 */

@media screen and (max-width: 1440px)
{
    .who-we-serve img{width: 958px;}
    .who-we-serve-container{max-width: 958px;}
    .who-we-serve-bg{background-image: none;}

}
@media screen and (max-width: 1024px)
{
    .who-we-serve img{width: 726px;} 
    .who-we-serve-container{max-width: 726px;} 
}

@media screen and (max-width: 767px)
{
    .who-we-serve img{display: none;} 
    .who-we-serve-container h2{padding: 0 2rem;}
    .who-we-serve-container p{padding: 0 2rem;}
    .who-we-serve-bg {display: none;}
}

@media screen and (min-width: 767px)
{
  .value-grid{display: none;} 
}

@media screen and (max-width: 375px)
{
    .who-we-serve-container h2{padding: 0;}
}

/* VALUE PROPS SECTION 6/7 */

@media screen and (max-width: 1440px)
{
    .value-props-wrapper{max-width: 958px;}
    .value-props-card-grid{width: 100%;}
}
@media screen and (max-width: 1024px)
{
    .value-props-wrapper{max-width: 726px;} 
    .value-props-card-grid{width: 100%;grid-template-columns: 1fr;padding: 0 1rem;}   
}

@media screen and (max-width: 767px)
{
    .value-props-wrapper h2{padding: 0 2rem;} 
    .value-props-wrapper p{padding: 0 2rem;} 
}

@media screen and (max-width: 411px)
{
    .value-props-wrapper p{padding: 0rem;}
    .value-props-card{padding: 2rem 1rem;}
}
@media screen and (max-width: 375px)
{
    .value-props-wrapper h2{padding: 0;}
}


/* NEWS SECTION 7/7 */

@media screen and (max-width: 1440px)
{
    .news-wrapper{max-width: 958px;}
    .news-image{flex: 1 1 calc(200%);padding: 0;margin: 0;}
    
}
@media screen and (max-width: 1024px)
{
    .news-wrapper{max-width: 726px;padding: 5rem 5rem;}
}

@media screen and (max-width: 767px)
{
    .news-wrapper{flex-direction: column-reverse;padding: 8rem 0rem 8rem 0rem;margin;}
    .news-image{padding: 0px;margin: 0rem 1rem 0rem 1rem;}
    .news-content{margin:2rem 1rem 0px 1rem;padding: 0px;}
}
/* FOOTER SECTION */
@media screen and (max-width: 1440px)
{
  .footer-wrapper{max-width: 958px;}
}

@media screen and (max-width: 1024px)
{
  .footer-wrapper{max-width: 726px;} 
  .footer-content{display: block;}
  .grid{display: grid;grid-template-columns: 268px 1fr 1fr;}
  .footer-right{margin-top: 3rem;}
  footer{background-position: calc(100% - 552px) calc(0% + 1px);}
}

@media screen and (max-width: 767px)
{
  .grid{padding: 0 1rem;}  
  .menu-primary-footer{display: block;columns: 2;column-gap: 3rem;}
  .menu-primary-footer span{padding:1rem 1rem}
  .menu-primary-footer li {padding: 1rem 1rem;}
  .footer-social{grid-column: 1 / -2;}
  footer{background-position: calc(300% - 552px) calc(6% + 7px);}
}
@media screen and (max-width: 411px){
    .footer-certified{grid-column: 1 / 2;}
}