.ff-packages .item-package{
    display: flex;
    border: 2px solid #000;
    background: transparent;
    padding: 55px 60px;
    margin-bottom: 50px;
    position: relative;
    column-gap: 68px;
}
.ff-packages .item-package .info{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.ff-packages .item-package .info .ctr{
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 13px;
    min-width: 166px;
    text-align: center;
}
.ff-packages .item-package .info .popular{
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #F9F0ED;
    color: #000;
    padding: 5px 10px;
    min-width: 111px;
    text-align: center;
}
.ff-packages .item-package .s1{
    display: flex;
    align-items: center;
}
.ff-packages .item-package .s1 .img-container {
    display: flex;
}
.ff-packages .item-package .img-wrap{
    flex-shrink: 0;
    width: 226px;
    line-height: 0;
    margin-right: 15px;
}
.ff-packages .item-package .img-wrap:last-child {
    margin-right: 0;
}
.ff-packages .item-package .s1 img{
    width: 100%;
    object-fit: cover; 
    aspect-ratio: 226/226;
    object-position: center;
}
.ff-packages .item-package .s2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ff-packages .item-package .s2 .title{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41; /* 141.667% */
    margin: -8px 0 8px;
}
.ff-packages .item-package .s2 .total{
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.53; /* 153.846% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ff-packages .item-package .s2 .desc{
    /*height: 86px;*/
    margin-bottom: 25px;
} 
.ff-packages .item-package .s2 .link a{
    min-height: 40px;
    padding: 8px 18px;
}
@media(max-width:1300px){
    .ff-packages .item-package {
        display: block;
    }
    .ff-packages .item-package .s1 {
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    .ff-packages .item-package{
        flex-direction: column;
        row-gap: 20px;
        padding: 55px 20px 30px;
    }
    .ff-packages .item-package .s1{
        width: 100%;
    }
}