.image-text-link {
    position: relative;
    z-index: 2;
    background: #F9F9F9;
    color: #555555;
}

.image-text-link__top-content {
    margin-bottom: 10px;
}

.image-text-link__item {
    padding: 13px 0;
    border-bottom: 1px solid #222;
}

.image-text-link__item:last-child {
    border-bottom: none;
}

.image-text-link__item:nth-child(3) {
    min-height: 120px;
}

.image-text-link__item a {
    position: relative;
    display: inline-block;
    background: transparent;
    border: none;
}

.image-text-link__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #555555;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: normal;
    background: #F1F1F1;
}

.image-text-link__icon span {
    background: linear-gradient(89deg, #222222 0.25%, #222222 78.18%, #222222 99.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-text-link__name {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #222222;
    margin-top: 10px;
    background: linear-gradient(89deg, #222222 0.25%, #222222 78.18%, #222222 99.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Figtree", sans-serif;
}

.image-text-link__name span {
    position: relative;
    display: inline-block;
    padding-right: 21px;
	 background: linear-gradient(89deg, #222222 0.25%, #222222 78.18%, #222222 99.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Figtree", sans-serif;
}

.image-text-link__name span::after {
    content: '\e907';
    font-family: 'superfab';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 13px;
    font-weight: normal;
    transform: translate(0, -50%);
    background: linear-gradient(89deg, #222222 0.25%, #222222 78.18%, #222222 99.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-text-link__wrap .row {
    --bs-gutter-x: 32px;
}

.image-text-link__image {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    justify-content: center;
    text-align: center;
    flex-direction: row-reverse;
}
    
.image-text-link__image-col {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 8px;
    width: calc(50% - 16px);
    position: relative;
}

.image-text-link__image-col img {
    border-radius: 25px;
}

.image-text-link__image-col svg {
    width: 90px;
}

.image-text-link__image-col .shaped-left {
    transform: scale(-1,-1);
    top: -1px;
}

.image-text-link__image-col .shaped-right {
    bottom: 0px;
}

.image-text-link__content {
    margin-top: 25px;
}

.image-text-link__content .btn-group {
    justify-content: center;
}

.image-text-link__wrap {
    position: relative;
}

@media (min-width: 768px) {
    .image-text-link__top-content {
        max-width: 664px;
        margin: 0 auto 20px;
    }

    .image-text-link__item {
        padding: 15px 0;
    }

    .image-text-link__item:nth-child(3) {
        min-height: auto;
    }

    .image-text-link__item a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        transition: all 300ms ease-in-out;
    }

    .image-text-link__icon {
        width: 50px;
        height: 50px;
    }

    .image-text-link__name {
        font-size: 26px;
        margin-top: 0;
        padding: 0 0 0 10px;
        width: calc(100% - 50px);
    }

    .image-text-link__name span {
        padding-right: 30px;
        transition: all 300ms ease-in-out;
    }

    .image-text-link__name span::after {
        font-size: 15px;
    }

    .image-text-link__image {
        margin-right: -16px;
        margin-left: -16px;
    }
        
    .image-text-link__image-col {
        margin: 20px 16px;
        width: calc(50% - 32px);
    }

    .image-text-link__image-col svg {
        width: 190px;
    }

    .image-text-link__image-col .shaped-right {
        bottom: -1px;
    }

    .image-text-link__content {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .image-text-link__top-content {
        max-width: 895px;
        margin: 0 auto 50px;
    }

    .image-text-link__col {
        max-width: 399px;
    }

    .image-text-link__col--right {
        margin-left: auto;
    }

    .image-text-link__item {
        padding: 25px 0;
    }

    .image-text-link__icon {
        width: 50px;
        height: 50px;
    }

    .image-text-link__name {
        font-size: 32px;
        padding: 0 0 0 20px;
        width: calc(100% - 50px);
    }

    .image-text-link__name span {
        padding-right: 35px;
    }

    .image-text-link__wrap {
        padding: 130px 0;
    }

    .image-text-link__image {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        max-width: 400px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
        
    .image-text-link__image-col {
        margin: 32px 0;
        width: 100%;
        height: 292px;
    }

    .image-text-link__content {
        margin-top: 50px;
    }

    .image-text-link__item a:hover .image-text-link__icon span,
    .image-text-link__item a:hover .image-text-link__name span,
    .image-text-link__item a:hover .image-text-link__name span::after {
        background: linear-gradient(89deg, #A70E0E 0.25%, #C92A1A 78.18%, #EA4626 99.73%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }

    .image-text-link__item a:hover .image-text-link__name span::after {
        font-weight: 700;
    }

    .image-text-link__item a:hover .image-text-link__icon {
        border: 1px solid #A70E0E;
    }
}







