
.amcn-international {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 55vh;
}

.header-amcn-international {
    margin-top: 70px;
}

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.text-amcn-international {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #032f44;
    text-align: center;
    font-family: tt-commons-pro,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}


.dropdown-amcn-international {
    position: relative;
}

#country-dropdown {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    width: 620px;
    height: 50px;
    border: 1px solid #7b8c94;
    padding: 10px 0 10px 20px;
    color: #7b8c94;
    font-size: 1rem;
    max-width: 400px;
    outline: none;
}

.arr-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #944a40;
    position: absolute;
    top: 42%;
    right: 5%;
}

.footer-amcn-international {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.footer-amcn-international-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
    padding-left: 0;
}


.footer-items {
    color: #b4c0c6;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin-left: 30px;
    font-family: tt-commons-pro,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

@media  screen and (max-width: 600px) {
    .header-amcn-international, .header-amcn-international figure {
        margin: 0;
    }
    .footer-amcn-international {
        margin: 20px 0;
        width: 100%;
    }
}

@media  screen and (max-width: 414px) {
    .header-amcn-international figure img {
        width: 200px;
    }
    .text-amcn-international {
        font-size: 1rem;
        max-width: 210px;
    }
    #country-dropdown {
        font-size: 0.9rem;
        max-width: 230px;
        padding: 10px;
    }
    .arr-down {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #944a40;
        top: 45%;
        right: 6%;
    }
    .footer-items {
        margin-left: 10px;
    }
}
