.standard_container {
    width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.services-cards a {
    text-decoration: none;
    color: black;
}

.google-logo {
    position: absolute;
    top: 6px;
    left: 8px;
}

.google-logo img {
    width: 60px;
}

iframe {
    border-radius: 8px !important;
}

.footer-GBP {
    display: flex;
    gap: 15px;
}

@media only screen and (max-width: 768px) {
    .footer-GBP{
        flex-direction: column;
    }
}