.offers {
    margin-top: 120px;
}

.offers-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}

.offer-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 640px;
    height: auto;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 35px 0px #829DBC26;
}

.offer-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 30px;
}

.offer-info {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 30px;
    gap: 30px;
}

.offer-img img {
    width: 100%;
    height: 237px;
    object-fit: cover;
    border-radius: 10px;
}

.offer-heading sub {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #13307E;
}

.offer-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    opacity: 0.5;
    color: #13307E;
}

.offer-button {
    display: flex;
    justify-content: flex-end;
}

.offer-button button {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: Hug (90px);
    height: Hug (24px);
    gap: 20px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #056DFA;

}



.offer-tab-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-offers-nav {
    display: none;
}

.offers-heading {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    color: #056DFA;
    margin-bottom: 60px;
}