.m-authorsGrid__container{position:relative;width:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1200px}
.m-authorsGrid__container .m-authorsGrid__author-tile{-ms-flex-preferred-size:calc(33% - 20px);flex-basis:calc(33% - 20px);margin:10px;height:500px;width:100%;background-color:#fff;border-color:#e7e9ec;border:1px solid #e7e9ec;border-radius:4px}
.m-authorsGrid__container .m-authorsGrid__author-tile:hover{-webkit-box-shadow:0 4px 32px 0 rgba(18,43,70,.1);box-shadow:0 4px 32px 0 rgba(18,43,70,.1);z-index:1}
.m-authorsGrid__container .m-authorsGrid__author-tile .m-authorsGrid__author-img{height:350px;width:100%;background-size:cover;border-top-left-radius:4px;border-top-right-radius:4px}
.m-authorsGrid__container .m-authorsGrid__author-tile .m-authorsGrid__author-text-container{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.m-authorsGrid__container .m-authorsGrid__author-tile .m-authorsGrid__author-text-container .m-authorsGrid__author-name{color:#000;font-size:24px;font-weight:800;margin-bottom:20px;text-align:center}
.m-authorsGrid__container .m-authorsGrid__author-tile .m-authorsGrid__author-text-container .m-authorsGrid__author-title{color:#000;font-size:16px;font-weight:400;line-height:20px;text-align:center;font-family:"Lato",sans-serif}
@media(max-width:960px){.m-authorsGrid__container .m-authorsGrid__author-tile{-ms-flex-preferred-size:calc(50% - 40px);flex-basis:calc(50% - 40px)}
}@media(max-width:752px){.m-authorsGrid__author-tile{-ms-flex-preferred-size:calc(33% - 20px);flex-basis:calc(33% - 20px);margin:10px;margin-left:0 !important;margin-right:0 !important}
.m-authorsGrid__container .m-authorsGrid__author-tile{-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px)}
}