.content-allies{align-items:center;background-color:var(--color-white);display:flex;flex-direction:column;flex-wrap:wrap;margin:0 auto;.allies{display:grid;grid-template-columns:repeat(1,1fr);width:100%;@media (min-width:768.1px){grid-template-columns:repeat(3,1fr)}.each-ally{min-width:200px;position:relative;.bg-ally{img{height:100%;width:100%}}.ally-title{color:var(--color-white);font-size:1.2rem;font-weight:500;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:3}}}}