    .container4 {
      background-color: #f5f5f5;
      
      border-radius: 50px;
      /*width: 90%;*/
      max-width: 1200px;
      margin: 20px auto;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      overflow: hidden;
      background-image: linear-gradient(to right, #f5f5f5, #e0e0e0);
      max-height: 75vh;

    }
    .container4 .text-content {
     
      text-align: left;
     /* margin: 0% 0% 0% 0%;*/
      margin-left:-20%;
      width:51%;
      margin-bottom:7%;
    }
    .container4 .title {

      margin-bottom: 10px;

    }
    .container4 .subtitle {
      color: #000000;
      
      margin-bottom: 20px;
      font-family: Lexend, sans-serif;
    }

    .container4 .image-placeholder {
        display: block;
      width: 68%;

      margin-top:6%;
      position: relative;
      text-align: right;
    }
    .container4 .image-placeholder img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    }

 