.col-container {
  max-width:1380px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Figtree';
}
.grid-md-3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}
.main-container a{
  --tw-text-opacity: 1;
    color: rgb(67 67 67 / var(--tw-text-opacity));
}
.flex {
    display: flex;
}
a:href{
    --tw-text-opacity: 1;
    color: rgb(82 196 26 / var(--tw-text-opacity));

}
.mb-8 {
   margin-bottom: 2rem;
}
.main-container h2 {
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight:bold;
}
.main-paragraph{
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight:300;
}

.two-column-padded-left ul li, .two-column-padded-right ul li {
    margin-left: -38px !important;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 36px !important;
    text-align: left;
    list-style: none;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
}

li::marker {
  width: 20px; 
}

.text-alignment {
  text-align: left !important;
}
.flex.flex-col.buttons-all {
    margin-top: 2.5rem;
}

.rounded-xl {
    border-radius: .75rem;
}

.border-\[1px\] {
    border-width: 1px;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

img.border-gray-100 {
  border:1px solid #c8c8c8;
  display: block;
  vertical-align: middle;
  
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.lg\:text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color:rgb(67 67 67 / var(--tw-text-opacity));
}
.grid-md-3 .gap-y-6 {
  row-gap: 1.5rem;
  flex-direction: column;
}
.grid-md-3 .gap-y-6 p{
  color:rgb(67 67 67 / var(--tw-text-opacity));
  font-style: normal;
  font-size:1em;
  -webkit-font-smoothing: antialiased;
  margin:0;
}
.self-end {
    align-self: flex-end;
}
.mt-auto {
    margin-top: auto !important;
}
.rounded-lg {
    border-radius: .5rem;
}
.border {
    border-width: 1px;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.font-medium {
    font-weight: 500;
}
.column.flex.flex-col.gap-y-6 .rounded-lg {
    font-weight: 500;
    border: 1px solid #c8c8c8;
}
.column.flex.flex-col.gap-y-6 .rounded-lg:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 227 / var(--tw-bg-opacity));
    color:rgb(67 67 67 / var(--tw-text-opacity));
}
.space-y {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem* calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem* var(--tw-space-y-reverse));
}

@media (max-width: 1024px) { 
  .flex.flex-col.buttons-all {
      display:block;
  }
  .flex.flex-col.buttons-all .rounded-lg.button{
      display:inline-flex;
    margin-bottom:20px;
  }
  .column h1 {
        font-size: 3rem;
        line-height: 1;
    }
}
@media (max-width: 768px) { 
  .grid-md{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-md .column {
      order: 2;
  }
  .grid-md .column.col-image {
      order: 1;
  }
  .column h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
  }
  h2.mb-8 {
      font-size: 2.25rem;
      line-height: 2.5rem;
  }
  .grid-md-3{
     gap: 2rem;
    flex-direction: column;
    row-gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 1440px) { 
  .col-container {
      max-width:1024px;
  }
}

@media (max-width: 1024px) { 
  .col-container {
      max-width:768px;
  }
  
  @media (max-width: 768px) { 
  .col-container {
      max-width:480px;
  }
}
  
    @media (max-width: 480px) { 
  .col-container {
      max-width:360px;
  }
}