.thumb-full-size {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}


.offer-rectangle {
    width: 100%;
    border-radius: 5px;
    box-shadow:rgba(50, 50, 50, 0.1) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 6px 16px;
    display: inline-block;
}

.offer-rectangle .frame-top {
    width: 100%;
    height: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.offer-rectangle .frame-top-bigger {
    width: 100%;
    height: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.offer-rectangle .frame-top-yellow {
    background-color: #dfcea1;
}

.offer-rectangle-head {
    width: 100%;
    text-align: center;
    padding: 40px;
    border-bottom: 1px solid #e5ebef;
}

.offer-rectangle-description {
    color: #404040;
}

.offer-rectangle-icon  {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
 
/* .offer-rectangle-icon-1 {
    
}

.offer-rectangle-icon-2 {
    
} */

.offer-rectangle-heading h4 {
    margin-top: 20px;
    margin-bottom: 10px!important;
    font-weight: 400!important;
    color: #404040;
    text-transform: uppercase;
}

.offer-rectangle-body {
    width: 100%;
}

.offer-rectangle-row {
    width: 100%;
    overflow:auto; 
}


.offer-rectangle-half-of-row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e5ebef;
    height: 100%;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e5ebef;
}

.offer-rectangle-half-of-row p {
    margin: 0;
    width: 80%;
    text-align: center;
    
}

.premium-offer {
    background-color: #dfcea1;
    color: #fff;
}

.premium-offer-left {
    border-bottom-left-radius: 5px;
}

.premium-offer-right {
    border-bottom-right-radius: 5px;
}

.offer-rectangle-text {
    display: block;
} 


.premium-offer-heading {
    font-weight: bold;
}

.offer-rectangle-heading {
    font-weight: bold;
}

.offer-rectangle-header {
    background-color: #f5f5f5;
    color: #dfcea1;
}