.section-10{
    position: relative;
    max-width: 2000px;
    margin: 50px auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    transition: all 0.5s ease;
}

.competitions-section {
    text-align: center;
  }
  
  .small-image-4 {
    width: 162px;
    height: 154px;
    object-fit: contain;
    transition: all 0.5s ease;
  }
  
  /* Heading Styles */
  .competitions-heading {
    font-size: 3rem;
    font-weight: bold;
    color: #003E65;
    text-align: center;
    margin-top: -60px;
    font-family: "monserrat", sans-serif;
    transition: all 0.5s ease;
  }
  
  /* Content Styles */
  .competitions-content {
    margin: 0 auto;
    max-width: 509px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    margin-top: -20px;
    font-family: "Monserrat", sans-serif;
    transition: all 0.5s ease;
  }
  
  /* Full-Width Image Styles */
  .large-image-4-container {
    margin-top: 40px; 
  }
  
  .large-image-4 {
    position: relative;
    object-fit: contain;
    width: 100%;
    height: auto; 
  }
  
/* 320px */
@media screen and (min-width: 320px) {
    .competitions-heading {
        font-size: 2.3rem;
    }

    .competitions-content {
        font-size: 1.2rem;
    }
}
/* 375px */
@media screen and (min-width: 375px) {
    .competitions-heading {
        font-size: 2.5rem;
    }

    .competitions-content {
        font-size: 1.2rem;
    }
}
/* 425px */
@media screen and (min-width: 425px) {
    .competitions-heading {
        font-size: 2.7rem;
    }

    .competitions-content {
        font-size: 1.3rem;
    }
}
/* 768px */
@media screen and (min-width: 768px) {
    .competitions-heading {
        font-size: 3rem;
    }

    .competitions-content {
        font-size: 1.5rem;
    }
}




/* video popup */
/* Modal styles */
.section-10 .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.section-10 .modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 100%;
    height: 500px;
    max-width: 700px;
}

.section-10 .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.section-10 .close:hover,
.section-10 .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.section-10 .modal iframe {
    width: 100%;
    height: 100%;
}


/* 320px */
@media screen and (min-width: 320px) {

    .section-10 .modal {
        padding: 0px;
    }
    .section-10 .modal-content {
        position: relative;
        margin: 70% auto;
        left: -15px;
        padding: 0;
        width: 90%;
        height: 300px;
        max-width: 700px;
    }
}

/* 768px */
@media screen and (min-width: 768px) {

    .section-10 .modal-content {
        position: relative;
        margin: 10% auto;
        padding: 0;
        width: 100%;
        height: 500px;
        max-width: 700px;
    }
}


