
      .jumbo-banner {
        width: 100%;
        /*height: 500px;*/
        background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
        display: flex;
        justify-content: space-around;
        margin-bottom: 100px;
      }

      .slider-image{
        width: 50%;
      }

      .jumbo-tagline {
        font-family: "Poppins", sans-serif;
        width: 45%;
        padding-left: 1em;
        padding-right: 1.5em;
        font-size: 1.8em;        
        color: whitesmoke;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 100px;
      }

      .intro-desc {
        width: 50%;
        height: 100%;
        padding-left: 3%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

      }
      .anim-scale {
        transform: scale(.2);
        opacity: 0;
        transition: all 1s ease-in;
      }
      .anim-scale.active {
         opacity: 1;
         transform: scale(1); 
      }

      .intro-desc h1 {
        font-family: 'Montserrat', sans-serif;
        line-height: 1.1;
        font-weight: 900;
        font-size: 38px;
        margin-bottom: .7rem;
        padding-right: 1em;
      }
      .intro-desc .general-desc {
        font-family: 'Montserrat', sans-serif;
        color: #555;
        line-height: 1.6;
        margin-bottom: .7rem;
        padding-right: 1em;
      }
      .intro-point {
        line-height: 2;
        font-family: 'Poppins', sans-serif;
        padding-right: 1em;
        text-align: justify;
      }
      .intro-point .icon-check {
        color: #3d99be;
        margin-right: .75em;
      }

      #web-templates {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 100px;
        background-color: whitesmoke;
        padding-top: 70px;
        padding-bottom: 70px;
      }
      #web-templates h1 {
        font-family: 'Montserrat', sans-serif;
        width: 50%;
        text-align: center;
        line-height: 1.1;
        font-weight: 800;
        font-size: 38px;
        margin-bottom: .7rem;
      }
      #web-templates .wt-desc {
        width: 45%;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        line-height: 1.6;
        margin-bottom: .7rem;
      }
      #web-templates .wt-template-stores {
        width: 50%;
        text-decoration: underline;
        text-underline-position: under;
        font-size: 20px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        color: black;
        line-height: 1.6;
        font-weight: 600;
        margin-bottom: 75px;
      }
      #web-templates .wt-template-stores a {
        color: black;
        margin-right: .5em;
      }
      .wt-showcase {

        width: 95%;
        margin: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
      }
      .wt-type {
        width: 30%;
      }

      .wt-type .wt-img {
        width: 100%;
      }

      .wt-name {
        margin-top: 30px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-align: center;
      }
      .branches {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        background-color: whitesmoke;
        padding-top: 70px;
        padding-bottom: 70px;
      }
      .branches h1 {
        /*background-color: yellow;*/
        margin-left: 25%;
        margin-right: 25%;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        line-height: 1.1;
        font-weight: 900;
        font-size: 38px;
        margin-bottom: .7rem;
      }
      .branches .branch-desc {
        margin-left: 25%;
        margin-right: 25%;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        line-height: 1.6;
        margin-bottom: 50px;
      }
      .branches .structure {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding: 1em 1em;
      }

      .branch {
        width: 30%;
        box-shadow: 5px 5px 10px #999;
        padding: 1.5em 1em;
        transition: all 1s ease-out;
        margin-bottom: 50px;
      }
      .branch:hover h4, .branch:hover p {
        color: white;
      }
      .branch:hover .learn-more a {
        background-color: whitesmoke;
      }

      .branch:hover {
        border-radius: 20px;
        background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
        color: white;        
        transition: all 1s ease-out;
      }


      .branch-line {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
      }
      .branch .branch-icon {
        font-size: 5em;
      }
      .branch h4 {
        text-align: center;
        font-size: 1.3em;
        font-family: 'Montserrat', sans-serif;
        color: black;
        line-height: 1.6;
        margin-bottom: 50px;
      }
      .branch .branch-detail {
        text-align: center;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        color: #444;
        line-height: 1.6;
        margin-bottom: 50px;
      }
      .branch .learn-more {
        font-size: .9em;
        text-align: right;
      }
      .branch .learn-more a {
        text-decoration: none;
        padding: .25em .5em;
        border-radius: 5px;
        /*color: #555;*/
      }
      @media screen and (max-width: 920px) {
        .jumbo-banner {
          flex-direction: column;
        }
        .jumbo-tagline {
          margin-top: 75px;
          margin-bottom: 50px;
          padding-left: 1em;
          padding-right: 1em;
          width: 100%;
        }
        .slider-image {
          width: 100%;
          margin-bottom: 50px;
        }
        .intro {
          flex-direction: column;
        }
        .intro-desc {
          width: 90%;
          margin: auto;
        }
        .intro-desc h1 {
          text-align: center;
        }
        #web-templates h1 {
          width: 80%;
          text-align: center;
        }
        #web-templates .wt-desc {
          width:  80%;
          text-align: center;
        }
        .wt-type {
          width: 48%;
          margin-bottom: 50px;
        }
        .structure {
          margin: auto;
          justify-content: space-around;
        }
        .branch {
          width: 95%;
        }

        .web-intergration .anim-scale {
          width: 100%;
          text-align: center;
        }
        .web-intergration .anim-scale h1 {
          width: 80%;
          margin-left: 10%;
          text-align: center;
        }
      }

