dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin-top: 0;
}
button,
hr,
input {
  overflow: visible;
}
.hero-partners,
.overview-container {
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-card,
.offerings-card {
  -webkit
  
  -box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.175) !important;
}
a,
a.btn-action:hover {
  text-decoration: none;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.bg-white {
  background-color: #fff !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.hero-container,
.partners {
  display: -webkit-box;
  display: -ms-flexbox;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.w-75 {
  width: 75% !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-center {
  text-align: center !important;
}
.text-dark {
  color: #343a40 !important;
}
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-grey {
  background-color: #e9ecef;
}
.bg-colored {
  background-color: #875a7b;
}
.bg-mauve {
  background-color: #5c5b80;
}
.bg-pink {
  background-color: #cd6f8c;
}
.bg-brown {
  background-color: #a65959;
}
p,
ul {
  font-family: "Open Sans", sans-serif;
}
.hero-partners {
  background-image: url(../images/op-banner.jpg);
  background-position-x: right;
}
.hero-container {
  height: 75vh;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.5rem;
  padding: 0 15px;
}
.hero-container .hero-container__header {
  font-family: Montserrat, sans-serif;
  font-size: 3.4rem !important;
  font-weight: 400;
  color: #fff;
}
.hero-container .hero-container__subheader {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem !important;
  font-weight: 600;
  color: #fff;
}
.hero-container .hero-container__lead {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
}
.overview-container {
  background-color: #e9ecef;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 30px;
}
.feature-card h3,
.feature-header,
.feature-header-sm,
.feature-subheader,
.subhead-level-1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.divider {
  background-color: #875a7b;
  border: 3px solid #875a7b;
  width: 30px;
}
.partners {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
.count-container,
.intgration-details {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.partners img {
  width: auto;
  margin-right: 2rem;
  height: auto !important;
}
@media (max-width: 1200px) {
  .partners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .partners img {
    width: 15%;
  }
}
@media (max-width: 400px) {
  .partners-wrap img,
  .partners.partner-width img {
    width: 8% !important;
  }
  .partners-wrap img {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
  }
}
.partner-top img:nth-child(2),
.partner-top img:nth-child(3),
.partner-top img:nth-child(4) {
  width: 100px;
}
.feature-card-container {
  padding: 0 2rem;
}
.feature-card {
  padding: 3rem 2rem;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.175) !important;
  height: 370px;
}
.feature-card h3 {
  font-size: 22px;
  line-height: 1.21;
  color: initial;
  margin-bottom: 0.5rem;
}
.feature-section {
  padding: 4rem 0;
}
.feature-section-mb-0 {
  padding: 5rem 0 0;
}
.feature-section-mt-2 {
  padding: 2rem 0 5rem;
}
.feature-header {
  font-size: 2.2rem;
  line-height: 35px;
}
.feature-subheader {
  font-size: 0.95rem;
  line-height: 18px;
  margin-top: 10px;
}
.feature-header-sm {
  font-size: 1.6rem;
  line-height: 35px;
}
.feature-lead,
.feature-subheader-sm {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.feature-subheader-sm {
  font-size: 1rem;
  line-height: 24px;
}
.feature-lead {
  font-size: 1.2rem;
  line-height: 28px;
}
.feature-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 24px;
}
.feature-image {
  width: 100% !important;
  height: auto !important;
  -webkit-box-shadow: -20px 20px 80px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -20px 20px 80px 0 rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
}
.subhead-level-1 {
  color: #000;
  font-size: 2.15rem;
  line-height: 41px;
}
.subhead-level-2,
.subhead-level-3,
.subhead-level-4 {
  font-weight: 600;
  line-height: 35px;
  color: #000;
  font-family: Montserrat, sans-serif;
}
.subhead-level-2 {
  font-size: 1.8rem;
}
.subhead-level-3 {
  font-size: 1.5rem;
}
.subhead-level-4 {
  font-size: 1.2rem;
}
.btn-action,
.description {
  font-weight: 400;
  font-size: 14px;
}
.description {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  line-height: 25px;
}
.p-width-75 {
  width: 80%;
  margin: 0 auto;
}
.count-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 1.5rem;
}
.count-container p {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.count h3 {
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  color: #000;
}
.count span {
  color: #000;
  font-size: 1.5rem;
}
.counter-divider {
  background-color: #00a09d;
  height: 1px;
  width: 80px;
  margin-bottom: 1rem;
}
.integration-container,
.intgration-details,
.offerings-card {
  position: relative;
  background-color: #fff;
}
.integration-container {
  padding: 0;
  margin: 1.5rem 1rem;
  -webkit-box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -40px 40px 160px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.integration-container h4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.integration-container p {
  font-size: 1rem;
  line-height: 24px;
}
.intgration-details {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1.5rem;
  min-height: 230px;
}
.call-to-action,
.offerings-card__icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
}
.intgration-details::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: -15px;
  border-top: 10px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 10px solid transparent;
}
.int-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.development-int-bg {
  background-image: url(../images/partners/development-rep-image.jpg);
}
.customize-int-bg {
  background-image: url(../images/partners/customize-rep-image.jpg);
}
.consulting-int-bg {
  background-image: url(../images/partners/consulting-rep-image.jpg);
}
.training-int-bg {
  background-image: url(../images/partners/training-rep-image.jpg);
}
.support-int-bg {
  background-image: url(../images/partners/support-rep-image.jpg);
}
.integration-row {
  margin: 0;
}
.pink-top-border {
  border-top: 5px solid #cd6f8c;
}
.orange-top-border {
  border-top: 5px solid #d78d61;
}
.blue-top-border {
  border-top: 5px solid #8eb2c5;
}
.brown-top-border {
  border-top: 5px solid #a65959;
}
.asphalt-top-border {
  border-top: 5px solid #727472;
}
.offerings-card {
  padding: 2.5rem 1.5rem 1.5rem;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.175) !important;
  height: 300px;
  border-radius: 0.5rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .feature-card-container {
    padding: 0 1rem !important;
    margin: auto 0;
  }
  .offerings-card {
    height: auto !important;
  }
  .mt-2-resp {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .offerings-card {
    height: 350px !important;
  }
}
.offerings-card__icon-container {
  border-radius: 0.5rem;
  height: 80px;
  width: 80px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.175) !important;
  position: absolute;
  top: -30px;
  right: 20px;
}
.offerings-card__icon {
  height: 32px;
  width: 32px;
}
.call-to-action {
  padding-top: 1.5rem;
  margin-left: -20px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero-partners {
    margin: 0;
    background-position-x: left;
    background-position: right 15% top 0;
  }
  .hero-partners::after {
    content: "";
    position: absolute;
    height: 75vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    margin-top: 3.5rem;
  }
  .hero-container .hero-container__header {
    font-size: 2.4rem !important;
    z-index: 1;
  }
  .hero-container .hero-container__subheader {
    font-size: 1.5rem !important;
    z-index: 1;
  }
  .call-to-action,
  .hero-container .hero-container__lead {
    z-index: 1;
  }
}
.btn-action {
  border-radius: 30px;
  height: 55px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  float: left;
  padding: 17px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 1rem;
  outline: 0 !important;
}
a.btn-action:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-whatsapp {
  color: #fff;
  background-color: #25d366;
}
.btn-chat {
  background-color: #282f33;
  color: #fff;
}
.btn-moreinfo {
  background: #00a09d;
  color: #fff;
}
a.btn-action i {
  margin-right: 5px;
  font-style: normal;
  font-size: 20px;
}
.call-to-action.action-body {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.call-to-action.action-body .btn-action {
  margin-right: 1rem;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .partners-wrap img,
  .partners.partner-width img {
    width: 18% !important;
  }
  .partners-wrap img {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
    margin-right: 0 !important;
  }
  .partner-top img {
    width: 15% !important;
    height: auto;
  }
  .feature-card .feature-card {
    height: auto !important;
  }
  .p-width-75 {
    width: 100%;
  }
  .call-to-action {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .integration-container {
    height: auto;
  }
  .integration-container h4 {
    font-weight: 600;
    font-size: 1.1rem;
  }
  .btn-action {
    border-radius: 30px;
    height: 42px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 500;
    margin-top: 1rem;
    float: left;
    font-size: 12px;
    padding: 17px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 450px) {
  a.btn-action i {
    margin-right: 5px;
    font-style: normal;
    font-size: 14px;
  }
  .call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn-action {
    width: 100%;
  }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-6 {
  width: 50%;
}
.partners-countries-list {
  padding: 60px 30px;
}
.partners-countries-list__title {
  text-align: center;
  display: block;
}
.partners-countries {
  margin: 30px;
}
.partners-countries__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partners-countries__title {
  color: rgba(40, 40, 40);
}
.partners-countries-list__row {
  display: flex;
  flex-direction: column;
}
.partners-countries__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partners-countries__link:hover {
  color: rgba(60, 60, 60);
  text-decoration: none;
}
.partners-countries__image-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.partners-countries__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
