.footer-bottom {
background: #fff;
        padding: 24px 0;
}

.bottom-grid {
display: grid;
        grid-template-columns: 1.6fr 1fr 0.8fr;
        align-items: center;
        gap: 45px;
}

.international h3,
      .follow h3 {
margin-bottom: 12px;
}

.international div {
display: flex;
        gap: 14px;
        flex-wrap: wrap;
        color: #85868e;
}

.international span {
font-size: 14px;
}

.follow div {
display: flex;
        gap: 13px;
}

.follow a {
width: 28px;
        height: 28px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        color: #fff;
        background: #2d78d3;
        font-size: 15px;
        font-weight: bold;
}

.follow a:nth-child(2) {
background: #e1281f;
}

.follow a:nth-child(3) {
background: #2d91df;
}

.follow a:nth-child(4) {
background: linear-gradient(135deg, #6532ff, #ff3c87, #ffab2f);
}

.copyright {
text-align: right;
        color: #555;
        margin: 0;
}

.follow a i {
font-size: 15px;
}
