.fs-16 {
	font-size: 16px;
}
.bb {
    border-bottom: 1px solid #ccc;
}
.bt {
    border-top: 1px solid #ccc;
}
.bg-grey {
    background: #F4F1EC;
}
.section-name h4, .section-name p {
	color: #333333;
	text-transform: uppercase;
	margin-bottom:0;
}
.section-name h4 {
	font-size: 22px;
}
.section-name p {
	font-size: 18px;
}
.yes_ico {
    background: url('/wp-content/uploads/2026/04/yes_ico.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
}

.no_ico {
    background: url(/wp-content/uploads/2026/04/no_ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
}

.gv-right-text {
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .gv-widget .yes_ico,
    .gv-widget .no_ico {
        width: 30px;
        height: 30px;
    }
    .gv-widget .section-name h4 {
        font-size: 16px!Important;
    }
    .gv-widget .section-name p {
        font-size: 12px;
    }
    .gv-widget .fs-16 {
        font-size: 15px;
    }
    .gv-right-text {
        font-size: 14px;
    }
}