section.testimonies-module.light{background-color:#fff}section.testimonies-module.dark{background-color:#1e2d45}section.testimonies-module.dark .text-content *{color:#fff}section.testimonies-module .container{align-items:center;display:flex;gap:2.5rem}section.testimonies-module .container.column{flex-direction:column}section.testimonies-module .container.column .testimonies{display:flex;max-width:100%}section.testimonies-module .container .testimonies{display:flex;gap:2.5rem;max-width:calc(50% - 20px)}section.testimonies-module .testimony{border-radius:10px;display:flex;gap:10px;padding:1.25rem}section.testimonies-module .testimony.white{background-color:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.1)}section.testimonies-module .testimony.white .avatar{border-color:#4ab8a5}section.testimonies-module .testimony.primary{background-color:#1e2d45}section.testimonies-module .testimony.primary .author *,section.testimonies-module .testimony.primary .content .quote{color:#fff}section.testimonies-module .testimony.primary .avatar{border-color:#4ab8a5}section.testimonies-module .testimony.secondary{background-color:#4ab8a5}section.testimonies-module .testimony.secondary .avatar{border-color:#1e2d45}section.testimonies-module .testimony .avatar{border:4px solid;border-radius:50%;height:72px;min-width:72px;overflow:hidden}section.testimonies-module .testimony .content{display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}section.testimonies-module .testimony .content .name{font-weight:700}@media (max-width:1080px){section.testimonies-module .container{flex-direction:column}section.testimonies-module .container .testimonies{max-width:100%}}@media (max-width:768px){section.testimonies-module .text-content *{text-align:left}section.testimonies-module .container .testimonies{flex-direction:column}}