.stm32-education{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;background-color:#f7f8fa;margin-top:33px;margin-bottom:60px}
.stm32-education .stm32-title{max-width:788px;width:95%}
.stm32-education .stm32-title h2{font-size:1.14rem;font-weight:500;padding-bottom:10px;color:#03234b}
.stm32-education .stm32-title p{font-size:.9rem;padding-bottom:30px;color:#525a63;font-weight:normal}
.stm32-education .stm32-tab{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;max-width:788px;background:white}
.stm32-education .stm32-education-tab{padding:0}
.stm32-education .stm32-tab-content{display:flex;justify-content:flex-start;flex-direction:row;align-items:center;border-bottom:1px solid #dbdee2;padding:15px;background-color:white}
.stm32-education .stm32-tab-content:hover{background:#eee}
.stm32-education .stm32-link{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between}
.stm32-education .stm32-content{flex-basis:75%}
.stm32-education .image-button{width:24px;height:24px}
.stm32-education .stm32-button{flex-basis:20%;justify-content:flex-end;display:flex;flex-direction:row;padding:24px 15px}
.stm32-education .stm32-content h3{font-size:.71rem;font-weight:bold;padding-bottom:10px;font-family:Arial}
.stm32-education .stm32-content h3 span{font-weight:normal}
.stm32-education .stm32-content p{font-size:.71rem;font-weight:normal;padding-bottom:0}
.stm32-education .stm32-button button{background:transparent;border:0;color:#767c84;font-weight:bold;font-size:.71rem}
.stm32-education .stm32-button button:hover{background:transparent;border:0;color:#767c84;font-weight:bold;font-size:.71rem;border:0}
.stm32-education .stm32-button button:focus{background:transparent;color:#767c84}
.stm32-education .stm32-button button img{margin-left:10px}
.stm32-education .stm32-education-cta-text{color:#6a7077;font-size:.71rem;font-weight:normal}
.stm32-education .space-button{padding-right:5px}
@media(max-width:1199px){.stm32-education .stm32-tab,.stm32-title{width:95%}
}
@media(max-width:1024px){.stm32-education{padding-left:20px;padding-right:12px}
.stm32-education .stm32-content{flex-basis:70%}
.stm32-education .stm32-button{flex-basis:30%}
}
@media(max-width:640px){.stm32-education .stm32-title h2{font-size:1rem}
.stm32-education .stm32-content{flex-basis:65%}
.stm32-education .stm32-button{flex-basis:35%}
.stm32-education .stm32-button button{padding:unset}
}
.stm32-education .stm32-button button:not([disabled]):hover span{color:#767c84}