.contact-block{
    border-top: 1px solid #D9D9D9;
    padding: 4.7rem 0 6.3rem;
}
.contact-block .title-block{
    margin-bottom: 2.42rem;
}
.contact-list .col-lg-3:nth-child(n + 5){
    margin-top: 3.2rem;
}
.contact-icon{
    height: 4.8rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.4rem;
}
.contact-info *{
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.032rem;
}
.contact-info a,
.person-block .title-block p a{
    text-decoration: underline !important;
}
.contact-info a:hover,
.person-block .title-block p a:hover{
    color: #DD2B1C !important;
}
.person-block{
    border-top: 1px solid #D9D9D9;
    padding: 5.7rem 0 6.8rem;
}
.person-block .title-block{
    margin-bottom: 5.8rem;
}
.person-block .title-block .fw-22{
    margin-bottom: 1.4rem;
}
.person-block .title-block p{
    font-size: 1.6rem;
    line-height: 1.5;
}
.person-list .col-lg-3:nth-child(n + 5){
    margin-top: 4.8rem;
}
.person-img{
    margin-bottom: 1.5rem;
}
.person-img img{
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    object-fit: cover;
}
.person-head{
    margin-bottom: 1.5rem;
}
.person-head:last-child{
    margin-bottom: 0;
}
.person-title{
    margin-bottom: 0.6rem;
}
.person-title:last-child{
    margin-bottom: 0;
}
.person-title *{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.036rem;
}
.person-head h6{
    color: #878787;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
}
.person-info li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.person-info li:last-child{
    margin-bottom: 0;
}
.person-info li a {
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: 0.032rem;
}
.person-info li a:hover {
    color: #DD2B1C !important;
}
.person-icon {
    width: 2.1rem;
}
.person-icon img {
    max-width: 100%;
}
.person-info ul span {
    width: calc(100% - 2.1rem);
    padding-left: 1.5rem;
}
.person-info ul li:first-child span {
    text-decoration: underline;
}
.person-info ul strong,
.person-info ul b{
    font-weight: 500;
}
@media(min-width:1200px) and (max-width:1307.98px){
	.contact-info * {
        font-size: 1.5rem;
    }
    .person-img img {
        width: 13rem;
        height: 13rem;
    }
    .person-title * {
        font-size: 1.7rem;
    }
    .person-head h6 {
        font-size: 1.1rem;
    }
    .person-info li a {
        font-size: 1.5rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.contact-info * {
        font-size: 1.5rem;
    }
    .person-block {
        padding: 5rem 0 6.4rem;
    }
    .person-block .title-block {
        margin-bottom: 4.8rem;
    }
    .person-img img {
        width: 13rem;
        height: 13rem;
    }
    .person-title * {
        font-size: 1.6rem;
    }
    .person-head h6 {
        font-size: 1rem;
    }
    .person-info li a {
        font-size: 1.3rem;
    }
    .person-info ul span {
        padding-left: 1rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.contact-block {
        padding: 4rem 0 6.4rem;
    }
    .contact-list .col-lg-3:nth-child(n + 3){
        margin-top: 3.2rem !important;
    }
    .person-block {
        padding: 4rem 0 6.4rem;
    }
    .person-list .col-lg-3:nth-child(n + 3){
        margin-top: 4.6rem !important;
    }
}
@media(max-width:767.98px){
	.contact-block {
        padding: 4rem 0 6.4rem;
    }
    .contact-block .title-block {
        margin-bottom: 3.2rem;
    }
    .contact-list .col-lg-3:nth-child(n + 2){
        margin-top: 3.2rem !important;
    }
    .contact-icon {
        height: initial;
        margin-bottom: 1.6rem;
    }
    .person-block {
        padding: 4rem 0 6.4rem;
    }
    .person-block .title-block .fw-22 {
        margin-bottom: 1.2rem;
        padding-right: 0.7rem;
    }
    .person-block .title-block {
        margin-bottom: 4rem;
    }
    .person-list .col-lg-3:nth-child(n + 2){
        margin-top: 4.6rem !important;
    }
}