.od-thanx-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2em 0;

    text-align: center;
}

.thanx-img {
    width: 40px;
    height: 40px;
    margin: 1em;
}

.thanx-mb-2 {
    margin-bottom: 2em;
}

.thanx-text-1 {
    display: flex;
    flex: 1;
    color: #235A25;
    font-weight: 600;
    font-size: 10px;
    font-family: Montserrat;
    line-height: 1.5;
}

.thanx-text-2 {
    display: flex;
    flex: 1;
    color: #235A25;
    font-weight: 800;
    font-size: 24px;
    font-family: Montserrat;
    line-height: 1.5;
}