.tablet-exercise-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablet-exercise-container {
  max-width: 1126px;
  width: 100%;
}

.tablet-exercise-paragraph {
  font-family: 'Roboto';
  font-size: 48px;
  font-weight: bold;
  color:#343741;
  margin: 0 0 10px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
    line-height: 1.2;
    text-align: center;

}


@media (max-width: 768px) {
  .tablet-exercise-paragraph {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .tablet-exercise-paragraph {
    font-size: 16px;
  }
}

.tabletop-great-way-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
}

.tabletop-great-way-intro {
  text-align: center;
  margin-bottom: 20px;
  
}

.tabletop-great-way-heading {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #00589B;
  max-width: 900px;
  margin: 0 auto 10px;
}

.tabletop-great-way-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(251.5px, 1fr));
  gap: 40px;
  justify-items: center;
  text-align: center;
  padding-left: 40px;
    padding-right: 40px;
   width: 90%;
    margin: auto;
}

.tabletop-great-way-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px 0;
}

.tabletop-great-way-img {
  max-width: 150px;
  height: auto;
}

.tabletop-great-way-text {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #434343;
}

/* Small devices (phones, 320px - 480px) */
@media (max-width: 480px) {
  .tabletop-great-way-heading {
    font-size: 16px;
    padding: 0 10px;
  }

  .tabletop-great-way-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tabletop-great-way-text {
    font-size: 14px;
  }
}

/* Medium devices (tablets, 481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .tabletop-great-way-heading {
    font-size: 18px;
    padding: 0 20px;
  }

  .tabletop-great-way-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tabletop-great-way-text {
    font-size: 15px;
  }
}

/* Large devices (small laptops, 769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .tabletop-great-way-heading {
    font-size: 20px;
  }

  .tabletop-great-way-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Extra large devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
  .tabletop-great-way-heading {
    font-size: 20px;
  }

  .tabletop-great-way-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.improve-poster-key-benefits-section {
 background: #004c97;
    background-image: url(http://209.182.213.100/drupal/sites/default/files/2025-04/mdr-BG-mask2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 
  padding: 60px 20px;
  color: white;
}

.improve-poster-key-benefits-container {
  max-width: 1126px;
  margin: 0 auto;
  text-align: center;
}

.improve-poster-key-benefits-title {
  font-size: 48pxpx;
  margin-bottom: 20px;
  font-family: Roboto;
  color: #fff;
  font-weight:bold;
line-height:1.2;
}

.improve-poster-key-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.improve-poster-key-benefits-item {
  margin-bottom: 30px;
}

.improve-poster-key-benefits-content p {
  font-size: 20px;
  margin: 0;
  font-family: Roboto, sans-serif;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .improve-poster-key-benefits-title {
    font-size: 28px;
  }

  .improve-poster-key-benefits-content p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .improve-poster-key-benefits-title {
    font-size: 24px;
  }

  .improve-poster-key-benefits-content p {
    font-size: 16px;
  }
}

.tablets-exercise-attack-wrapper {
  background: url('/drupal/sites/default/files/2025-04/bg-resource-scaled-1%20%281%29.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tablets-exercise-attack-container {
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
}

.tablets-exercise-attack-slider {
  display: flex;
  overflow: hidden;
  max-width: 1126px;
  justify-content: space-around;
}

.tablets-exercise-attack-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 220px;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.tablets-exercise-attack-content {
  flex: 1;
  max-width: 450.39px;
  color: white;
  font-family: 'Roboto';
}

.tablets-exercise-attack-content h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#343741;
  font-family: 'Roboto';
line-height:1.2;
}
.tablets-exercise-attack-content h6{
color:#343741;
font-family: 'Roboto';
}

.tablets-exercise-attack-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #333740;
}
.tablets-exercise-attack-content .read-more-button{
font-size: 16px;
    color: #004C97 !important;
transition: all 0.3s ease-in-out !important;
}
.tablets-exercise-attack-content .read-more-button:hover{
color: #009cde !important;
transform: scale(1.05) !important;
}
.tablets-exercise-attack-image {
  flex: 1;
  max-width: 405px;
  text-align: center;
}

.tablets-exercise-attack-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.tablets-exercise-attack-content h6,
.tablets-exercise-attack-content h2,
.tablets-exercise-attack-content p {
  margin: 0;
}

.tablets-exercise-attack-content svg {
  margin-bottom: -3px;
}

/* Responsive - Tablet */
@media (max-width: 768px) {
  .tablets-exercise-attack-wrapper {
    flex-direction: column;
    padding: 30px 16px;
    background-position: center;
  }

  .tablets-exercise-attack-slider {
    flex-direction: column;
    max-width: 100%;
  }

  .tablets-exercise-attack-slide {
    flex-direction: column;
    gap: 40px;
    padding-top: 30px;
  }

  .tablets-exercise-attack-content {
    max-width: 100%;
    text-align: center;
  }

  .tablets-exercise-attack-content h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .tablets-exercise-attack-content p {
    font-size: 14px;
  }

  .tablets-exercise-attack-image {
    max-width: 100%;
  }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
  .tablets-exercise-attack-wrapper {
    padding: 20px 10px;
  }

  .tablets-exercise-attack-slide {
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }

  .tablets-exercise-attack-content h2 {
    font-size: 20px;
  }

  .tablets-exercise-attack-content p {
    font-size: 14px;
  }

  .tablets-exercise-attack-content {
    text-align: center;
    max-width: 100%;
  }

  .tablets-exercise-attack-image {
    max-width: 100%;
  }

  .tablets-exercise-attack-image img {
    max-width: 90%;
    margin: 0 auto;
  }
}




