@media (max-width: 1650px) {
    .content{
        margin-left: 40px;
    }
    .content-main-left-card{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 320px;
        height: 240px;
        background-color: #fff;
        border-radius: 40px;
        font-family: markpro, sans-serif;
        text-align: center;
        padding: 16px 16px;
        margin: 0 28px 23px 0;
      }

      .content-main-left{
        transform: translateY(-40px);
      }

      .content-main-left-cards{
        max-width: 700px;
      }

      .content-main-left-disclaimer{
        font-family: markpro, sans-serif;
        font-size: 18px;
        max-width: 600px;
        text-align: center;
      }

      .content-main-left-card h3{
        font-size: 18px;
      }

      .content-main-right{
        max-width: 420px;
       }

       .content-main-right h3{
        font-family: markpro, sans-serif;
        font-size: 18px;
        color: #000;
        margin: 15px 0;
      }
}