<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1200px){
.iti__country-list {
    white-space: unset!important;
    width: max-content !important;
    max-width: 360px !important;
}
}

@media (max-width: 1200px){
    .iti__country-list {
        white-space: unset!important;
        width: max-content !important;
        max-width: 280px !important;
    }

    #blog-posts{
		margin-bottom: 40px;
	}
    }</pre></body></html>