.btn-app img {
    height: 50px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.box-testimonial-2 .testimonial-feature-image {
    border-radius: 16px;
    display: block;
    width: 100%;
    height: auto;
}

.box-info-video .btn.btn-brand-1:hover,
.box-info-video .btn.btn-brand-1:hover * {
    color: #ffe7bb !important;
    background-color: var(--secondary-color);
}

.box-info-video .btn.btn-brand-1:hover svg {
    color: #ffe7bb !important;
}

.box-newsletter .box-image-newsletter .image-1 img {
    max-width: 150px;
    width: auto;
    height: auto;
}

.list-terms li a:hover {
    color: var(--primary-color);
}
