.offers .colInner h3, .bodyT2 .offers .colInner h3 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    background-color: #207092;
    color: white;
    padding: 7px 2px;
    margin-bottom: 0;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

.offers .colInner h4 {
    font-family: 'Poppins';
    font-size: 20px;
    color: #2b2b3b;
    padding: 3px 2px;
    margin-bottom: 10px;
    text-align: center;
}

.offers .colInner p {
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 22px;
    color: #2b2b3b;
}

.offers .colInner {
    background-color: white;
    position: relative;
    height: 100%;
    padding-bottom: 20px;
    border-radius: 12px;
}