.image-text-listings__headlines {
    padding-bottom: 20px;
}

.icons-list {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 10px 60px 10px 20px;
    color: #090809;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.235em;
    border: none;
    font-weight: 400;
    position: relative;
}

.icons-list i {
    font-size: 30px;
    line-height: 1em;
    color: #D22121;
}

.icons-list::after {
    content: '\e923';
    font-family: 'marvins-garage-door';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #003499;
    color: #F5F5F5;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-text-listings__bottom {
    text-align: center;
    padding-top: 20px;
}

.btn-contact {
    background: #f5f5f5;
    color: #001A4D;
}

.btn-contact::after {
    content: '\e91c';
    background: #003499;
    color: #fff;
}

.image-text-listings__list {
    padding-bottom: 20px;
}

.image-text-listings__image {
    position: relative;
    padding-right: 32px;
    padding-bottom: 9px;
}

.image-text-listings__image__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.listing-image {
    width: calc(50% - 3px);
}

.listing-image img {
    box-shadow: 0 3px 20px rgba(0,0,0,0.15);
}

.listing-image--left,
.listing-image--right,
.listing-image--down-left,
.listing-image--down-right {
    height: 94px;
}

.listing-image--left img,
.listing-image--down-left img  {
    border-radius: 12px 0 0 12px;
}

.listing-image--right img,
.listing-image--down-right img {
    border-radius: 0 12px 12px 0;
}

.man {
    width: 85px;
    position: absolute;
    bottom: -25px;
    right: -10px;
    object-fit: contain;
    height: auto;
}

.image-single-list {
    width: 100%;
}

.image-single-list img {
    border-radius: 12px;
}

.image-text-listings__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .image-text-listings__bottom {
        display: block;
        margin-bottom: 0;
    }

    .image-text-listings__headlines {
        padding-bottom: 40px;
    }

    .list-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
    }
    
    .icons-list {
        margin-top: 0;
        width: calc(50% - 16px);

    }
    
    
    .image-text-listings__bottom {
        padding-top: 50px;
    }
    
    .image-text-listings__list {
        padding-bottom: 50px;
    }
    
    .image-text-listings__image {
        padding-right: 64px;
        padding-bottom: 19px;
    }
    
    .image-text-listings__image__wrap {
        gap: 10px;
    }
    
    .listing-image {
        width: calc(50% - 5px);
    }
    
    .listing-image--left,
    .listing-image--right,
    .listing-image--down-left,
    .listing-image--down-right {
        height: 190px;
    }

    .man {
        width: 172px;
        position: absolute;
        bottom: -40px;
        right: -25px;
    }
}

@media (min-width: 1200px) {
    .btn-contact:hover {
        background: #001A4D;
        color: #f5f5f5;
    }
    
    .btn-contact::after {
        background: #fff;
        color: #003499;
    }

    .image-text-listings__flex {
        flex-direction: row-reverse;
    }

    .image-text-listings__bottom {
        text-align: left;
    }

    .image-text-listings__image {
        padding-right: 82px;
        padding-bottom: 60px;
    }

    .listing-image--left,
    .listing-image--right {
        height: 285px;
    }

    .listing-image--down-left,
    .listing-image--down-right {
        height: 280px;
    }

    .man {
        width: 216px;
        bottom: -30px;
        right: -2px;
    }

    .icons-list:hover {
        background: #f5f5f5;
        box-shadow: 0 3px 20px rgba(0,0,0,0.16);
    }
}
