.info__inner.custom_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.275rem;
}
.info__inner.custom_flex a {
    display: block;
    width: 180px;
}
@media only screen and (max-width : 768px) {
    .info__inner.custom_flex a {
        display: flex;
        width: 40%;
        padding: 10px;
    }
    .info__inner.custom_flex .info__img {
        max-width: 178px;
        margin-bottom: 40px;
    }
    .page_content_country .info .info__inner.custom_flex .info__text {
        font-size: 20px;
    }
    .info__inner.custom_flex {
        gap: 0.1rem;
        justify-content: space-around;
    }
}