<div class="row">
    <div class="col-12 col-md-6 col-lg-12 col-xl-6">
    <a class="section-link icon-offset" href="aws/cloudformation/">
      <div class="head">
        <div class="icon">
          <i class="fa-brands fa-aws"></i>
        </div>
        <div class="title">Amazon Web Services (AWS)</div>
      </div>
      <div class="body">
        Automated deployment using Terraform as well as manual deployment and CloudFormation template for automated deployment.
      </div>
    </a>
  </div>

  <div class="col-12 col-md-6 col-lg-12 col-xl-6">
    <a class="section-link icon-offset" href="gcp/terraform/">
      <div class="head">
        <div class="icon">
          <i class="fa-brands fa-google"></i>
        </div>
        <div class="title">Google Cloud Platform (GCP)</div>
      </div>
      <div class="body">
        Automated deployment using Google Kubernetes Engine (GKE), Terraform and Google Deployment Manager.
      </div>
    </a>
  </div>

  <div class="col-12 col-md-6 col-lg-12 col-xl-6">
    <a class="section-link icon-offset" href="azure/azure-arm/">
      <div class="head">
        <div class="icon">
          <i class="icon-azure"></i>
        </div>
        <div class="title">Microsoft Azure</div>
      </div>
      <div class="body">
        Automated deployment using Azure Container Service (AKS), Terraform and Azure ARM Template.
      </div>
    </a>
  </div>
</div>
