.float__img {
    float: right;
    width: 22%;
    margin-left: 10px;
	margin-bottom: 10px;
	min-width: 110px;

}

.float__text {
    font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
    line-height: 1.7;
    font-weight: 400;
	font-style: normal;
	color: #003249;
}

.sign {
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
    line-height: 1.7;
    font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
}