.company .container .title {
  color: #065C9C;
  font-weight: 900;
  font-size: 36px;
  font-family: "Inter", Sans-serif;
}
.company .container_big {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px
}
.company .container_big:not(:nth-last-child(2)) {
  align-items: center;
}
.company .container_big:last-child {
  margin-top: 45px;
  justify-content: center;
}
.company .container_big .col img {
  border-radius: 15px;
  width: 768px;
  height: 400px;
  object-fit: cover;
}
.js-revives-slider {
  margin-top: 40px
}
.js-revives-slider .description {
  color: #374046;
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-right: 35px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.js-revives-slider .slider-navigation {
  position: absolute;
  z-index: 10;
  height: 62px;
  width: 116px;
  left: calc(50% - 58px);
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}
.js-revives-slider .swiper-button-next, .js-revives-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #065C9C;
  max-height: 40px;
  border: none;
}
.js-revives-slider .slider-navigation button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6833 17.65L5.04992 10L12.6833 2.35L10.3333 0L0.333252 10L10.3333 20L12.6833 17.65Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.mobile_iframe{
  display: none;
}
.js-revives-slider .slider-navigation button:last-child::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.316749 17.65L7.95008 10L0.316749 2.35L2.66675 0L12.6667 10L2.66675 20L0.316749 17.65Z' fill='white'/%3E%3C/svg%3E%0A");
}
.js-revives-slider .line {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #065C9C4D;
  position: relative;
  border-radius: 6px;
}
.js-revives-slider .line::before {
  position: absolute;
  left: 0;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23065C9C'/%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  width: 22px;
  height: 22px;
  top: -9px;
}
.js-revives-slider .year {
  color: #065C9C;
  font-family: "Inter", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 13px;
}
.company .container_big .col p {
  font-size: 13px;
  color: #374046;
  font-family: "Inter-Light", Sans-serif;
  margin-bottom: 15px;
}
.company .container_big .col:first-child {
  width: 650px;
  max-width: 650px;
}
.company .container_big .col:last-child {
  display: flex;
  justify-content: flex-end;
}
.company .container_big .col .title {
  font-size: 24px;
  color: #065C9C;
  font-weight: 900;
  margin-top: 50px;
}
.company .container_big:nth-child(2) {
  margin-bottom: 35px;
}
.company .container_big .card {
  border-radius: 10px;
  border: none;
  width: calc(25% - 30px);
  padding: 15px;
  margin-top: 30px;
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.company .container_big .card .title {
  font-size: 24px;
  color: #065C9C;
  font-weight: 600;
}
.company .container_big .card:nth-child(n+5) {
  height: 120px;
}
.company .container_big .card .description {
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  margin-bottom: 0;
  color: #374046;
}

.company .container_big .download_pdf {
  display: flex;
  font-family: "Inter";
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 50px;
  border: none;
  border-radius: 255px;
  position: relative;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-image: linear-gradient(90deg, #045088 0%, #065C9C 50%, #045088 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  color: #fff !important;
  margin-bottom: 150px;
}
.company .container_big .col:last-child p {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .company .container_big {
      padding: 0 15px;
  }
}
