.about-pga{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 100px;
    background-color: var(--background-dark-default-color);
}
.about-pga-container{
    width: 100%;
    max-width: 1340px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.about-pga-hero-content{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.about-pga-hero-content h2{
    font-size: clamp(27px, 4vw, 32px);
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--text-accent-default-color);
}
.about-pga-hero-content p{
    font-size: clamp(14px, 3vw, 16px);
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: var(--text-light-default-color);
    margin: 0 auto;
    max-width: 70%;
}
.about-pga-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 50px 0px;
    width: 100%;
}
.about-pga-content-item{
    width: 25%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 15px;
    border: 1px solid rgba(243, 243, 243, 0.14);
}
.about-pga-content-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}
.about-pga-content-item::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%) !important;
    z-index: 2;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition: all 0.8s ease;
}
.about-pga-content-item-content{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 20px 20px 50px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.about-pga-content-item-content h3{
    font-size: clamp(32px, 3vw, 40px);
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: var(--text-accent-default-color);
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.781));
    opacity: 1;
    transition: all 0.3s ease;
    min-height: 120px;
}
.about-pga-content-item-content p{
    font-size: clamp(14px, 3vw, 16px);
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--text-light-default-color);
    margin: 0;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.781));
    opacity: 1;
    transition: all 0.3s ease;
}
.about-pga-content-item-content a{
    padding: 15px 15px;
    color: #ffffff;
    border: 1px solid #a70e13;
    border-radius: 10px;
    background: #a70e13;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 14px;
    text-decoration: none;
    margin-top: auto;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.3s all !important;
}
.about-pga-content-item-content a:hover{
    background-color: #4e4e4e81;
    color: #fff;
    border: 1px solid #a70e1381;
    transform: translateY(-5px);
    box-shadow: 0 0px 10px 10px #a70e1370;
}
.about-pga-content-item:hover .about-pga-content-item-content h3,
.about-pga-content-item:hover .about-pga-content-item-content p    {
    opacity: 0;
}
.about-pga-content-item:hover::after{
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.082) 0%, rgba(0, 0, 0, 0.11) 100%) !important;
}

@media (max-width: 1380px){
    .about-pga-content{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
    }
    .about-pga-content-item{
        width: calc(50% - 25px);
    }
    .about-pga-content-item{
        height: 400px;
    }
    .about-pga-content-item img{
        height: 397px;
    }
    .about-pga-content-item-content h3{
        margin: 0;
    }
    .about-pga-content-item-content{
        padding: 20px;
        width: 100%;
    }
}

@media (max-width: 1000px){
    .about-pga{
        padding-bottom: 50px !important;
    }
    .about-pga-hero-content{
        align-items: start;
    }
    .about-pga-hero-content p{
        max-width: 100%;
        text-align: left;
    }
    .about-pga-content{
        flex-wrap: wrap;
        gap: 20px;
    }
    .about-pga-content-item{
        width: 100%;
        height: 220px !important;
    }
    .about-pga-content-item img{
        height: 100%;
        object-fit: cover;
    }
    .about-pga-content-item-content{
        width: 100%;
        gap: 0px;
    }
    .about-pga-content-item-content h3{
        font-size: 24px;
        line-height: 22px;
        margin: 0px;
        width: 100%;
        text-align: left;
        min-height: auto !important;
        padding-bottom: 10px;
    }
    .about-pga-content-item-content p{
        font-size: 14px;
        line-height: 1.2;
        width: 100%;
    }
    .about-pga-content-item-content{
        padding: 20px;
    }
    .about-pga-content-item-content a{
        margin-right: auto;
    }
    .about-pga-hero-content h2{
        text-align: left;
        width: 100%;
    }
    .about-pga-container{
        gap: 50px;
    }
    .about-pga-content-item::after{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.815) 0%, rgba(0, 0, 0, 0.63) 100%) !important;
    }
}