.research_tech_section{


  .research_card{
    margin: 2rem;
    border-radius: 1.5vw;
    padding: 2rem;
    aspect-ratio: 389/477;
    position: relative;
    display: flex;
    align-items: center;

    h3{
      text-align: end;
      padding-top: 2rem;

    }
    p{
      text-align: end;
    }
  }

  .color_y{
    background-color: rgba(255, 211, 86, 0.6);
  }
  .color_b{
    background-color: rgba(137, 212, 208, 0.6);
  }
  .color_o{
    background-color: rgba(254, 154, 7, 0.6);
  }

  .icon{
    top: -15px;
    left: -15px;
    position: absolute;
    /*margin: -4rem;*/
    aspect-ratio: 267/256;
    max-width: 170px;
    width: 10vw;
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .icon_1{
    background-image: url("../images/research_tech/icon01.svg?v01");
  }
  .icon_2{
    background-image: url("../images/research_tech/icon02.svg?v01");
  }
  .icon_3{
    background-image: url("../images/research_tech/icon03.svg?v01");
  }

  .research_info_one{


    .pill{
      margin: 2rem 0;
      display: flex;
      justify-content: center;
    }
    .pill h2{
      color: #3B5D7F;
      padding:1rem 2.5rem;
      border-radius: 3rem;
      border: 1px solid black;
    }
    img{
      max-width: 503px;
    }

  }
  .research_info_two{

    h1{
      display: flex;
      align-items: center;
      justify-content: center;

    }

    p{
      text-align: left;
      margin: 2rem auto;
      max-width: 729px;
    }
    img{
      max-width: 729px;
    }

  }
}
@media (max-width: 992px) {
  .research_tech_section{

    .research_card{
      h3{
        padding-top: 2rem;
      }

    }
    .icon {
      width: 30vw;
      max-width: 150px;
    }

    .research_info_one{

      img{
        max-width: 100%;
      }

    }
    .research_info_two{

      img{
        max-width: 100%;
      }

    }
  }
}
