.social {
    padding: 3rem 0px;
    display: flex;
    justify-content: start;
    gap: 30px;
}

.social-row {
    border-bottom: 1px solid #fff;
}

footer img {
    width: 50%;
    height:auto;
}

footer p {
    color: #000 !important;
}

footer a {
    color: #000 !important;
    display: block;
}

footer {
    padding: 1rem 0px 1rem;
    background-color: #f3f3f3;
}

.locations {
    padding: 4rem 0px;
    border-bottom: 1px solid #0000001a;
}

.copy {
    padding: 2rem 0px;
    display: flex;
    justify-content: space-between;
}

.grey {
    color: #666 !important;
}

.see-maps {
    padding-top: 3rem;
}

.country-footer {
    padding-bottom: 1rem;
}

.cta .cta-image {
    border-radius: 20px;
}


.next {
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #111;
    border-radius: 100%;
    transition: background-color 0.3s ease;
}

.cta-footer-column {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 2rem;
}

.cta-footer-column p {
    width: 70%;
    text-decoration: none !important;
}

.container.cta .cta-image:hover .next{
    transform: scale(1.1);
}

.container.cta .cta-image .next{
transition: transform 0.3s ease-in-out;
}

.cta .cta-image {
    padding: 2rem !important;
}

.cta .red-p {
    font-size: 32px;
    line-height: 40px;
    color: #111;
}

.rdece-povp {
	color: #EE3524 !important;
}

/* underline the box’s title (and even the sub-text if you like) on hover */
.container.cta .cta-image {
  cursor: pointer; /* so it feels clickable */
}

.container.cta .cta-image:hover .red-p {
  text-decoration: underline;
}

.container.cta .cta-image:hover .cta-footer-column p {
  text-decoration: underline;
}