.img-cta-section {
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  width: 100%;
  max-width: 1900px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.cta-content-wrapper {
  width: 100%;
  height: 40vh;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.cta-content-wrapper h2 {
  color: #fff;
  width: 80%;
  text-align: center;
  margin-bottom: 2rem;
}

.osk-btn {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 12px 30px;
    border: 1.5px solid #B4DAC3;
    border-radius: 300px;
    background-color: #B4DAC3;
    color: #1A333C;
    cursor: pointer;
    transition: all 0.2s ease-out;
    text-decoration: none;
    outline: none;
    gap: 0.5rem;
  }
  
 .osk-btn .icon {
    margin-left: 5px;
  }
  
.osk-btn .icon {
  margin-left: 5px;
  transition: transform 0.2s ease-out;
}

.osk-btn:hover .icon {
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
}


.osk-btn-link {
  text-decoration: none;
}

.osk-btn-link:hover {
  text-decoration: none;
}

@media (max-width: 933px) {
  
.cta-content-wrapper h2 {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem;
}