.Placement-main {
    padding: 30px;
  }
  
  .Placement-main .Placement-view .Placement-Heading {
    color: #26528c;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
  }
  .Placement-content {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: justify;
  }
  .Placement-inner {
    font-family: "Montserrat", sans-serif;
    text-align: justify;
    font-size: 18px;
    list-style-type: none;
    padding: 0;
  }
  
  .Placement-inner .Placement-li {
    margin-bottom: 10px;
    background: url("arrow.png") left top no-repeat;
    background-size: 8%;
    padding-left: 34px;
    font-size: 16px;
  }
  
  .Placement-ol {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .placementcarousel img {
    height: 50vh;
  }
  .text-center {
    text-align: justify;
  }
  .text-primary {
    color: #007bff !important;
    text-align: justify;
  }
  .text1 {
    text-align: justify;
    color: #007bff !important;
  }
  
  @media only screen and (min-width: 576px) {
    .Placement-main {
      padding: 40px;
    }
    .Placement-main .Placement-view .Placement-Heading {
      font-size: 30px;
    }
    .Placement-content {
      font-size: 18px;
      font-family: "Montserrat", sans-serif;
    }
    .Placement-inner .Placement-li {
      background-size: 3%;
      font-size: 18px;
    }
    .Placement-ol {
      font-size: 18px;
    }
  }
  