.xProGal{
    padding: 5px;
}
.xPro .glightbox{
    display: block;
    margin: 5px;
}
.xPro .glightbox img{
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
.xMorePics{
    text-align: center;
}
.xMorePics .glightbox{
    display: inline-block;
    color: var(--primary);
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
    padding: 10px 0;
    transition: .3s ease-in-out;
}
.xMorePics a:hover{
    color: var(--green);
}
.xProCont{
    padding: 60px;
}
.xProCont h1{
    font-size: 45px;
    font-weight: 700;
}
.xProCont h2{
    font-size: 34px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 15px;
}
.xProCont p{
    font-size: 20px;
    margin-top: 10px;
}
.xProCont h3{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.xProCont h3 span{
    color: var(--primary);
    display: block;
}
.xProCont>span{
    display: block;
    margin-top: 1.5rem;
}
.xProDivider{
    height: 1px;
    margin: 25px 0;
    background-color: var(--black);
}
.xProBtns{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.xProBtns>a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--white);
    padding: 1rem 3rem;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    width: 49%;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}
.xProBtns>a:first-child{
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--black);
}
.xProBtns>a:last-child{
    background-color: var(--primary);
    color: var(--white);
}
.xProBtns>a:first-child:hover{
    background-color: var(--black);
    color: var(--white);
}
.xProBtns>a:last-child:hover{
    background-color: var(--green);
}
.xProGal h4{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}
.data-table th{
    background-color: var(--green);
    color: var(--white);
    font-weight: 600;
}
.xListBold {
    padding-left: 25px;
}
.xListBold li{
    list-style: unset;
    font-weight: 600;
}
.xListBold li:not(:last-child){
    margin-bottom: 1rem;
}
.xProGalB{
    padding-bottom: 50px;
}
.faq-list dt{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}
.faq-list dd{
    margin-bottom: 2rem;
}
@media all and (max-width: 1420px){
    .xProBtns>a{
        font-size: 1rem;
        padding: 1rem;
    }
}
@media all and (max-width: 1280px){
    .xProCont{
        padding: 50px 2rem;
    }
}
@media all and (max-width: 992px){
    .xPro .glightbox img{
        height: 300px;
    }
    .xProCont h1{
        font-size: 32px;
    }
    .xProCont h2{
        font-size: 24px;
    }
    .xProCont p, .xProCont h3{
        font-size: 1rem;
    }
    .xProBtns{
        flex-direction: column;
        gap: 1rem;
    }
    .xProBtns>a{
        width: 100%;
        height: 66px;
    }
    .xProGal h4{
        font-size: 24px;
    }
}

@media all and (max-width: 768px){
    .xPro .glightbox img{
        height: 250px;
    }
    .xMorePics .glightbox{
        font-size: 14px;
    }
    .xProCont{
        padding: 30px 1rem 0;
    }
    .xProBtns>a{
        width: 100%;
        padding: 12px;
        height: 58px;
    }
    .xProGal h4{
        font-size: 20px;
    }
    .faq-list dd{
        margin-bottom: 1.5rem;
    }
}
@media all and (max-width: 600px){
    .xPro .glightbox img{
        height: 150px;
    }
}