html {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

/*global class start*/
.ti4 {
    text-indent: 4rem;
}
.text-center {
    text-align: center;
}
/*global class end*/

.header {
    text-align: center;
    font-size: 48px;
    padding: 30px 0;
}

.blue {
    color: #3E45E8;
}

.yellow {
    color: #E8C23E;
}

.banner {
    min-height: 766px;
    background-image: url("/image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 240px 80px;
}

.banner__content {
    background-image: url("/image/flag.png");
    background-repeat: no-repeat;
    white-space: pre-line;
    font-size: 48px;
    line-height: 157.3%;
    padding-left: 61px;
    color: white;
}

.title {
    font-size: 2rem;
}

.cards {
    display: flex;
    justify-content: space-between;
    padding: 0 4rem;
}

.card {
    width: 30%;
    min-height: 381px;
    border: 5px solid #0D095F;
    border-radius: 40px;
    cursor: pointer;
    padding-bottom: 75px;
}

.card>img {
    width: 100%;
}

.card__title,
.card__subtitle {
    margin-left: 13px;
}

.card__title {
    color: #0072DB;
}

.card__subtitle {
    color: #FF9900;
}

.title-map-uk {
    width: 600px;
    margin: 2rem auto;
    border-bottom: 7px solid #1400FF;
    padding-bottom: 19px;
}

.btn > a {
    display: inline-block;
    width: 499px;
    background-color: #2A61F0;
    font-size: 64px;
    color: white;
    text-decoration: none;
    padding: 1rem;
    border-radius: 50px;
}

.footer {
    margin-top: 1rem;
    background: linear-gradient(180deg, #013235 0%, #0D0661 100%);
    padding: 1rem;
}

.footer__title {
    font-size: 48px;
}

.contact {
    font-size: 36px;
    margin-bottom: 1rem;
}

.contact>a {
    color: #A89D9D;
    text-decoration: none;
}

.padding-l-r {
    display: inline-block;
    padding: 0 28px;
}