:root {
    --primary-color: #CC5126;
    --primary-dark: #BF4A1A;
    --text-light: #FFFFFF;
    --text-dark: #333;
    --bg-light-gray: #f8f9fa;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-light-gray);
    /* Adiciona isso para previnir overflow horizontal acidental */
    overflow-x: hidden;
}

/* Hero Section */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 3.2rem;
}

.hero-section h1 span {
    color: var(--primary-color);
}

/* Search Bar */
.search-bar-detached {
    position: relative;
    z-index: 3;
    margin-top: -130px;
}

.search-bar-detached .form-control,
.search-bar-detached .form-select {
    border: 2px solid var(--primary-color);
    padding: 12px 15px;
    font-size: 1rem;
    background-color: #FFF;
    border-radius: 8px;
}

.search-bar-detached .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-color: #FFF;
}

.search-bar-detached .btn-buscar {
    background-color: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
}

.search-bar-detached .btn-buscar:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

/* Image Above Stats */
.image-above-stats {
    padding: 50px 0 0;
    background-color: var(--bg-light-gray);
    text-align: center;
}

.image-above-stats img {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Stats Bar */
.stats-bar {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 30px 0;
    margin-top: 50px;
}

.stat-item {
    text-align: center;
    margin-bottom: 20px;
}

.stat-item .stat-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 15px auto;
    display: block;
}

.stat-item h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-item p {
    margin-bottom: 0;
}

/* Video Section */
.video-section {
    padding: 60px 0;
    background-color: var(--bg-light-gray);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Categories Section */
.categories-section {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 60px 0;
    overflow: hidden;
}

.categories-section .btn-light {
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
}

.category-item-wrapper {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.category-icon-bubble {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 2;
    flex-shrink: 0;
}

.category-icon-bubble img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.category-btn {
    background-color: #FFF;
    color: var(--text-dark);
    padding: 15px 15px 15px 45px;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.2s;
    text-align: left;
    min-height: 55px;
    display: flex;
    align-items: center;
    position: relative;
    left: -25px;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 100%;
}

.category-btn:hover {
    transform: translateY(-3px);
    color: var(--primary-color);
}

/* How It Works Section */
.how-it-works-section {
    padding: 60px 0;
    background-color: var(--bg-light-gray);
    color: black;
}

.how-it-works-card {
    border: 1px solid #333;
    border-radius: 10px;
    padding: 30px;
    background-color: #FFF;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.how-it-works-card .card-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
    align-self: center;
}

.how-it-works-card p {
    text-align: justify;
}

/* Testimonials Section */
.testimonials-section {
    background-color: var(--bg-light-gray);
    color: var(--text-light);
    padding: 60px 0;
}

.testimonial-card-wrapper {
    position: relative;
    padding-top: 25px;
    margin-bottom: 30px;
}

.testimonial-stars-bubble {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFC107;
    padding: 8px 15px;
    border-radius: 0;
    color: var(--text-dark);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1;
    white-space: nowrap;
}

.testimonial-stars-bubble i {
    color: white;
    font-size: 1rem;
}

.testimonial-card {
    background: #FFF;
    color: var(--text-dark);
    border-radius: 15px;
    padding: 40px 25px 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.testimonial-author {
    margin-top: auto;
}

.testimonial-author h6 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0;
}

#testimonialCarousel .carousel-indicators [data-bs-target] {
    background-color: var(--text-light);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

#testimonialCarousel .carousel-indicators .active {
    background-color: var(--primary-dark);
}

/* Featured Section */
.featured-section {
    padding: 60px 0;
    background-color: var(--bg-light-gray);
}

.company-card {
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    text-align: left;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.company-card-img {
    position: relative;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.company-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.company-card-price {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    color: var(--text-light);
    padding: 5px 15px;
    font-weight: 600;
    font-size: 1.1rem;
    z-index: 1;
}

.company-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background-color: #FFF;
}

.company-card-body h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.company-card-body p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.4;
}

.company-card-body p strong {
    font-weight: 700;
    color: #333;
    font-size: 1rem;
}

.company-card-body .btn-info {
    background-color: var(--primary-dark);
    color: var(--text-light);
    border: none;
    width: 100%;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 15px;
    margin-top: auto;
    font-size: 1.1rem;
}

.company-card-body .btn-info:hover {
    background-color: var(--primary-color);
}

#featuredCarousel .carousel-indicators [data-bs-target] {
    background-color: #333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

#featuredCarousel .carousel-indicators .active {
    background-color: var(--primary-color);
}

/* CTA Section */
.cta-section {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 60px 0;
}

.cta-section .btn {
    font-weight: 600;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 15px;
    border-width: 2px;
}

.cta-section .btn-light {
    color: var(--primary-color);
}

.cta-section .btn-outline-light {
    border-color: var(--text-light);
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%;
    padding: 20px;
    width: 40px;
    height: 40px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1) grayscale(100);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    opacity: 1;
}

.carousel-control-prev {
    left: -80px;
}

.carousel-control-next {
    right: -80px;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
}

.lead {
    font-size: 1.9rem;
    font-weight: 300;
}

/* ============================================
    RESPONSIVE BREAKPOINTS
    ============================================ */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Large Devices (992px - 1199px) */
@media (max-width: 1200px) {
    .hero-section h1 {
        font-size: 3.2rem;
    }

    .lead {
        font-size: 1.6rem;
    }

    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }
}

/* Medium Devices (768px - 991px) */
@media (max-width: 991px) {
    .hero-section {
        padding-bottom: 120px;
    }

    .hero-section h1 {
        font-size: 2.8rem;
    }

    .lead {
        font-size: 1.4rem;
    }

    .search-bar-detached {
        margin-top: -80px;
    }

    .search-bar-detached .search-elements {
        padding: 15px;
    }

    .search-bar-detached .form-control,
    .search-bar-detached .form-select,
    .search-bar-detached .btn-buscar {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .stat-item .stat-img {
        width: 100px;
        height: 100px;
    }

    .stat-item h3 {
        font-size: 1.5rem;
    }

    .how-it-works-card {
        min-height: 300px;
        padding: 25px;
    }

    .how-it-works-card .card-img {
        width: 100px;
        height: 100px;
    }

    .company-card {
        min-height: 450px;
    }

    .carousel-control-prev {
        left: -10px;
    }

    .carousel-control-next {
        right: -10px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        padding: 15px;
        width: 30px;
        height: 30px;
        background-size: 40%;
    }

    .category-icon-bubble {
        width: 60px;
        height: 60px;
    }

    .category-icon-bubble img {
        width: 30px;
        height: 30px;
    }

    .category-btn {
        padding: 12px 12px 12px 45px;
        min-height: 50px;
        font-size: 0.95rem;
    }
}

/* Small Devices (576px - 767px) */
@media (max-width: 767px) {
    .hero-section {
        padding: 80px 0 100px;
    }

    .hero-section h1 {
        font-size: 2.2rem;
    }

    .lead {
        font-size: 1.2rem;
    }

    .search-bar-detached {
        margin-top: -60px;
    }

    .search-bar-detached .search-elements {
        padding: 12px;
    }

    .image-above-stats {
        padding: 30px 0 0;
    }

    .image-above-stats img {
        max-width: 100%;
    }

    .stats-bar {
        padding: 20px 0;
        margin-top: 30px;
    }

    .stat-item {
        margin-top: 65px;
    }

    .stat-item .stat-img {
        width: 90px;
        height: 90px;
    }

    .stat-item h3 {
        font-size: 1.3rem;
    }

    .stat-item p {
        font-size: 0.95rem;
    }

    .video-section,
    .categories-section,
    .how-it-works-section,
    .testimonials-section,
    .featured-section,
    .cta-section {
        padding: 40px 0;
    }

    .how-it-works-card {
        min-height: auto;
        padding: 20px;
        margin-bottom: 25px;
    }

    .how-it-works-card .card-img {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .testimonial-card {
        min-height: auto;
        padding: 35px 20px 20px;
    }

    .testimonial-author h6 {
        font-size: 1.1rem;
    }

    .company-card {
        min-height: auto;
        margin-bottom: 30px;
    }

    .company-card-img img {
        height: 160px;
    }

    .company-card-body {
        padding: 15px;
    }

    .company-card-price {
        font-size: 1rem;
        padding: 4px 12px;
    }

    .cta-section .btn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1rem;
        padding: 10px 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .category-item-wrapper {
        margin-bottom: 15px;
    }

    .category-icon-bubble {
        width: 55px;
        height: 55px;
        left: 0;
    }

    .category-icon-bubble img {
        width: 28px;
        height: 28px;
    }

    .category-btn {
        padding: 10px 10px 10px 40px;
        min-height: 45px;
        font-size: 0.9rem;
        left: -20px;
    }
}

/* Extra Small Devices (Less than 576px) */
@media (max-width: 575px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }

    .lead {
        font-size: 1rem;
    }

    .search-bar-detached {
        margin-top: -50px;
    }

    .search-bar-detached .form-control,
    .search-bar-detached .form-select,
    .search-bar-detached .btn-buscar {
        padding: 8px 10px;
        font-size: 0.85rem;
        margin-bottom: 8px;
    }

    .stat-item .stat-img {
        width: 70px;
        height: 70px;
    }

    .stat-item h3 {
        font-size: 1.1rem;
    }

    .stat-item p {
        font-size: 0.85rem;
    }

    .how-it-works-card .card-img {
        width: 70px;
        height: 70px;
    }

    .testimonial-stars-bubble {
        padding: 6px 12px;
        font-size: 0.9rem;
    }

    .testimonial-stars-bubble i {
        font-size: 0.9rem;
    }

    .testimonial-card {
        padding: 30px 15px 15px;
    }

    .company-card-img img {
        height: 140px;
    }

    .company-card-body h5 {
        font-size: 1.1rem;
    }

    .company-card-body p {
        font-size: 0.85rem;
    }

    .company-card-body .btn-info {
        font-size: 0.95rem;
        padding: 8px 12px;
    }

    .category-icon-bubble {
        width: 50px;
        height: 50px;
    }

    .category-icon-bubble img {
        width: 25px;
        height: 25px;
    }

    .category-btn {
        padding: 8px 8px 8px 35px;
        min-height: 40px;
        font-size: 0.85rem;
        left: -18px;
    }
}

/* Very Small Devices (Less than 400px) */
@media (max-width: 399px) {
    .hero-section h1 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 0.9rem;
    }

    .stat-item h3 {
        font-size: 1rem;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }
}

.select2-container--bootstrap-5,
.select2-custom-size {
    width: 30% !important;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .select2-container--bootstrap-5,
    .select2-custom-size {
        width: 100% !important;
    }
}

.hero-section {
    position: relative;
    color: var(--text-light);
    padding: 150px 0 200px;
}

.search-bar-detached {
    position: relative;
    z-index: 3;
    margin-top: -130px;
}

.search-bar-detached .form-control,
.search-bar-detached .form-select {
    border: 2px solid var(--primary-color);
    padding: 12px 15px;
    font-size: 1rem;
    background-color: #FFF;
    border-radius: 8px;
    width: 100%;
}

.search-bar-detached .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-color: #FFF;
}

.search-bar-detached .btn-buscar {
    background-color: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
}

.search-bar-detached .btn-buscar:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.stats-bar {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 30px 0;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 120px 0 170px;
    }

    .search-bar-detached {
        margin-top: -100px;
    }

    .search-bar-detached .form-control,
    .search-bar-detached .form-select,
    .search-bar-detached .btn-buscar {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .stats-bar {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 80px 0 280px;
    }

    .search-bar-detached {
        margin-top: -190px;
    }

    .search-bar-detached .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-bar-detached .form-control,
    .search-bar-detached .form-select,
    .search-bar-detached .btn-buscar {
        margin-bottom: 10px;
    }

    .stats-bar {
        padding: 20px 0;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 60px 0 300px;
    }

    .search-bar-detached {
        margin-top: -230px;
    }

    .search-bar-detached .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-bar-detached .form-control,
    .search-bar-detached .form-select,
    .search-bar-detached .btn-buscar {
        padding: 10px 12px;
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .search-bar-detached .btn-buscar {
        margin-bottom: 0;
    }

    .stats-bar {
        margin-top: 20px;
    }
}

@media (max-width: 399px) {
    .hero-section {
        padding: 50px 0 300px;
    }

    .search-bar-detached {
        margin-top: -240px;
    }

    .search-bar-detached .form-control,
    .search-bar-detached .form-select,
    .search-bar-detached .btn-buscar {
        padding: 8px 10px;
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .search-bar-detached .btn-buscar {
        margin-bottom: 0;
    }
}


@media (max-width: 375px) {
    .stats-bar {
        margin-top: 35px;
    }

    .stats-bar .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 0;
        margin-top: 50px !important;
    }

    .stats-bar .stat-item .stat-img {
        width: 60px;
        height: auto;
        margin-bottom: 8px;
    }

    .stats-bar .stat-item h3 {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }

    .stats-bar .stat-item p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }

    .stats-bar .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

@media(max-width: 390px){
    .container{
        margin-top:10px !important;
    }

}


.business-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 12px;

    box-sizing: border-box;
}

.business-container {
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.business-container h2 {
    text-align: center;
    color: var(--text-dark);
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.business-container .subtitle {
    text-align: center;
    color: #000000;

    font-size: 1.6rem;
    margin-bottom: 35px;
}

.content-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.left-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-column .main-image {
    width: 100%;
    max-width: 400px;
    height: 420px;
    border-radius: 30px;
    object-fit: cover;
    display: block;
}

.left-column .cta-button {
    display: block;
    width: 100%;
    max-width: 400px;
    background-color: var(--primary-color);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 10px;
    margin-top: 30px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.left-column .cta-button:hover {
    background-color: #a04b28;
    transform: translateY(-2px);
}

.right-column {
    flex: 1.2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feature-card {
    background-color: #fff;

    border-radius: 16px;
    padding: 24px;
    min-height: 180px;
    border: 1px solid #000000;
}

.feature-card .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.feature-card p {
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .content-wrapper {
        flex-direction: column;
    }
    .business-container {
        padding: 25px;
    }
    .business-container h2 {
        font-size: 2.2rem;
    }
    .left-column .main-image,
    .left-column .cta-button {
        max-width: 100%;
    }
    .left-column .main-image {
        height: 250px;
    }
}

@media (max-width: 600px) {
    .business-section-wrapper {
        padding: 10px;
    }
    .right-column {
        grid-template-columns: 1fr;
    }
    .business-container {
        padding: 20px;
        border-radius: 16px;
    }
    .business-container h2 {
        font-size: 1.8rem;
    }
    .business-container .subtitle {
        font-size: 1rem;
    }
    .feature-card {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .left-column .main-image {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    .search-bar-detached{
        gap: 12px !important;
    }
}


@media (max-width: 340px) {

    /* Ajusta paddings gerais para dar mais espaço */
    .container,
    .search-bar-detached .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Diminui a fonte principal */
    .hero-section h1 {
        font-size: 1.35rem;
    }

    .lead {
        font-size: 0.9rem;
    }

    /* Remove a borda do wrapper que consome 2px */
    .business-section-wrapper {
        padding: 5px;
        border: none;
    }

    /* Reduz drasticamente o padding do container de negócios */
    .business-container {
        padding: 10px;
    }

    .business-container h2 {
        font-size: 1.4rem; /* Diminui título */
    }

    .business-container .subtitle {
        font-size: 0.9rem;
    }

    /* * ESTA É A CORREÇÃO MAIS IMPORTANTE:
     * Remove o min-width que estava quebrando o layout
     */
    .left-column {
        min-width: 0;
    }

    /* Reduz o padding dos cards */
    .feature-card {
        padding: 15px;
    }

    .left-column .main-image {
        height: 180px;
        border-radius: 15px;
    }

    .left-column .cta-button {
        padding: 12px;
        font-size: 1rem;
        margin-top: 15px;
    }

    /* Ajustes finos em outros cards */
    .testimonial-card {
        padding: 30px 10px 10px;
    }

    .company-card-body {
        padding: 10px;
    }
}
@media (max-width: 400px) {

    .container,
    .search-bar-detached .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .row {
        margin-left: -10px;
        margin-right: -10px;
    }


    .left-column {
        min-width: 0;
    }

    .row > [class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
