@import url('//fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i');
@import url('//fonts.googleapis.com/css?family=Dosis:400,500,600,700,800');

body.widget-snippet {
    padding:40px;
    max-width: initial;
}
body.widget-snippet .wc-snippet-service .readmore > a:hover {
    color: #000;
    text-decoration: none;
}
.wc-snippet-contract-address {
  margin-right: 20px;
  max-width: 450px;
}
.wc-snippet-contract-address h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    line-height: 1.4;
}
.wc-snippet-contract-address .contact {
    margin: 25px 0 35px;
}
.wc-snippet-contract-address .phone-wrapper {
    margin: 14px 0;
}
.wc-snippet-contract-address .contact p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}
.wc-snippet-contract-address .phone-wrapper .label{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
}
.wc-snippet-contract-address .phone-wrapper span{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
}
.wc-snippet-contract-address .phone-wrapper a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
}
.wc-snippet-contract-address .phone-wrapper a:hover{
    text-decoration: none;
    outline: none;
    color: #228BE6;
}

@media (max-width: 1199px) {
    .wc-snippet-contract-address {
        margin-right: 0;
    }
}

@media (max-width: 767px) {

.wc-snippet-contract-address h4 {
  font-size: 20px;
  }
  .wc-snippet-contract-address .contact {
    margin: 20px 0 25px;
}
}
