.full-width-description{
    padding: 81px 0 54px;
    text-align: center;
}
.full-width-description h2 {
    margin-bottom: 30px;
}
.full-width-description .col-md-12>div p:first-child {
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 35px;
}

.full-width-description .contact {
    border-bottom: 0.25px solid #000000;
    padding-bottom: 22px;
    max-width: 642px;
    margin: 0 auto 34px;
}
.full-width-description .contact:nth-child(3) {
    padding-bottom: 32px;
    margin-bottom: 24px;
}
.full-width-description .contact:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 1098px;
}
.full-width-description .contact h3 {
    font-weight: 400;
    font-size: 31px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.full-width-description .contact p{
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}
.full-width-description .contact p a[href^="tel:"]{
    color: inherit;
    background: url('../../../library/images/call.svg') no-repeat left center / 16px;
    padding-left: 22px;
}
.full-width-description .contact p a:hover,.full-width-description .contact ul.locations-list li a:hover{
    color: var(--yellow);
}
.full-width-description .contact ul.locations-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    gap: 15px;
    flex-wrap: wrap;
}
.full-width-description .contact ul.locations-list li {
    list-style: none;
}
.full-width-description .contact ul.locations-list li a img {
    display: inline-block;
    object-fit: contain;
    margin-right: 15px;
}
.full-width-description .contact ul.locations-list li a {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--blue);
    display: flex;
    align-items: center;
}


@media(max-width: 1199px){
    .full-width-description {
        padding: 71px 0 54px;
    }
    .full-width-description .contact ul.locations-list {
        justify-content: center;
    }
}

@media(max-width: 991px){
    .full-width-description {
        padding: 60px 0;
    }
    .full-width-description .contact h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .full-width-description .contact {
        margin: 0 auto 30px;
    }
    .full-width-description .contact p {
        font-size: 20px;
        line-height: 26px;
    }
    .full-width-description .contact:nth-child(3) {
        padding-bottom: 22px;
    }
    .full-width-description .contact ul.locations-list li a {
        font-size: 18px;
        line-height: 36px;
    }
}

@media(max-width: 767px){
    .full-width-description {
        padding: 50px 0;
    }
    .full-width-description h2 {
        margin-bottom: 20px;
    }
    .full-width-description .contact ul.locations-list li {
        width: calc((100% - 15px)/2);
    }
    .full-width-description .contact ul.locations-list li a img {
        margin-right: 10px;
    }
}