﻿@media (min-width: 768px) {
    .tablet\:w-auto {
        width: auto;
    }
}

@media (max-width: 768px) {
    .m\:w-1\/3 {
        width: 35%;
    }
}

.mr-10 {
    margin-right:2.5rem;
}

@media (min-width: 1280px) {
    .md-screen\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1280px) {
    .md-screen\:justify-start {
        justify-content: start;
    }
    .md-screen\:justify-end {
        justify-content: end;
    }
}
.mr-3 {
    margin-right: 0.75rem;
}
@media (min-width: 1280px) {
    .btn-outline {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1280px) {
    .md-screen\:bg-darkBlue {
        --tw-bg-opacity: 1;
        background-color: #CDD1D5;
    }
}

.footer-social-container div{
    background: none !important;
    display: flex;
    align-items: center;
  }
  .footer-social-container a img{
    max-width: 16px;
    max-height: 16px;
  }

  .footer-social-container a img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(12%) saturate(4360%) hue-rotate(326deg) brightness(96%) contrast(73%);
  }
