/* Top footer Section */
.value-badge-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 100px;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 100px;
}

.value-badge-row a:first-child img {
    width: 100px;
}

.footer-white{
	background-color: #fff;
}

@media (max-width: 767px) {
    .value-badge-row {
        padding: 7px 5px;
        gap: 24px;
    }

    .value-badge-row a:first-child img {
        width: 70px;
    }
}
/* Large smartphones and Small Tablets  (min-width: 425px) and (max-width: 767px) */
@media (min-width: 425px) and (max-width: 767px) {
    .value-badge-row{
        gap: 5px;
    }

    .value-badge-row a{
        flex: 1;
    }

    .value-badge-row a:nth-child(1) img {
        width: 150px;
    }

    .value-badge-row a:nth-child(2), .value-badge-row a:nth-child(3){
        text-align: right;
    }

    .value-badge-row a:nth-child(2) img {
        width: 200px;
    }

    .value-badge-row a:nth-child(3) img {
        width: 100px;
    }

    .value-badge-row a:nth-child(4) img {
        width: 190px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .value-badge-row{
        gap: 20px;
        padding: 10px 50px;
    }

    .value-badge-row a:nth-child(1) img {
        width: 160px;
    }

    .value-badge-row a:nth-child(2) img {
        width: 230px;
    }

    .value-badge-row a:nth-child(3) img {
        width: 120px;
    }

    .value-badge-row a:nth-child(4) img {
        width: 250px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .value-badge-row{
        gap: 20px;
    }

    .value-badge-row a:first-child img {
        width: 200px;
    }

    .value-badge-row a:nth-child(2) img {
        width: 300px;
    } 

     .value-badge-row a:nth-child(3) img {
        width: 150px;
    }

    .value-badge-row a:nth-child(4) img {
        width: 300px;
    }
   
    .value-badge-row a{
        flex: 1;
    }

    .value-badge-row a:nth-child(2), .value-badge-row a:nth-child(3){
        text-align: right;
    }
	.feefoSection {
	      width: 50%;
	  }
	}


@media (min-width: 768px) and (max-width: 1024px) {

    .value-badge-row {
        gap: 45px;
        padding: 10px 50px;
    }

    .value-badge-row a:nth-child(3) {
        margin-left: auto;
        text-align: right;
    }
}
@media (max-width:768px) {
	.feefoSection {
	        width: 50%;
	    }

}
@media (min-width: 992px) and (max-width: 1024px) {
	    .value-badge-row a:nth-child(3) {
	        margin-left: unset;
	        text-align: unset;
	    }
	}
	
	
@media (min-width: 1025px) and (max-width: 1439px) {
    .value-badge-row {
        gap: 60px;
        padding: 10px 50px;
    }
}

@media (min-width: 1440px) {
    .wrapper .value-badge-row {
        gap: 70px; 
    }
}