.resource-picture{display:flex;justify-content:center;column-gap:20px}.resource-picture p{font-weight:bolder;margin-top:20px}.resource-bottom h1{color:#242f40;font-size:4rem;font-weight:500;margin-top:100px}.res-bottom-pic-wrapper{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:20px 0}.res-bottom-pic{max-width:1100px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-items:center;padding:20px 0}.res-bottom-pic>:nth-child(4),.res-bottom-pic>:nth-child(5){grid-column:span 1;justify-self:center}.res-bottom-pic img{max-width:180px;height:auto}@media(max-width:768px){.res-bottom-pic{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.res-bottom-pic{grid-template-columns:repeat(1,1fr)}}.centered-text{text-align:center;font-size:24px;font-weight:700;color:#333;margin-top:20px}.training-color{color:#b4ff00}