File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/shortcodes/_counter-box.scss
.thim-sc-counter-box {
text-align: center;
.wrapper-counter-box {
display: inline-block;
.counter-box-item {
width: 283px;
height: 283px;
background: transparent;
float: left;
margin: 0px 57px;
text-align: center;
position: relative;
border: 0;
padding: 80px 0px;
@media(max-width:1199px){
padding: 40px 0;
height: 243px;
width: 220px;
}
&:before {
content: '';
position: absolute;
width: 200px;
height: 200px;
@include rotate(-315deg);
left: 41px;
top: 41px;
}
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
}
.number {
font-weight: bold;
font-size: 72px;
line-height: 80px;
margin-bottom: 4px;
}
.text {
font-weight: 500;
font-size: 36px;
line-height: 38px;
}
}
}
}