.bath{background-color: #EFF2F8}
.bath__title{margin-bottom: 36px}
.bath__list{display: flex; justify-content: space-between; max-width: 930px; margin: 0 auto}
.bath__item{display: block; width: 17%; text-align: center}
.bath__item:hover{color:#111; text-decoration:none}
.bath__ico{display: flex; justify-content: center; align-items: center; width: 100px; height: 100px; margin: 0 auto 20px; border-radius: 50%; border: 3px solid #FFD200; padding: 5px}
.bath__ico img{width: auto; max-width: 100%; max-height: 100%}
.bath__size{font-size: 18px; font-weight: 700; line-height: 1; text-transform: uppercase}
@media screen and (max-width: 767px){
	.bath__size{font-size: 16px}
}
@media screen and (max-width: 575px){
	.bath__list{flex-wrap: wrap; justify-content: space-evenly}
	.bath__item{width: 32%; margin-bottom: 25px}
	.bath{padding-bottom: 15px}
}
@media screen and (max-width: 419px){
	.bath__list{flex-wrap: wrap; justify-content: space-evenly}
	.bath__item{width: 47%}
}