.content p {
    font-size: 16px;
}

.content h1 {
    margin-bottom: 50px;
}

.links {
    display: grid;
    grid-template-columns: repeat(2, 386px) !important;
    gap: 20px 24px;
    margin-top: 60px;
}

.links {
    text-align: center;
}

.links > div:nth-child(1) img,
.links > div:nth-child(2) img {
    width: 45px;
}

.links > div:nth-child(3) img {
    width: 190px;
}

.links p {
    margin-top: 23px;
    font-size: 16px;
    text-align: left;
}

.links a {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .content p {
        font-size: calc(12 / 375 * 100vw);
    }

    .content h1 {
        margin-bottom: calc(50 / 375 * 100vw);
    }

    .links {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: calc(60 / 375 * 100vw);
    }

    .links > div:nth-child(1) img,
    .links > div:nth-child(2) img {
        width: calc(45 / 375 * 100vw);
    }

    .links p {
        margin-top: calc(20 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
    }

    .links a {
        margin-top: calc(40 / 375 * 100vw);
    }
}
