main ul, main ol {
    padding-left: 0 !important;
}

ul {
    list-style: none;
}

p {
    margin: 0 !important;
}

.partner {
    text-align: center;
}

.partner ul {
    text-align: left;
}

.country {
    display: grid;
    align-items: center;
    height: 50px;
    font-size: 24.33px;
    font-weight: bold;
    color: white;
    background-color: #909090;
}

.info {
    display: inline-flex;
    padding: 20px 0;
}

.logo-area {
    height: 260px;
    width: 354px;
}

.logo {
    height: auto;
    width: 100%;
    padding-right: 20px;
}

.detail {
    text-align: left;
    height: auto;
    width: 732px;
    font-size: 16px;
}

.detail .name {
    font-size: 21.16px;
    font-weight: bold;
}

.detail .address {
    padding-top: 10px;
}

.detail .email, .detail .url {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .logo-area {
        width: 210px;
        height: auto;
    }
    .logo {
        padding-right: 30px;
    }
    .detail {
        width: 444px;
    }
}

@media screen and (max-width: 431px) {
    .country {
        font-size: 21.75px;
    }
    .info {
        display: block !important;
        padding: 20px 0 30px;
    }
    .logo-area {
        width: 100%;
    }
    .logo {
        padding-right: 0;
    }

    .detail {
        width: 100%;
        font-size: 15.66px;
        font-weight: lighter;
    }
    .detail .name {
        font-size: 17.47px;
    }
    
}