				body.widget-snippet .phone-number {
            margin: 50px;
        }
        .widget-snippet .phone-number a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            color:#187DC1;
            background: url(/template/2200c200/images/headphone-icon.png) no-repeat;
            width: 20px;
            height: 21px;
        }
		.widget-snippet .phone-number{
			background: rgba(0, 0, 0, 0.03);
			height: 100%;
			display: flex;
			flex-direction: column;
			padding: 25px 0 0 40px;
		}
        .widget-snippet .phone-number a {
            position: relative;
            font-family: Sora;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 37px;
            letter-spacing: 0.01em;
            color: #E4552F;
            text-decoration: none;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            font-family: 'Sora';
            padding-left: 28px;
        }

        .widget-snippet .phone-number a:hover {
    		color: #187DC1;
            text-decoration: none;
        }
		
		.widget-snippet .phone-number p {
            position: relative;
            font-style: normal;
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            color: #626569;
            margin:0;
            padding: 0;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            font-family: 'Sora';
        }
		@media screen and (max-width: 1200px) {
			 

		}
		
		@media screen and (max-width: 767px) {		
			 
	
		}
