 .container3333{
        margin: 40px 0px;
        width: 100%;
        height: 550px;
        background-color: #0F2A45;
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
      }
      .left-questions, .right-questions{
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
      }
      .question{
        width: 95%;
        height: 16%;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        color: white;
        font-size: 1em;
        text-align: center;
        font-weight: 600;
        overflow: hidden;
      }
      .question p{
        margin: 0;
    padding: 5px 50px;
    z-index: 1;
    color: #0F2A45;
    text-align: start;
    font-size: 0.9em;
    line-height: 16px;
      }

      .center-section{
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
      }
      .center-section-inner{
        box-sizing: border-box;
        width: 90%;
        height: 80%;
        border: 2px solid white;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .title{
        width: 75%;
        height: 24%;
        background-color: white;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .title h2{
        text-align: center;
        color: #0F2A45;
        padding: 0px 5px;
        font-size: 1.1em;
      }
      .logo{
        width: 55%;
        height: 20%;
        border-width: 0px 5px 0px 5px;
        border-style: solid;
        border-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
     .logo img{
        width: 90%;
        height: 70%;
     }
      .description{
        box-sizing: border-box;
        width: 90%;
        height: 50%;
        background-color: white;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
      }
      .description p{
        text-align: center;
        color: #0F2A45;
        font-size: 0.9em;
        line-height: 20px;
        font-weight: 500;
				padding: 20px 0px 0px 0px;
      }
      .solutions-btn{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .solutions-btn img{
        width: 60%;
      }
      /* Responsive Styles */
      @media (max-width: 1400px) {
        .description{
          height: 48%;
      }
				.description p{
					font-size: 0.8em;
				}
      .question p{
        font-size: 0.9em;
      }
      .question{
        width: 95%;
				height:13%;
      }
      .center-section-inner {
        height: 85%;
      }
				.container3333{
					        justify-content: center;
                  gap: 15px;
				}
				.title h2 {
    font-size: 1em;
}

      }