.layout-inner-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.layout-inner-container:not(:first-of-type){margin-top:50px}.layout-item-body{text-align:center}.layout-item-body h3{font-weight:700}.layout-item-body p{font-weight:300}.layout-item-body a{background-color:#f5f5f5;border:none;border-radius:8px;display:inline-block;font-weight:700;margin-top:1rem;padding:5px 20px;text-decoration:none;-webkit-transition:color .3s ease,background-color .3s ease;-o-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease}.layout-item-body a:hover{background:#931d4d;color:#fff}.layout-item-img img{border-radius:25px}@media (min-width:768px){.layout-inner-container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:0;justify-content:center}.layout-inner-container:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.layout-inner-container>*{flex:1}.layout-item-body{text-align:start}.layout-inner-container .layout-item-img{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-inner-container:nth-child(2n) .layout-item-body{padding-left:3rem}.layout-inner-container:nth-child(odd) .layout-item-body{padding-right:3rem}}