* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: #2B283A;
}

nav {
    height: 55px;
    background-color: #F55A5A;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 500;
}

.nav--icon {
    height: 24px;
    margin-right: 5px;
}

.nav--title {
    color: #fff
}

/**cards**/
.card--container {
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 500px;
    border-bottom: 1px solid #F5F5F5
}

.card--description {
    display: flex;
    flex-direction: column
}
.card--location {
    display: flex;
    align-items: center;
}

.card--img {
    margin-right: 20px;
    width: 125px;
    border-radius: 7px;
}
.card--icon {
    height: 15px;
    margin-right: 5px;
}
.card--country {
    letter-spacing: .25rem;
    text-transform: uppercase;
    margin-right: 15px;    
}

.card--map {
    color: #918E9B;
}

.card--title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 17px;
}

.card--dates {
    font-weight: 500;
    margin: 0;
}
