.vtm_info_box-outer {
  padding: 40px; }
  .vtm_info_box-outer .heading {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px;
    color: #082b2b; }
  .vtm_info_box-outer .desc {
    margin-bottom: 20px; }
    .vtm_info_box-outer .desc p {
      line-height: 22px;
      font-size: 14px;
      color: #778191; }
  .vtm_info_box-outer p.more-link {
    font-size: 14px;
    font-weight: bold; }
    .vtm_info_box-outer p.more-link a {
      color: #3cdadd;
      text-decoration: none;
      padding-bottom: 4px;
      border-bottom: 2px solid #3cdadd; }

.vtm_info_box-outer.type-1 {
  border: 1px solid #dee4ee;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s; }
  .vtm_info_box-outer.type-1:hover {
    -webkit-box-shadow: 0px 4px 5px rgba(17, 17, 17, 0.3);
    box-shadow: 0px 4px 5px rgba(17, 17, 17, 0.3); }
  .vtm_info_box-outer.type-1 .image {
    width: 100px;
    height: 100px;
    margin-bottom: 30px; }
    .vtm_info_box-outer.type-1 .image img {
      width: 100%; }
    .vtm_info_box-outer.type-1 .image svg path {
      fill: #3399CC; }

.vtm_info_box-outer.type-2 {
  padding: 0px 40px 40px;
  text-align: center; }
  .vtm_info_box-outer.type-2 .image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transform: translateY(-50%);
    border: 1px solid #3399cc;
    border-radius: 50%;
    padding: 5px;
    background-color: #c2e0f0; }
    .vtm_info_box-outer.type-2 .image img {
      display: block;
      width: 100%; }
  .vtm_info_box-outer.type-2 .heading {
    font-size: 18px; }

.vtm_info_box-outer.type-3 {
  text-align: center; }
  .vtm_info_box-outer.type-3 .image {
    width: 70px;
    height: 70px;
    margin: 0 auto; }
    .vtm_info_box-outer.type-3 .image img {
      display: block;
      width: 100%; }
  .vtm_info_box-outer.type-3 .heading {
    margin-top: 20px;
    font-size: 18px; }

/*# sourceMappingURL=style.css.map */
