.about-us-section {
  padding: 5%;
  height: 100vh;
}
.about-us-section .container-fluid {
  height: 100%;
}
.about-us-section .container-fluid .row {
  height: 100%;
}
.about-us-section .container-fluid .row .title-col {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-us-section .container-fluid .row .title-col h2 {
  color: #104021;
  font-size: 2.8rem;
  padding-bottom: 2%;
}
.about-us-section .container-fluid .row .title-col h2 span {
  background-color: #F5F5F5;
}
.about-us-section .container-fluid .row .title-col p {
  color: #101010;
  font-size: 1.4rem;
  padding-inline: 0%;
}
.about-us-section .container-fluid .row .title-col p span {
  font-weight: bold;
}
.about-us-section .container-fluid .row .img-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-us-section .container-fluid .row .img-col img {
  width: 65%;
  z-index: 5;
  -webkit-margin-start: 3%;
          margin-inline-start: 3%;
}
.about-us-section .container-fluid .row .img-col .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.about-us-section .container-fluid .row .img-col .img-container svg {
  z-index: 1;
}

.vision-section {
  padding: 5%;
  background-color: #FCFCFC;
  position: relative;
}
.vision-section::before {
  content: url(../images/rect-effect.png);
  position: absolute;
  top: 15%;
  left: 2%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.vision-section .container-fluid .row .text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-start: 10%;
          padding-inline-start: 10%;
}
.vision-section .container-fluid .row .text-col h2 {
  color: #104021;
  font-size: 2.4rem;
  padding-bottom: 3%;
}
.vision-section .container-fluid .row .text-col h2 span {
  font-weight: bold;
}
.vision-section .container-fluid .row .text-col p {
  font-size: 1.2rem;
  color: #104021;
  padding-bottom: 5%;
}
.vision-section .container-fluid .row .text-col .btn-container a {
  background-color: #104021;
  border: 1px solid #104021;
  padding: 1% 5%;
  border-radius: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
}
.vision-section .container-fluid .row .text-col .btn-container a:hover {
  background-color: #FFFFFF;
  color: #104021;
}
.vision-section .container-fluid .row .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.vision-section .container-fluid .row .img-col::after {
  content: url(../images/full-circle-gray.png);
  position: absolute;
  bottom: -65%;
  right: -15%;
  z-index: 1;
}
.vision-section .container-fluid .row .img-col img {
  width: 75%;
  z-index: 5;
}

.mission-section {
  padding: 5%;
}
.mission-section .container-fluid .row .text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-start: 10%;
          padding-inline-start: 10%;
}
.mission-section .container-fluid .row .text-col h2 {
  color: #104021;
  font-size: 2.4rem;
  padding-bottom: 3%;
}
.mission-section .container-fluid .row .text-col h2 span {
  font-weight: bold;
}
.mission-section .container-fluid .row .text-col p {
  font-size: 1.2rem;
  color: #104021;
  padding-bottom: 5%;
}
.mission-section .container-fluid .row .text-col .btn-container a {
  background-color: #104021;
  border: 1px solid #104021;
  padding: 1% 5%;
  border-radius: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
}
.mission-section .container-fluid .row .text-col .btn-container a:hover {
  background-color: #FFFFFF;
  color: #104021;
}
.mission-section .container-fluid .row .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mission-section .container-fluid .row .img-col img {
  width: 75%;
}

.service-include-section {
  padding: 5%;
}
.service-include-section .container-fluid .row .title-col {
  padding-bottom: 5%;
}
.service-include-section .container-fluid .row .title-col h2 {
  color: #104021;
  border-left: 2px solid #104021;
  -webkit-padding-start: 1%;
          padding-inline-start: 1%;
}
.service-include-section .container-fluid .row .title-col h2 span {
  font-weight: bold;
}
.service-include-section .container-fluid .row .card-col {
  padding-inline: 1%;
  margin-bottom: 5%;
}
.service-include-section .container-fluid .row .card-col .main-card {
  border-radius: 24px;
  min-height: 65vh;
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-include-section .container-fluid .row .card-col .main-card .img-container {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  width: 25vh;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 10;
}
.service-include-section .container-fluid .row .card-col .main-card .img-container .big-card {
  height: 100%;
}
.service-include-section .container-fluid .row .card-col .main-card .img-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-include-section .container-fluid .row .card-col .main-card .img-container img.icon {
  height: 100%;
}
.service-include-section .container-fluid .row .card-col .main-card .img-container .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5%;
}
.service-include-section .container-fluid .row .card-col .main-card .img-container .title .img-cont {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 3%;
}
.service-include-section .container-fluid .row .card-col .main-card .img-container .title .img-cont .img-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9D9D9;
  background: linear-gradient(175.32deg, #104021 12.73%, rgba(217, 217, 217, 0) 140.45%);
}
.service-include-section .container-fluid .row .card-col .main-card .img-container .title .img-cont .img-logo img {
  width: 75%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service-include-section .container-fluid .row .card-col .main-card .img-container .title h2 {
  font-size: 1.4rem;
  color: #FFFFFF;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #FFFFFF;
  border-radius: 24px;
  z-index: 5;
  margin-top: -5%;
  position: relative;
  height: calc(100% - 20vh);
  padding: 5%;
  padding-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card .title {
  padding-bottom: 2%;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card .title .name {
  font-size: 1.8rem;
  color: #104021;
  padding-bottom: 2%;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card .title .position {
  font-size: 1.6rem;
  color: #104021;
  padding-bottom: 3%;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card p {
  color: #101010;
  font-size: 1.2rem;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card .btn-container a {
  background-color: #104021;
  border: 1px solid #104021;
  padding: 2% 8%;
  border-radius: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFFFFF;
  font-size: 1rem;
}
.service-include-section .container-fluid .row .card-col .main-card .white-card .btn-container a:hover {
  border: 1px solid #104021;
  background-color: transparent;
  color: #104021;
}
.service-include-section .container-fluid .row .card-col .main-card-child {
  padding: 7% 0;
  width: 100%;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
}
.service-include-section .container-fluid .row .card-col .main-card-child .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40%;
  padding-bottom: 10%;
}
.service-include-section .container-fluid .row .card-col .main-card-child .img-container .avatar {
  width: 70px;
  height: 70px;
  background: linear-gradient(175.32deg, #104021 12.73%, rgba(217, 217, 217, 0) 140.45%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #D9D9D9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-include-section .container-fluid .row .card-col .main-card-child .img-container .avatar img {
  width: 75%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service-include-section .container-fluid .row .card-col .main-card-child p {
  font-size: 1.2rem;
  color: #595757;
  text-align: center;
  padding-inline: 5%;
}
.service-include-section .container-fluid .row .card-col .main-card-child h4 {
  color: #101010;
  text-align: center;
  padding-inline: 5%;
}

@media (max-width: 1500px) and (max-height: 750px) {
  .about-us-section .container-fluid {
    height: 100%;
  }
  .about-us-section .container-fluid .row {
    height: 100%;
  }
  .about-us-section .container-fluid .row .title-col {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    color: #104021;
    font-size: 2.4rem;
    padding-bottom: 2%;
  }
  .about-us-section .container-fluid .row .title-col h2 span {
    background-color: #F5F5F5;
  }
  .about-us-section .container-fluid .row .title-col p {
    color: #101010;
    font-size: 1.2rem;
    padding-inline: 0%;
  }
  .about-us-section .container-fluid .row .title-col p span {
    font-weight: bold;
  }
  .about-us-section .container-fluid .row .img-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-section .container-fluid .row .img-col img {
    width: 50%;
    z-index: 5;
    -webkit-margin-start: 3%;
    margin-inline-start: 3%;
  }
  .about-us-section .container-fluid .row .img-col .img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .about-us-section .container-fluid .row .img-col .img-container svg {
    z-index: 1;
    width: 55%;
  }
}
@media (max-width: 1700px) and (max-height: 875px) {
  .about-us-section .container-fluid {
    height: 100%;
  }
  .about-us-section .container-fluid .row {
    height: 100%;
  }
  .about-us-section .container-fluid .row .title-col {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    color: #104021;
    font-size: 2.4rem;
    padding-bottom: 2%;
  }
  .about-us-section .container-fluid .row .title-col h2 span {
    background-color: #F5F5F5;
  }
  .about-us-section .container-fluid .row .title-col p {
    color: #101010;
    font-size: 1.2rem;
    padding-inline: 0%;
  }
  .about-us-section .container-fluid .row .title-col p span {
    font-weight: bold;
  }
  .about-us-section .container-fluid .row .img-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-section .container-fluid .row .img-col img {
    width: 60%;
    z-index: 5;
    -webkit-margin-start: 3%;
            margin-inline-start: 3%;
  }
  .about-us-section .container-fluid .row .img-col .img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .about-us-section .container-fluid .row .img-col .img-container svg {
    z-index: 1;
    width: 65%;
  }
}
@media (max-width: 1366px) {
  .about-us-section .container-fluid {
    height: 100%;
  }
  .about-us-section .container-fluid .row {
    height: 100%;
  }
  .about-us-section .container-fluid .row .title-col {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    color: #104021;
    font-size: 2.4rem;
    padding-bottom: 2%;
  }
  .about-us-section .container-fluid .row .title-col h2 span {
    background-color: #F5F5F5;
  }
  .about-us-section .container-fluid .row .title-col p {
    color: #101010;
    font-size: 1.2rem;
    padding-inline: 0%;
  }
  .about-us-section .container-fluid .row .title-col p span {
    font-weight: bold;
  }
  .about-us-section .container-fluid .row .img-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us-section .container-fluid .row .img-col img {
    width: 60%;
    z-index: 5;
    -webkit-margin-start: 3%;
            margin-inline-start: 3%;
  }
  .about-us-section .container-fluid .row .img-col .img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .about-us-section .container-fluid .row .img-col .img-container svg {
    z-index: 1;
    width: 65%;
  }
}
@media (max-width: 768px) {
  .about-us-section {
    padding: 5%;
  }
  .about-us-section .container-fluid .row .title-col {
    padding: 0;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    font-size: 2.4rem;
  }
  .about-us-section .container-fluid .row .title-col p {
    font-size: 1.2rem;
    padding-inline: 10%;
  }
  .about-us-section .container-fluid .row .card-col {
    padding-bottom: 8%;
  }
  .about-us-section .container-fluid .row .card-col .main-card {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 65vh;
    width: 80%;
  }
  .about-us-section .container-fluid .row .card-col .main-card .about-card {
    padding-top: 40%;
  }
  .about-us-section .container-fluid .row .card-col .main-card .about-card .white-card {
    padding-bottom: 5%;
  }
  .vision-section {
    padding: 5%;
  }
  .vision-section::before {
    display: none;
  }
  .vision-section .container-fluid .row .text-col {
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
    padding-bottom: 5%;
  }
  .vision-section .container-fluid .row .text-col h2 {
    font-size: 2.8rem;
  }
  .vision-section .container-fluid .row .text-col p {
    font-size: 1.2rem;
  }
  .vision-section .container-fluid .row .text-col .btn-container a {
    padding: 2% 5%;
  }
  .vision-section .container-fluid .row .img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .vision-section .container-fluid .row .img-col::after {
    display: none;
  }
  .vision-section .container-fluid .row .img-col img {
    width: 75%;
    z-index: 5;
  }
  .mission-section {
    padding: 5%;
  }
  .mission-section .container-fluid .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mission-section .container-fluid .row .text-col {
    padding-bottom: 5%;
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
  }
  .mission-section .container-fluid .row .text-col h2 {
    font-size: 2.8rem;
  }
  .mission-section .container-fluid .row .text-col p {
    font-size: 1.2rem;
  }
  .mission-section .container-fluid .row .text-col .btn-container a {
    padding: 2% 5%;
  }
  .mission-section .container-fluid .row .img-col img {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .about-us-section {
    padding: 5%;
    padding-top: 25%;
  }
  .about-us-section .container-fluid .row .title-col h2 {
    font-size: 2rem;
  }
  .about-us-section .container-fluid .row .title-col p {
    font-size: 1rem;
    padding-inline: 0%;
  }
  .about-us-section .container-fluid .row .img-col img {
    width: 75%;
  }
  .about-us-section .container-fluid .row .img-col .img-container svg {
    width: 85%;
  }
  .vision-section {
    padding: 5%;
  }
  .vision-section::before {
    display: none;
  }
  .vision-section .container-fluid .row .text-col {
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
    padding-bottom: 5%;
  }
  .vision-section .container-fluid .row .text-col h2 {
    font-size: 2.4rem;
  }
  .vision-section .container-fluid .row .text-col p {
    font-size: 1.2rem;
  }
  .vision-section .container-fluid .row .text-col .btn-container a {
    padding: 2% 5%;
  }
  .vision-section .container-fluid .row .img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .vision-section .container-fluid .row .img-col::after {
    display: none;
  }
  .vision-section .container-fluid .row .img-col img {
    width: 75%;
    z-index: 5;
  }
  .mission-section {
    padding: 5%;
  }
  .mission-section .container-fluid .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mission-section .container-fluid .row .text-col {
    padding-bottom: 5%;
    -webkit-padding-start: 0%;
            padding-inline-start: 0%;
  }
  .mission-section .container-fluid .row .text-col h2 {
    font-size: 2.4rem;
  }
  .mission-section .container-fluid .row .text-col p {
    font-size: 1.2rem;
  }
  .mission-section .container-fluid .row .text-col .btn-container a {
    padding: 2% 5%;
  }
  .mission-section .container-fluid .row .img-col img {
    width: 75%;
  }
}