.col-md-6:has(.contact-item):nth-child(n + 3){
margin-top: 5.6rem;
}
.contact-item-title .h5 *{
line-height: 2.7rem !important;
}
.contact-item-text{
margin-top: 32px;
}
.contact-item-text p:first-child{
margin-top: 0;
}
.contact-item-text a{
color: var(--primary-color) !important;
text-decoration: none;
}
.contact-item-text a:hover{
opacity: 0.8;
}
.contact-v2-title{
height: 23px;
}
.special-box{
background-color: #fff2d8;
padding: 10px 20px;
margin-top: 32px;
text-align: center;
}
.special-box .phone_show_button .phone_show a {
color: var(--primary-color);
}
.special-box .phone_show_button .phone_show a::after {
background: url(//laboratoria.invicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
}
.special-title {
font-weight: 600;
}
.special-box p{
margin-top: 10px;
}
.optional-title p{
margin-top: 16px;
}
.contact-item-text p .phone_show_button .phone_show a {
text-align: center;
width: 120%;
padding-left: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.contact-v2-title{
height: 21px;
}
}
@media(max-width:767.98px){
.col-md-6:has(.contact-item):nth-child(n + 2){
margin-top: 5.6rem;
}
.contact-item-text p{
font-size: 1.6rem;
line-height: 2.4rem;
}
.optional-title p{
font-size: 1.6rem;
line-height: 2.4rem;
} }