*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
  /* padding-top: 5rem; */
}

.career_first_section{
  margin-top: 8rem ;
}

.carrier_title h3{
    padding-top: 40px;
}
.carrier_title p{
    padding-top: 10px;
    color: #616060;
}
  
#svg{
    width: 700px;
    padding-bottom: 50px;
    height: 600px;
    
}

#leaf1 {
  fill: #2F2E41;
  animation-name: leaf1;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@keyframes leaf1 {
  from {
    d: path("M244.488,488.308c0,64.017,40.16,115.816,89.792,115.816");
  }
  to {
    d: path("M306.292,488.308c6.5,24.84-13.5,59.84,27.989,115.816");
  }
}

#leaf2 {
  fill: #009795;
  animation-name: leaf2;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@keyframes leaf2 {
  from {
    d: path("M277.021,494.11c0,60.809,25.609,110.014,57.258,110.014");
  }
  to {
    d: path("M300.542,494.11c-5,28.537,2.75,94.787,33.738,110.014");
  }
}

#leaf3 {
  fill: #2F2E41;
  animation-name: leaf3;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@keyframes leaf3 {
  from {
    d: path("M334.278,604.124c0-82.717,51.801-149.651,115.816-149.651");
  }
  to {
    d: path("M334.278,604.124c-10.487-88.227,62.263-125.227,74.263-149.651");
  }
}

#leaf4 {
  fill: #009795;
  animation-name: leaf4;
  animation-duration: 5s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@keyframes leaf4 {
  from {
    d: path("M334.278,604.124c0-64.735,44.815-117.118,100.2-117.118");
  }
  to {
    d: path("M334.278,604.124c-26.521-23.977-21.25-96.085,0-144.977");
  }
}


#hand1 {
  animation-name: hand1;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes hand1 {
  from {
    d: path("M715.655,399.909l-3.381,3.927c0,0-41.113,3.859-39.443,10.533c1.668,6.674,49.498-8.898,49.498-8.898L715.655,399.909z");
  }
  to {
    d: path("M716.25,399.407l-3.689,3.639c0,0-41.291,0.505-40.169,7.293c1.12,6.787,50.058-4.847,50.058-4.847L716.25,399.407z");
  }
}



#accordionFlushExample{
    margin: 0px;
    padding: 0px;
}

.accordion-button::after {
    background-image: initial;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: initial;
  }
  .accordion-button{
    padding: 32px 0px 32px 54px;
    border: 2px solid black;
    
    
  }


  .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #121213;
    width: 100%;
    border: 1px solid black;
   
  }
  .dd-title .dd-t-1 {
    font-size: 2.71vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.dd-title .dd-t-1 strong {
    text-decoration: none;
    color: teal;
    font-weight: 700;
}
 .dd-t-2 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #272727;
    opacity: 0.7;
    
}


.accordion-body{
    padding: 5.21vw;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
}

article p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    /* line-height: 1; */
    letter-spacing: 0.5px;
    padding-bottom: 0px;
    color: #6b6b6b;
}


@media only screen and (max-width: 430px) {

  #svg{
      width: 94vw;
      padding-bottom: 50px;
      height: 400px;
      padding: 0px;
  }
  .dd-title .dd-t-1 {
      font-size: 20px !important;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
  }

  .career_first_section{
    margin-top: 4rem ;
  }
}