/* ==========================================================
   Packaging Europe - About Page
   ========================================================== */
.pe-about-hero{
    padding:20px 0 0px;
}

.pe-about-hero h1{
  text-align: center;
    color: #d20001;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom:45px;
}
.pe-about-content{
    margin:60px auto;
}

.pe-about-content h2{
    margin-bottom:18px;
}

.pe-about-content p{
    margin-bottom:18px;
}
.pe-about-intro{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;
padding-bottom: 40px;


align-items:center;

}

.pe-video iframe{

width:100%;

height:420px;

border:none;

border-radius:12px;

}

.pe-text h2{

font-size:42px;

margin-bottom:20px;

}

.pe-text p{

font-size:20px;

line-height:1.8;

margin-bottom:25px;

}

.pe-member-banner{

background-image:url("https://d2wrwj382xgrci.cloudfront.net/Pictures/2000xAny/P/web/p/s/w/shutterstock_2504584477copy_766057.jpg");

background-size:cover;

background-position:center;

padding:1px 1px;

text-align:center;

position:relative;

margin:20px 0;

}

.pe-member-banner .overlay{

background:rgba(0,0,0,.45);

padding:70px;

}

.pe-member-banner h2{

color:#fff;

font-size:48px;

max-width:900px;

margin:auto;

margin-bottom:35px;

}

.pe-button{

display:inline-block;

background:#d71920;

padding:18px 45px;

color:#fff;

text-decoration:none;

font-weight:bold;

border-radius:5px;

}

.section-title{

text-align:center;

font-size:46px;

margin-bottom:60px;

}

.team-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:60px;

max-width:1400px;

margin:40px auto;

}

.pe-team{

padding:60px 0;

background:#fff;

}

.pe-team h2{

text-align:center;

font-size:3rem;

margin-bottom:45px;

font-weight:800;

}

.team-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:60px 40px;

}

.team-card{

text-align:center;

transition:.3s;

}

.team-card:hover{

transform:translateY(-8px);

}

.team-card img{

width:220px;

height:220px;

border-radius:50%;

object-fit:cover;

display:block;

margin:0 auto 25px;

}

.team-card h3{

font-size:2rem;

font-weight:800;

margin-bottom:8px;

color:#111;

}

.team-card p{

color:#666;

font-size:1rem;

margin-bottom:18px;

font-weight:600;

}

.team-card .linkedin,
.pe-team .linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-top: 18px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.team-card .linkedin:hover,
.pe-team .linkedin:hover {
    background: #e40000;
}

.team-card .linkedin i,
.pe-team .linkedin i {
    font-size: 18px;
}
@media(max-width:1200px){

.team-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.team-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:500px){

.team-grid{

grid-template-columns:1fr;

}

}
/*=========================================
OUR BRANDS
==========================================*/

.pe-brands{

background:#071224;

padding:110px 0;

}

.pe-brands h2{

text-align:center;

color:#fff;

font-size:3rem;

margin-bottom:70px;

font-weight:800;

}

.brands-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:40px;

}

.brand-card{

background:#fff;

padding:45px;

text-align:center;

border-radius:12px;

transition:.35s;
justify-content:space-between;
box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.brand-card:hover{

transform:translateY(-10px);

}

.brand-card img{

height:90px;

margin-bottom:25px;

}

.brand-card h3{

font-size:1.7rem;

margin-bottom:20px;

}

.brand-card p{

color:#666;

line-height:1.7;

margin-bottom:30px;

min-height:120px;

}

.brand-btn{
 margin-top:0;
display:inline-block;

padding:14px 34px;

background:#35b8e0;

color:#fff;

font-weight:700;

text-decoration:none;

border-radius:6px;

transition:.3s;

}

.brand-btn.red{

background:#d71920;

}

.brand-btn.green{

background:#8bc34a;

}

.brand-btn:hover{

transform:translateY(-2px);

opacity:.9;

}

@media(max-width:1000px){

.brands-grid{

grid-template-columns:1fr;

}

}

/*=========================================
OUR ADVISORY
==========================================*/


.pe-advisory{
    padding:120px 0;
    background:#fff;
}

.pe-advisory h2{
    text-align:center;
    font-size:3rem;
    margin-bottom:70px;
}

/*=========================================
FINAL CTA
=========================================*/

.pe-final-cta{
    background:#071224;
    padding:110px 20px;
    text-align:center;
    color:#fff;
}

.pe-final-cta h2{
    color:#fff;
    font-size:3rem;
    margin-bottom:20px;
}

.pe-final-cta p{
    max-width:760px;
    margin:0 auto 50px;
    font-size:1.2rem;
    line-height:1.8;
    color:rgba(255,255,255,.85);
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-buttons a{
    display:inline-block;
    padding:18px 42px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

/* Red button */

.btn-primary{
    background:#e30613;
    color:#fff;
}

.btn-primary:hover{
    background:#c60010;
    transform:translateY(-3px);
}

/* White outline */

.btn-secondary{
    border:2px solid #fff;
    color:#fff;
    background:transparent;
}

.btn-secondary:hover{
    background:#fff;
    color:#071224;
}

/* Blue */

.btn-outline{
    background:#30bde9;
    color:#fff;
}

.btn-outline:hover{
    background:#22acd8;
    transform:translateY(-3px);
}

/* Mobile */

@media (max-width:768px){

.pe-final-cta h2{
    font-size:2.2rem;
}

.pe-final-cta p{
    font-size:1rem;
}

.cta-buttons{
    flex-direction:column;
    align-items:center;
}

.cta-buttons a{
    width:280px;
}

}