.segments-header{
	background-color: #FCF9F7;
	border-radius: 20px;
padding: 40px 25px 20px 25px;
	position: absolute;
	z-index: 1;
    top: 45px;
    left: 30px;
    width: 700px;
    display: none;
}
.segmentsh-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.segmenth-column{
background-color: #EEE2D6;
    border-radius: 10px;
    padding: 20px 15px;
}
.segh-name{
	display: inline-flex;
    color: #ED5338;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    width: calc(100% - 100px);
    font-weight: 700;
    height: 70px;
    align-items: center;
}
.segh-img{
	display: inline-block;
    float: right;
}
.segh-img img{
	width: 76px;
}
