body {
    min-height: 100%;
    margin: 0
}

body {
    color: #282A2F;
    font: 16px/32px "PT Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    margin: 0
}

h1 {
    color: #061a52;
    font-size: 37px;
    line-height: 64px;
    margin: 0 0 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.wrapper {
    width: 100%;
}
.container {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    justify-content: space-between;

}
main .container{
    margin-bottom: 50px;
}

.language__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
}

.site-header a {
    color: #282A2F;
    padding: 4px 8px;
}

a {
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
}
.site-header a:hover {
    text-decoration: underline;
    color: unset;
}
ul {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    font: inherit;
    outline: none;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
ul b {
    font-weight: normal;
}
.media .media__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;


    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 85%;


}

.media__banner_4 {
    background-image: url("../img/LIZ-BOOKER-SOFt.webp")
}

.media__banner_2 {
    background-image: url("../img/home_4.webp")
}
.media__banner_3 {
    background-image: url("../img/home_3.webp");
    -webkit-transform: scale(-0.8,0.8); transform: scale(-0.8, 0.8);
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px; }

.col.col_1 {
    width: 8.3333%; }
.col.col_2 {
    width: 16.666%; }
.col.col_3 {
    width: 25%; }
.col.col_4 {
    width: 33.3%; }
.col.col_5 {
    width: 41.666667%; }
.col.col_6 {
    width: 50%; }
.col.col_7 {
    width: 58.333333%; }
.col.col_8 {
    width: 66.666667%; }
.col.col_9 {
    width: 75%; }
.col.col_10 {
    width: 83.333333%; }
.col.col_11 {
    width: 91.666667%; }
.col.col_12 {
    width: 100%; }

.wysiwyg ul.list_tertiary img{
    margin: 0 30px 0 0;
    width: 32px;
    min-width: 32px;
    height: auto;
}
.wysiwyg ul {
    list-style: none;
    margin: 0 0 24px;
}

.external-button{
    font-family: Ubuntu, Helvetica;
    padding: 5px 25px 0;
    background-color: rgb(6, 26, 82);
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px;
    height: 36px;
}

.external-button a{
    color: white;
    font-weight: 700;
    font-size: 14px;
}
.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.playStore img{
    object-position: 6% 46%;
    object-fit: none;
    width: min-content;
    width: 122px;
    height: 41px;
}
.appStore img{
    object-position: 93% 46%;
    object-fit: none;
    width: min-content;
    width: 133px;
    height: 41px;
}