.countries-choice{width:50%;padding:2rem 4rem 4rem;background-color:#fff;border-radius:7px;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 849px){.countries-choice{width:90%}}@media screen and (min-width: 849px) and (max-width: 1200px){.countries-choice{width:75%}}@media screen and (min-width: 1200px) and (max-width: 1596px){.countries-choice{width:60%}}.countries-choice h1{color:#173e48;font-weight:700;font-size:1.7rem;text-align:left}.countries-choice .countries{display:flex;flex-direction:column;gap:1rem}.countries-choice .countries .country-item{display:flex;align-items:center;gap:16px;width:100%;border:1px solid #e8f4f8;padding:1rem;border-radius:4px}.countries-choice .countries .country-item:hover{cursor:pointer}.countries-choice .countries .country-item span{font-weight:500;font-size:1rem}.countries-choice .countries .country-item span:nth-child(1){font-size:35px;border-radius:4px}.countries-choice .countries .country-item span:nth-child(3){color:#575757;justify-self:flex-end}@media screen and (max-width: 400px){.countries-choice h1{font-size:1.35rem}}@media screen and (max-width: 500px){.countries-choice{padding:1rem}}@media screen and (min-width: 501px) and (max-width: 600px){.countries-choice{padding:1.5rem}}
