@media screen and (min-width: 1000px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .s1-title {
        font-size: 42px;
        font-weight: 100;
    }

    .s2-table {
        width: 100%;
        padding: 30px;
        border-left: 1px solid #EDEEF0;
        border-right: 1px solid #EDEEF0;
    }

    .s2-table-left {
        padding-right: 30px;
        width: 50% !important;
    }

    .s2-table-right {
        padding-left: 30px;
        width: 50% !important;
    }


    .s2-text-pretitle {
        font-size: 20px;
        font-weight: 300;
        color: #848484;
        margin-bottom: 0;
    }

    .s2-text-title {
        margin-top: 5px;
        font-size: 22px;
        font-weight: 300;
        color: #2A2A2A;
    }

    .s2-text-body {
        font-size: 15px;
        font-weight: 400;
        color: #848484;
        line-height: 27px;
    }

    .s2-box {
        max-width: 630px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }

    .s2-box-top {
        height: 50%;
    }

    .s2-box-bottom {
        height: 50%;
        text-align: center;
        padding: 30px;
    }



    .team-image {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 1200px;
    }


    .section-reduce-space {
        margin-top: 40px;
    }

    .s6-table {
        width: 100%;
    }

    .s6-table-left {
        width: 30%;
        text-align: left;
    }

    .s6-table-center {
        width: 40%;
        text-align: center;
    }

    .s6-table-right {
        width: 30%;
        text-align: right;
    }

    .s6-table-orly1 {
        position: relative;
        width: 120px;
        top: -65px;
        left: 70px;
    }

    .s6-table-orly2 {
        position: relative;
        width: 280px;
        left: 20px;
    }

    .s6-table-logo {
        width: 90%;
    }

    .s6-table-orly-text {
        font-size: 22px;
        font-weight: 400;
        color: #D7B756;
    }

    .s7-table {
        width: 100%
    }

    .s7-table td {
        width: 33%;
        text-align: center;
        padding: 30px;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
    }

    .s7-subtitle {
        padding: 30px;
        font-size: 20px;
        font-weight: 200;
    }




    .s9-table {
        width: 80%;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .s9-table td {
        width: 33%;
        text-align: center;
    }

    .s9-table-agent {
        width:315px; 
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%); 
    }

    .s9-table-top {
        width:315px; 
        height:385px; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .s9-table-bottom {
        width:315px; 
        height:215px; 
        text-align: center;
        background-color: #FFF;
        font-size: 16px;
        font-weight: 400;
        padding-top: 30px;
        line-height: 25px;
        color: rgb(40,40,40);
    }

    .s9-table-bottom-name {
        font-size: 25px;
        font-weight: 400;
    }

    .s9-grid-container {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .s9-grid-item {
        width: 295px; 
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%); 
    }


    .s10-grid-container {
        width: 100%;
        display: grid;
        gap: 40px 20px;
        padding-top: 30px;
        padding-bottom: 0;
        grid-template-columns: auto auto auto auto;
        align-content: space-between;
        justify-content: space-around;
    }

    .s10-grid-item {
        width: 295px; 
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%); 
    }

    .s10-table-top {
        width:290px; 
        height:385px; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .s10-table-bottom {
        width:295px; 
        height:180px; 
        text-align: center;
        background-color: #FFF;
        font-size: 16px;
        font-weight: 400;
        padding-top: 30px;
        line-height: 25px;
        color: rgb(40,40,40);
    }

    .s10-table-bottom-name {
        font-size: 25px;
        font-weight: 400;
    }



    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
        width: 50%;
    }

    .s8-title {
        margin-left: 90px;
        font-size: 42px;
        font-weight: 300;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;;
        width: 416px;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-nozoom {
        height: auto; 
        overflow: hidden; 
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }

    
    .beforeafter-container1 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container1 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container1 .background-img1 {
        background-image: url("../img/beforeafter_1-R.jpg");
    }
    .beforeafter-container1 .foreground-img1 {
        background-image: url("../img/beforeafter_1-L.jpg");
        width: 50%;
    }
    .beforeafter-container1 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container1 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container1 .slider-button1 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container1 .slider-button1:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container1 .slider-button1:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }

    .beforeafter-container2 {
        position: relative;
        width: 650px;
        height: 360px;
        border: 2px solid white;
    }
    .beforeafter-container2 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 650px 100%;
    }
    .beforeafter-container2 .background-img2 {
        background-image: url("../img/beforeafter_2-R.jpg");
    }
    .beforeafter-container2 .foreground-img2 {
        background-image: url("../img/beforeafter_2-L.jpg");
        width: 50%;
    }
    .beforeafter-container2 .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, 0.3);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider:hover {
        background: rgba(242, 242, 242, 0.1);
    }
    .beforeafter-container2 .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider::-moz-range-thumb {
        width: 6px;
        height: 360px;
        background: white;
        cursor: pointer;
    }
    .beforeafter-container2 .slider-button2 {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .beforeafter-container2 .slider-button2:after {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
    }
    .beforeafter-container2 .slider-button2:before {
        content: "";
        padding: 3px;
        display: inline-block;
        border: solid #5D5D5D;
        border-width: 0 2px 2px 0;
        transform: rotate(135deg);
    }


    /* Orły */

    .section-orly {
      margin-top: 120px;
      width: 100%;
      background-color: #525252;
      height: 290px;
    }
  
    .orly-table {
      width: 100%;
    }
  
    .orly-table-l {
      width: 30%;
      text-align: center;
    }
  
    .orly-table-m {
      width: 40%;
      text-align:center;
      color:#D7B756;
      font-size: 22px;
      font-weight: 400;
    }
  
    .orly-table-l-img {
      width:140px;
      margin-top:-120px;
    }
  
    .orly-table-m-img {
      width:290px;
      margin-top:40px;
      margin-bottom:5px;
    }
  
    .orly-table-r-img {
      width:330px;
      margin-top:100px;
    }
  
    .orly-table-m > span {
      background: linear-gradient(90deg, rgba(218,182,79,1) 0%, rgba(230,206,145,1) 28%, rgba(239,222,179,1) 50%, rgba(218,182,79,1) 100%);
      background-image: linear-gradient(90deg, rgb(218, 182, 79) 0%, rgb(230, 206, 145) 28%, rgb(239, 222, 179) 50%, rgb(218, 182, 79) 100%);
      background-position-x: initial;
      background-position-y: initial;
      background-size: initial;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  
    .orly-table-r {
      width: 30%;
      text-align: right;
    }



    .agentbox {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 630px;
        overflow: hidden;
        border: 1px solid #CCCCCC;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
        transition: all 0.2s ease;
    }
    
    .agent-slide-img {
        width: 100%;
        height: 390px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #fafafa;
    }
    
    .agent-slide-body {
        position: relative;
        width: 100%;
        height: 210px;
        margin-top: 25px;
        padding-left: 5px; 
        padding-right: 5px; 
        background-color: #FFF;
        text-align: center;
    }
    
    .agent-body-title {
        font-family: 'Jura', sans-serif;
        font-size: 16.5px;
        font-weight: 400;
        letter-spacing: 1.8px;
        line-height: 24px;
        color: #000;
        text-transform: uppercase;
        padding-bottom: 5px;
    }
    
    .agent-body-subtitle {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1.2px;
        line-height: 18px;
        color: #666;
        padding-bottom: 15px;
        min-height: 18px;
    }
    
    .agent-body-phone {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1.2px;
        line-height: 18px;
        color: #666;
        padding-bottom: 5px;
        height: 18px;
    }
    
    .agent-body-email {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 1.1px;
        line-height: 18px;
        color: #666;
        transition: all 0.2s ease;
        height: 18px;
    }

    .agent-body-email:hover {
        transition: all 0.2s ease;
        color: #D7B756;
        cursor: pointer;
    }

      .offer-body-more {
        margin-top: 27px;
        text-align: center;
    }

      .offer-body-button {
        transition: all 0.2s ease;
        border: 1px solid #D7B756;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
        font-weight: 500;
        color: #000;
        border-radius: 8px;
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    }


    .agent-body-flag {
        height:20px;
        margin-left:5px;
        margin-right:5px;
    }
    
    .agent-body-bottom {
        position: absolute;
        text-align: center;
        padding-top: 20px;
        bottom: 0;
        width: calc(100% - 20px);
    }
}




@media screen and (max-width: 999px) {  
    .s1 {
        text-align: center;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 0;
    }

    .s1-title {
        font-size: 6vw;
        font-weight: 100;
    }

    .s2-table {
        width: 100%;
        padding: 30px;
        padding-top: 0;
    }

    .s2-table-left {
        padding-right: 30px;
        width: 100% !important;
    }

    .s2-table-right {
        display:none;
    }


    .s2-text-pretitle {
        font-size: 5vw;
        font-weight: 300;
        color: #848484;
        margin-bottom: 10px;
    }

    .s2-text-title {
        margin-top: 5px;
        font-size: 3.5vw;
        font-weight: 500;
        color: #2A2A2A;
    }

    .s2-text-body {
        font-size: 3.5vw;
        font-weight: 400;
        color: #848484;
        line-height: 5vw;
    }

    .s2-text-body-center {
        font-size: 3.5vw;
        font-weight: 400;
        color: #848484;
        line-height: 5vw;
        text-align: center;
        margin-bottom: 20px;
    }

    .s2-text-button {
        background-color: #fff;
        color: #000;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 3vw;
        font-weight: 300;
        border: 1px solid #D7B756;
        border-radius: 3px;
    }

    .s2-box {
        max-width: 630px;
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%);
    }

    .s2-box-top {
        height: 50%;
    }

    .s2-box-bottom {
        height: 50%;
        text-align: center;
        padding: 30px;
    }



    .team-image {
        margin-top: 30px;
        margin-bottom: 0;
        width: 90%;
    }



    .s6-table {
        width: 100%;
    }

    .s6-table-left {
        width: 30%;
        text-align: left;
    }

    .s6-table-center {
        width: 40%;
        text-align: center;
    }

    .s6-table-right {
        width: 30%;
        text-align: right;
    }

    .s6-table-orly1 {
        position: relative;
        width: 120px;
        top: -65px;
        left: 70px;
    }

    .s6-table-orly2 {
        position: relative;
        width: 280px;
        left: 20px;
    }

    .s6-table-logo {
        width: 90%;
    }

    .s6-table-orly-text {
        font-size: 22px;
        font-weight: 400;
        color: #D7B756;
    }

    .s7-table {
        width: 100%;
        margin-top: 20px;
    }

    .s7-table td {
        width: 33%;
        text-align: center;
        padding: 30px;
        font-size: 2.75vw;
        font-weight: 200;
        line-height: 3vw;
    }

    .s7-subtitle {
        padding: 30px;
        font-size: 2.75vw;
        font-weight: 200;
    }

    .s7-table img {
        width: auto;
        height: 9vw;
        padding-bottom: 10px;
    }




    .s9-table {
        width: 80%;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .s9-table td {
        width: 33%;
        text-align: center;
    }

    .s9-table-agent {
        width:315px; 
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%); 
    }

    .s9-table-top {
        width:315px; 
        height:385px; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .s9-table-bottom {
        width:315px; 
        height:215px; 
        text-align: center;
        background-color: #FFF;
        font-size: 16px;
        font-weight: 400;
        padding-top: 30px;
        line-height: 25px;
        color: rgb(40,40,40);
    }

    .s9-table-bottom-name {
        font-size: 25px;
        font-weight: 400;
    }

    .s9-grid-container {
        width: 100%;
        display: grid;
        gap: 30px 30px;
        padding-top: 30px;
        padding-bottom: 0;
        grid-template-columns: auto;
        align-items: center;
    }

    .s9-grid-item {
        width: 100%; 
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%); 
    }


    .s10-grid-container {
        width: 100%;
        display: grid;
        gap: 20px 20px;
        padding-top: 30px;
        padding-bottom: 0;
        grid-template-columns: auto;
    }

    .s10-grid-item {
        width: 100%; 
        box-shadow: 0px 15px 35px 0px rgb(0 0 0 / 10%); 
    }

    .s10-table-top {
        width:290px; 
        height:385px; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .s10-table-bottom {
        width:295px; 
        height:180px; 
        text-align: center;
        background-color: #FFF;
        font-size: 16px;
        font-weight: 400;
        padding-top: 30px;
        line-height: 25px;
        color: rgb(40,40,40);
    }

    .s10-table-bottom-name {
        font-size: 25px;
        font-weight: 400;
    }



    .s8-section {
        background-image: url("../img/bg-form.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        border-top: 1px solid #D7B756;
    }

    .s8-table {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s8-table td {
    }

    .s8-title {
        font-size: 4vw;
        font-weight: 300;
    }

    .form-input {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
    }

    .form-button {
        opacity: 0.8;
        background-color: #D7B756;
        border: 1px solid #D7B756;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
        color: #000;
    }

    .form-option {
        background-color: #fff;
        border: 1px solid #828A91;
        border-radius: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 5px;
        font-size: 2.75vw;
        font-family: 'Montserrat', sans-serif;;
        width: 600px;
        color: #000;
    }

    .form-button:hover {
        color: #FFF;
    }

    .img-hover-nozoom {
        height: auto; 
        overflow: hidden; 
    }

    .img-hover-zoom {
        height: 340px; 
        overflow: hidden; 
    }
    .img-hover-zoom img {
        transition: transform 2s ease;
    }
    .img-hover-zoom:hover img {
        transform: scale(1.25);
    }


    /* Orły */

  .section-orly {
    margin-top: 120px;
    width: 100%;
    background-color: #525252;
    height: 200px;
  }

  .orly-table {
    width: 100%;
    height: 130px;
  }

  .orly-table-l {
    width: 30%;
    text-align: center;
  }
  
  .orly-table-m {
    width: 40%;
    text-align:center;
    color:#D7B756;
    font-size: 16px;
    font-weight: 400;
  }

  .orly-table-l-img {
    width: 100px;
    margin-top:-120px;
  }

  .orly-table-m-img {
    width: 220px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .orly-table-r-img {
    width: 220px;
    margin-top: 80px;
  }

  .orly-table-m > span {
    background: linear-gradient(90deg, rgba(218,182,79,1) 0%, rgba(230,206,145,1) 28%, rgba(239,222,179,1) 50%, rgba(218,182,79,1) 100%);
    background-image: linear-gradient(90deg, rgb(218, 182, 79) 0%, rgb(230, 206, 145) 28%, rgb(239, 222, 179) 50%, rgb(218, 182, 79) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .orly-table-r {
    width: 30%;
    text-align: right;
  }



    .agentbox {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 1.10 / 2;
        overflow: hidden;
        border: 1px solid #CCCCCC;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
        transition: all 0.2s ease;
    }
    
    .agent-slide-img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1.3;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #fafafa;
    }
    
    .agent-slide-body {
        width: 100%;
        margin-top: 30px;
        padding-left: 5px; 
        padding-right: 5px; 
        background-color: #FFF;
        height: 450px;
        position: relative;
    }
    
    .agent-body-title {
        font-family: 'Jura', sans-serif;
        font-size: 5vw;
        font-weight: 400;
        letter-spacing: 1.8px;
        line-height: 5vw;
        color: #000;
        text-transform: uppercase;
        padding-bottom: 5px;
    }
    
    .agent-body-subtitle {
        font-size: 3vw;
        font-weight: 300;
        letter-spacing: 1.2px;
        line-height: 4vw;
        color: #666;
        padding-bottom: 15px;
        min-height: 18px;
    }
    
    .agent-body-phone {
        font-size: 3vw;
        font-weight: 300;
        letter-spacing: 1.2px;
        line-height: 3vw;
        color: #666;
        padding-bottom: 5px;
        height: 18px;
    }

    .agent-body-phone a{
        color: inherit;
    }
    
    .agent-body-email {
        font-size: 3vw;
        font-weight: 300;
        letter-spacing: 1.1px;
        line-height: 5.5vw;
        color: #666;
        transition: all 0.2s ease;
        height: 18px;
    }

    .agent-body-email:hover {
        transition: all 0.2s ease;
        color: #D7B756;
        cursor: pointer;
    }

    .offer-body-more {
        margin-top: 3.5vw;
        margin-bottom: 3.5vw;
        text-align: center;
    }
    
      .offer-body-button {
        transition: all 0.2s ease;
        border: 1px solid #D7B756;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 2.75vw;
        font-weight: 400;
        color: #000;
        border-radius: 8px;
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    }

    .agent-body-flag {
        height: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    
    .agent-body-bottom {
        position: absolute;
        text-align: center;
        padding-top: 20px;
        width: calc(100% - 20px);
        bottom: 20px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px)  {
    .team-image{
        width: 1000px;
    }
    .s2-table {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .s10-grid-container {
        grid-template-columns: auto auto auto;
    }
} 