.cop_learn_component .cop_row {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cop_learn_component.dark_green {
  background-color: #243508;
}
.cop_learn_component.bg_grey {
  background: rgba(226, 214, 207, 0.4);
}
.cop_learn_component.bg_green {
  background-color: #BFF355;
}
.cop_learn_component.bg_dark_grey {
  background-color: #AAA38E;
}
.cop_learn_component.light_blue {
  background-color: #BEC5C2;
}
.cop_learn_component.light_green {
  background-color: #bff355;
}
.cop_learn_component.bg_purple {
  background-color: #243508;
}

@media (max-width: 768px) {
  .cop_learn_component {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cop_learn_component .title_global_offices {
  font-size: 4.375rem;
  line-height: 4.375rem;
  margin-bottom: 60px;
  margin-top: 120px;
  overflow-wrap: anywhere;
  font-family: "roobert_regular";
}
@media (max-width: 768px) {
  .cop_learn_component .title_global_offices {
    font-size: 30px;
    line-height: 36px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.cop_learn_component .cop_hl_description {
  font-size: 21px;
  line-height: 31px;
  font-family: "roobert_medium";
  overflow-wrap: anywhere;
  margin-bottom: 60px;
}
.cop_learn_component .cop_hl_description :is(p, span) {
  font-size: 21px;
  line-height: 31px;
  font-family: "roobert_medium";
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .cop_learn_component .cop_hl_description {
    margin-bottom: 40px;
  }
}

.cop_hl_learn_wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .cop_hl_learn_wrapper {
    padding-bottom: 60px;
  }
}
.cop_hl_learn_wrapper .cop_learn_card {
  max-width: 385px;
  width: 100%;
  min-height: 321px;
  clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
  padding: 30px 15px;
}
.cop_hl_learn_wrapper .cop_learn_card .card_counter h1 {
  font-size: 74px;
  line-height: 74px;
  font-family: "roobert_medium";
}
.cop_hl_learn_wrapper .item_1.dark_green {
  background-color: #243508;
}
.cop_hl_learn_wrapper .item_1.bg_grey {
  background: rgba(226, 214, 207, 0.4);
}
.cop_hl_learn_wrapper .item_1.bg_green {
  background-color: #BFF355;
}
.cop_hl_learn_wrapper .item_1.bg_dark_grey {
  background-color: #AAA38E;
}
.cop_hl_learn_wrapper .item_1.light_blue {
  background-color: #BEC5C2;
}
.cop_hl_learn_wrapper .item_1.light_green {
  background-color: #bff355;
}
.cop_hl_learn_wrapper .item_1.bg_purple {
  background-color: #243508;
}
.cop_hl_learn_wrapper .item_2 {
  margin-top: 100px;
}
.cop_hl_learn_wrapper .item_2.dark_green {
  background-color: #243508;
}
.cop_hl_learn_wrapper .item_2.bg_grey {
  background: rgba(226, 214, 207, 0.4);
}
.cop_hl_learn_wrapper .item_2.bg_green {
  background-color: #BFF355;
}
.cop_hl_learn_wrapper .item_2.bg_dark_grey {
  background-color: #AAA38E;
}
.cop_hl_learn_wrapper .item_2.light_blue {
  background-color: #BEC5C2;
}
.cop_hl_learn_wrapper .item_2.light_green {
  background-color: #bff355;
}
.cop_hl_learn_wrapper .item_2.bg_purple {
  background-color: #243508;
}
.cop_hl_learn_wrapper .item_3 {
  margin-top: 220px;
}
.cop_hl_learn_wrapper .item_3.dark_green {
  background-color: #243508;
}
.cop_hl_learn_wrapper .item_3.bg_grey {
  background: rgba(226, 214, 207, 0.4);
}
.cop_hl_learn_wrapper .item_3.bg_green {
  background-color: #BFF355;
}
.cop_hl_learn_wrapper .item_3.bg_dark_grey {
  background-color: #AAA38E;
}
.cop_hl_learn_wrapper .item_3.light_blue {
  background-color: #BEC5C2;
}
.cop_hl_learn_wrapper .item_3.light_green {
  background-color: #bff355;
}
.cop_hl_learn_wrapper .item_3.bg_purple {
  background-color: rgb(75, 41, 66);
}
.cop_hl_learn_wrapper .cop_hl_learn_content .cop_card_content {
  padding-left: 15px;
  padding-top: 8px;
  margin-bottom: 60px;
}
.cop_hl_learn_wrapper .cop_hl_learn_content .cop_card_content .cop_label h3 {
  font-size: 28px;
  line-height: 28px;
  font-family: "roobert_medium";
  overflow-wrap: anywhere;
  min-height: 60px;
  display: flex;
  align-items: start;
}
.cop_hl_learn_wrapper .cop_hl_learn_content .cop_card_content .cop_description {
  margin-top: 30px;
  font-size: 17px;
  line-height: 23px;
  font-family: "roobert_regular";
  overflow-wrap: anywhere;
}
.cop_hl_learn_wrapper .cop_hl_learn_content .col-card {
  padding: 0 7.5px;
}
@media (max-width: 992px) {
  .cop_hl_learn_wrapper .cop_hl_learn_content .col-card {
    min-width: 50%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .cop_hl_learn_wrapper .cop_hl_learn_content .item_2, .cop_hl_learn_wrapper .cop_hl_learn_content .item_3 {
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .cop_hl_learn_wrapper .cop_hl_learn_content .col-card {
    min-width: 100%;
  }
}