.threeColumn {
    padding: 50px 0;
}
.threeColumn .header {
    margin-bottom: 50px;
}
.threeColumn .header h2 {
    color: #001F7E;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
}
.threeColumn .header h2 strong {
    color: #D00C27;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.threeColumn .wrap img {
    margin: 0 auto;
    display: block;
}
.threeColumn .wrap .content h3 {
    color: #001F7E;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
}
.threeColumn .wrap .content p {
    color: #1C2A45;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 150px;
}
@media (max-width: 1200px) {
    .threeColumn .wrap .content p {
        min-height: 0;
    }
}
.threeColumn .wrap .click {
    margin-top: 40px;
}
.threeColumn .wrap .click .btn {
    margin: 0 auto;
    display: block;
}
