p {
  font-size: 18px;
}

.ucl-icon .icon-section img {
  top: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 110px;
  margin: auto;
  display: block;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.ucl-icon .icon-section .card2 img {
  width: 130px;
  height: 130px;
}

.ucl-icon .icon-section h6 {
  color: black;
  margin-top: 9px;
  text-align: center;
}

.ucl-icon .icon-section h3 {
  color: black;
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
}

.ucl-icon .icon-section {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  position: relative;
}
h3 {
    color: #0f2c67;
  }

  .section2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 35px;
    
    font-family: arial;
    border-radius: 30px;
  }

  .left-side__card {
    position: relative;
    right: 52px;
    padding-bottom: 2px;
    margin-top: 30px;

  }

  @media screen and (max-width: 769px) {
    .left-side__card {
      position: relative;
      left: 0px;
      padding-bottom: 0px;
      background-color: white;
    }

    .section2 {
      padding-left: 0%;
      padding-right: 0%;
    }
  }