.threeColumn {
    padding: 50px 0;
}
.threeColumn .header {
    margin-bottom: 50px;
}
.threeColumn .header h2 {
    color: #000;
    text-align: center;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.threeColumn .header p {
    color: #DFBB36;
    text-align: center;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3.2px;
}
.threeColumn .inner {
    max-width: 290px;
    margin: 0 auto;
    display: block;
}
.threeColumn .inner .icon {
    border-radius: 10px;
    border: 4px solid #F1B500;
    background: #FFF;
    aspect-ratio: 1/1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.threeColumn .inner .content h3 {
    color: #000;
    text-align: center;
    font-family: Exo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.threeColumn .inner .content p {
    color: #4D5765;
    text-align: center;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
