.title {
    margin-top: 25px;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    padding-right: 10px;
}
.title img {
    width: 40px;
    height: 36px;
    border-radius: 10px;
}
.title span {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: right;
    color: #2c7be5;
    margin-right: 4px;
}

.offers {
    margin-top: 25px;
    padding-bottom: 125px;
}
.offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 120px;
}
.offer img {
    width: 336px;
    height: 200px;
    border-radius: 25px;
    z-index: 9;
}
.offer .title-offer {
    width: 336px;
    height: 52px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #0e4692;
    color: white;
    display: flex;
    position: absolute;
    padding-top: 22px;
    justify-content: center;
    bottom: -30px;
    z-index: 8;
}
.offer .details-offer {
    width: 336px;
    height: 62px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #2c7be5;
    color: white;
    display: flex;
    position: absolute;
    padding-top: 27px;
    justify-content: space-around;
    bottom: -70px;
    z-index: 7;
}
.offer .contact-offer {
    width: 336px;
    height: 62px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #2c7be5;
    color: white;
    display: flex;
    position: absolute;
    padding-top: 20px;
    justify-content: center;
    bottom: -110px;
}
