.dd-baner-logo-cont {
    color: var(--dd-subtitle);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0!important;
    max-width: 400px;
}
.dd-baner-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
section.dd-baner-logos {
    padding: 70px 0;
    border-bottom: 1px solid #D4D4D4;
}
.dd-baner-logo-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}
.dd-baner-logo-right .dd-baner-logo:not(:last-child) {
    margin-right: 30px;
}
@media only screen and (max-width:1500px) {
	section.dd-baner-logos {
		padding: 39px 0 47px;
	}
}
@media only screen and (max-width:1300px){
    .dd-baner-logo-cont {
        font-size: 18px;
    }
}
@media only screen and (max-width:1200px){
    .dd-baner-logo-cont {
        font-size: 16px;
			line-height: 26px;
    }
    .dd-baner-logo {
        max-height: 75px;
        object-fit: contain;
    }
	.dd-baner-logo-right .dd-baner-logo:not(:last-child) {
		margin-right: 0px;
	}
}
@media only screen and (max-width:991px){
    section.dd-baner-logos {
        padding: 55px 0 50px;
    }
    .dd-baner-logo-cont {
        max-width: 467px;
        text-align: center;
        margin: 0 auto!important;
        padding-bottom: 30px;
    }
    .dd-baner-logo-right {
        justify-content: center;
    }
    .dd-baner-logo {
        max-height: 70px;
      
    }
    .dd-baner-logo-right .dd-baner-logo:not(:last-child) {
        margin-right: 20px;
    }
    .dd-baner-logo-right .dd-baner-logo:not{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:767px) {
    section.dd-baner-logos {
        padding: 40px 0 60px;
    }
	.dd-baner-logo-cont {
  	  font-size: 16px;
		line-height: 26px;
	}
	.dd-baner-logo {
		max-width: 70px;
	}
	.dd-baner-logo1 {
		order:1;
	}
	.dd-baner-logo2 {
		order:2;
	}
	.dd-baner-logo4 {
		order:3;
	}
	.dd-baner-logo3 {
		order:4;
		margin-top:10px;
		 min-height: 70px;
    	max-width: 180px;
	}
}