.objective_visible_on_desktop, .objective_visible_on_mobile, .objective_visible_on_tablet {
  display: none!important;
}

@media only screen and (min-width: 1024px) {
  .objective_visible_on_desktop {
    display: block!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .objective_visible_on_tablet {
    display: block!important;
  }
}

@media only screen and (max-width: 768px) {
  .objective_visible_on_mobile {
    display: block!important;
  }
}

.objective-navigation-container{
  display: block;
}

.objective-objective-button {
  padding: 15px 15px;
  border: none;
  border-radius: 50px;
  background: none;
  cursor: pointer;
  min-width: 131px;
  font-size: 16px;
  color: rgba(59, 101, 150, 0.80);
  font-style: normal;
  font-weight: 600;
  line-height: 190.7%;
  width: 210px;
}
.objective-objective-button:focus{
  border: none;
  outline: none;
}

.objective-objective-button.objective-active {
    background-color: #4FDCCE;
    color: white;
}

.objective-slider-navigation {
    /* Add styles for your navigation buttons */
    margin-top: 40px;
    text-align: center;
    display: flex!important;
    justify-content: space-between;
}


.objective-slider-item {
    display: none; /* Hide all slider items */
}

.objective-slider-item.objective-active {
    display: flex; /* Show only the active item */
    flex-wrap: wrap;
}

.objective-brand-cover{
  flex-basis: 60%;
}

.objective-brand-cover img{
  pointer-events: none;
}

.objective-right-container{
  flex-basis: 40%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.objective-objective-nav{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}

.objective-brand-title{
  color: #061235;
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.9%; /* 38.831px */
  margin-bottom: 30px;
}
.objective-brand-quote{
  color: #454545;
  font-family: Figtree;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 147%; /* 29.4px */
  margin-bottom: 15px;
}
.objective-quote-owner{
  color:  #051235;
  font-family: Figtree;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 147%;
}


.objective-slider-prev, .objective-slider-next{
  width: 450px;
  height: 61px;
  border-radius: 60px;
  background-color: white;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #051235;
}
.objective-slider-prev:focus, .objective-slider-next:focus{
  border: 3px solid #051235;;
  outline: none;
}

@media only screen and (max-width:767px){
  .objective-right-container{
    flex-basis: 100%;
    padding: 5vw 0;
  }
  .objective-mobile-top-container{
    height: 99vw;
    display: flex!important;
    flex-wrap: wrap;
    padding: 0 15vw 5vw 5vw;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 5vw;
    margin-top: 7vw;
  }
  .objective-brand-title{
    margin: 0;
    font-size: 6vw;
    color: white;
  }
  .objective-brand-quote{
    color: #454545;
    text-align: center;
    font-family: Figtree;
    font-size: 4.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
  }
  .objective-quote-owner{
    color: #454545;
    text-align: center;
    font-family: Figtree;
    font-size: 4.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
  }
  .objective-right-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  .objective-navigation-container{
    display: flex;
  }
  .objective-objective-nav{
    margin: 0;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
  }
  .objective-objective-nav::-webkit-scrollbar {
    display: none;
  }
  .objective-slider-prev, .objective-slider-next{
    border: none;
    width: 15vw;
    height: 15vw;
  }
  .objective-slider-prev:focus, .objective-slider-next:focus {
    border: none;
    outline: none;
  }
  .objective-slider-item {
    height: auto;
  }
  .objective-slider-navigation.objective_visible_on_desktop{
    display: none!important;
  }
  .objective-objective-button{
    padding: 3vw;
    font-size: 3.4vw;
    min-width: 37vw;
  }
}
