.brand-list{margin-top:80px;display:flex;flex-wrap:wrap;justify-content:space-around}.brand-list-body{width:40%;text-align:center;margin-bottom:80px}.brand-logo{height:100px}.brand-logo img{height:100%}.brand-list .brand-text{text-align:left;margin:20px 0 40px;line-height:180%;display:flex;align-items:center}.brand-list-body .btn{width:250px;margin:0 auto}.brand-list-body .btn a{font-size:1rem;padding:8px 50px;border:solid 1px #243782;position:relative;color:#243782}.brand-list-body .btn a:hover{background:#243782;color:#fff;transition:background-color 350ms cubic-bezier(.645,.045,.355,1)}@media screen and (max-width:767px){.brand-list{flex-direction:column}.brand-list-body{width:100%}}