.why-gold .box-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.why-gold .box-wrapper .desc .btn-why-gold{
    background-color: #c1a576;
    color: #fff;
    border: 2px solid #c1a576;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.why-gold .box-wrapper .desc .btn-why-gold:hover{
    background-color: transparent;
    color: black;
    border: 2px solid #c1a576;
}

.why-gold-page .wpb_wrapper .vc_single_image-img {
    object-fit: cover;
}

.why-gold-page .wpb_wrapper ul{
    list-style: none;
    padding-left: 0;
}

.why-gold-page .wpb_wrapper ul li{
    margin-bottom: 10px;
}

.why-gold-page .wpb_wrapper .why-gold-list{
    list-style:none;
}

.why-gold-page .wpb_wrapper .why-gold-list li{
    background-color: #fcfcfc;
    padding:5px 10px;
}

.why-gold-page .wpb_wrapper .why-gold-list li a{
    color: black;
}

.why-gold-page .wpb_wrapper .why-gold-list li.active a{
    color: #c1a576;
    font-weight: bold;
}