.ppc-steps-wrapper {
    padding: 0 15%;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.ppc-steps-container {
    margin: 0px 200px;
    background-color: #003176F0;
    padding: 150px 0;
    min-height: 1140px;
}
.ppc-step-top-title h3 {
    font-size: 48px;
    font-family: 'Inter';
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 59.14px;
}
.ppc-steps-row {
    margin: 0px 180px;
} 
.ppc-steps-accordion-title {
    border-radius: 32px;
    height: 55px;
    background-color: #0293E65C;
    width: 100%;
}
.ppc-steps-accordion-item {
    display: grid;
    margin-bottom: 50px;
}
.ppc-steps-accordion-title {
    background-color: #0293e65c;
    border-radius: 32px;
    height: 55px;
    width: 100%;
    cursor:pointer;
}
.ppc-steps-accordion-title h3 {
    text-align: center;
    font-size: 19px;
    font-family: 'Inter';
    font-weight: 700;
    text-transform: uppercase;
    color: #58C2FF;
}
.ppc-steps-accordion-title span {
    float: left;
    margin-left: 20px;
    color: #F7C502;
}
.ppc-steps-accordion-content p {
    font-size: 19px;
    font-weight: 400;
    font-family: 'Inter';
    color: #fff;
    line-height: 28px;
}
.active-ppc{
 background-color: #FDB913;
}
.active-ppc h3{
    color:#005E94;
}
.ppc-steps-accordion-title .arrow-animate{
  transform: rotate(90deg);
  color:#005E94;
}
.ppc-steps-accordion-title span .arrow-animate
  color:#0058C1;
}
.ppc-steps-bottom-container {
    padding: 0 15%;
}
.ppc-steps-content {
    padding: 0 185px;
    padding-top: 100px;
}
.ppc-steps-content>div:nth-child(1) h4 {
    font-size: 31px;
    line-height: 42px;
    font-family: 'Inter';
    font-weight: 700;
    text-align: center;
}
.ppc-steps-content>div:nth-child(2) h4{
    font-size: 31px;
    line-height: 42px;
    font-family: 'Inter';
    font-weight: 700;
    text-align: center;
    color: #0086D2;
} 
.ppc-steps-content>div:nth-child(2) h4 span {
    color: #EBAD21;
}
@media (max-width: 1720px){
.ppc-steps-bottom-container {
    padding: 0 10%;
}
  .ppc-steps-wrapper {
    padding: 0 10%;
}
}
@media (max-width: 1550px){
.ppc-steps-bottom-container {
    padding: 0 6%;
}
  .ppc-steps-wrapper {
    padding: 0 6%;
}
}
@media (max-width: 1024px){
.ppc-steps-container {
    background-color: #003176f0;
    margin: 0 85px;
    padding: 100px 0;
}
.ppc-steps-row {
    margin: 0 100px;
}
.ppc-steps-content {
    padding: 100px 0px 0;
}
}
@media (max-width: 768px){
.ppc-steps-row {
    margin: 0 50px;
}
  .ppc-steps-container {
    background-color: #003176f0;
    margin: 0 0px;
    padding: 100px 0;
}
}
@media (max-width:480px){
.ppc-steps-accordion-title h3 {
    color: #58c2ff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
  .ppc-steps-row {
    margin: 0 0px;
}
.ppc-steps-wrapper {
    background-position: center;
}
  .ppc-step-top-title h3 {
    font-size: 37px;
    font-family: 'Inter';
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 59.14px;
}
  .ppc-steps-accordion-content p {
    font-size: 19px;
    font-weight: 400;
    font-family: 'Inter';
    color: #fff;
    line-height: 28px;
    padding: 0 25px;
}
}