.custom_card2-container{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.custom_card2-image{
    width: 100%;
    height: 240px;
}

.custom_card2-image img{
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.custom_card2-content{
    padding: 32px;
}

.custom_card2-content h4{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .48px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom_card2-content h2{
    font-size: 48px;
    font-weight: 300;
    line-height: 58px;
    margin: 0px;
}

.custom_card2-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
}

.custom_card2-icons{
    display: flex;
    column-gap: 40px;
}

.custom_card2-icon{
    min-width: 32px;;
}

.custom_card2-icon img{
    width: 32px;
    height: 32px;
}

.custom_card2-icon p{
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 10px;
    white-space: nowrap;
    margin-bottom: 0px;
}