.mainContainer {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 1136px;
    margin: 212px auto 0;
    position: relative;
}
.mainCardContainer {
    display: flex;
    padding: 64px;
    align-items: end;
    border-radius: 48px;
    border: 1px solid #F2F5FE;
    background-color: rgba(129, 164, 255, 0.10);
}
.mainCardWrapper {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.mainCardTextWrapper {
    display: flex;
}

.mainCardTitleWrapper {
    display: flex;
    justify-content: center;
}

.blueTitles {
    display: flex;
    gap: 8px;
    margin-left: 8px;
}
.gatc-logo{
    margin-top: 118px;
}

.blueWrapper {
  padding: 0px 16px;
  background-color: #002E8C;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 8px;
}

.mainCardSubTitle {
    color: #002E8C;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0
}

.mainCardTitle {
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 16px 0;
}

.mainCardDescription {
    color: rgba(0, 0, 0, 0.80);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
}

.text-section {
    max-width: 525px;
}

.container {
    display: flex;
    flex-direction: column;
    margin-top: 248px;
}
.vertically-section {
    display: flex;
    flex-direction: column;
    width: min-content;
    align-self: end;
}

.section {
    display: flex;
    gap: 132px;
    margin-top: 212px;
}

.step-2-section{
align-self: flex-end;
}

.step-3-section{
    margin-left: 100px;
}

.order { 
    order: 1;
}

.step {
    color: #00319A;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
}

.sectionTitle {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; 
    margin: 16px 0
}
.text {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin: 0;
}

.vertically-img-container{
    margin-top: 32px;
}

.textBlock {
    display: flex;
    flex-direction: column;
    max-width: 452px;
}

picture {
    display: flex;
    justify-content: end;
}
.progress-img{
    position: absolute;
    left: 17px;
    top: 871px;
}

.text-block-step-4{
    margin-top: 24px;
}

.text-block-step-5 {
    margin-top: 12px;
}


.mainCardTitleWrapperForMobile {
    display: none;
}

.gatc-progress-tablet{
    display: none;
}

.progress-img-mob {
    display: none
}



@media screen and (min-width: 0) and (max-width: 1280px) {
    .mainCardTextWrapper{
        flex-direction: column-reverse;
    }
    .mainCardTitleWrapper{
        display: none;
    }

    .mainCardTitleWrapperForMobile {
        display: flex;
        margin-top: 90px;
    }

    .gatc-logo {
        order: 1;
        margin: 0;
    }

    picture {
        justify-content: center;
    }
    
}


@media screen and (min-width: 375px) and (max-width: 640px) {
    .mainContainer {
        max-width: 345px;
    }
    .mainCardContainer {
       padding: 32px 24px;

    }
    .progress-img-mob {
        display: block;
        position: absolute;
        left: -11px;
        top: 757px;
    }

    .mainCardTitle {
        font-size: 22px;
        line-height: 32px; 
    }

    .sectionTitle{
        font-size: 26px;
        line-height: 40px
    }
    .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .container{
        margin-top: 27px;
        max-width: 300px;
    }

}

@media screen and (min-width: 640px) and (max-width: 840px) {
    .mainCardContainer {
        padding: 32px 24px;
        min-width: 550px;
    }

    .mainCardContainer {
        justify-content: center;
    }

    .mainCardTitleWrapperForMobile {
        flex-direction: column;
    }

    .mainCardSubTitle {
        text-align: left;
    }

    .blueTitles {
        margin-left: 0;
        margin-top: 8px;
    }
    .progress-img {
        display: none;
    }

    .container {
        margin-top: 128px;
    }

    .step-2-section {
        flex-direction: column-reverse;
        gap: 52px;
        align-self: self-start;
    }

    .textBlock {
        max-width: 600px;
    }

    .step-3-section {
        flex-direction: column;
        margin-left: 0;
    }
    .section {
        margin-top: 124px;
        gap: 52px;
    }

    .step-5-section {
        flex-direction: column;
    }
}


@media screen and (min-width: 0) and (max-width: 375px) {
    .mainCardContainer {
        max-width: 231px;
        padding: 24px 16px;
    }

    .mainCardTitle {
        font-size: 18px;
        line-height: 28px;
    }

    .section {
        margin-top: 64px;
    }

    .container {
        max-width: 231px;
        margin-top: 96px;
    }
    .sectionTitle {
        font-size: 18px;
        line-height: 24px;
    }

    .text {
        font-size: 14px;
        line-height: 24px;
    }
    .step {
        font-size: 14px;
        line-height: 24px;
    }

    .vertically-section {
        width: unset;
        align-self: unset;
    }
  
    
}

@media screen and (min-width: 0) and (max-width: 640px) {
    .mainContainer {
        align-items: center;
        margin-top: 96px;
    }

    .mainCardTitleWrapperForMobile{
        margin-top: 57px;
        flex-direction: column;
    }

    .section{
        margin-top: 96px;
        gap: 16px
    }

    .step-3-section {
        flex-direction: column;
        margin-left: 0;
    }

    .text-block-step-4 {
        margin-top: 0;
    }

    .step-2-section {
        flex-direction: column-reverse;

    }

    .vertically-img-container{
        margin-top: 16px
    }
    .progress-img {
        display: none;
    }
    .text-block-step-5 {
        margin-top: 0;
    }
    .mainCardContainer{
        border-radius: 24px;
    }
    .mainCardDescription {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px
    }

    .mainCardSubTitle {
        text-align: left;
    }
    .blueTitles{
        margin-left: 0;
        margin-top: 8px;
    }
    .step {
        font-size: 15px;
        font-weight: 700;
        line-height: 32px;

    }

    .sectionTitle{
        margin: 8px 0;
    }

    .step-5-section {
        flex-direction: column;
    }
}


@media screen and (min-width: 840px) and (max-width: 1280px) {
    .mainCardContainer{
        padding: 56px 24px 32px;

    }

    .mainCardTitle {
        font-size: 24px;
        line-height: 32px;
    }
    .mainCardDescription {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }
    .mainCardContainer {
        border-radius: 24px;
    }
    .sectionTitle {
        font-size: 26px;
        line-height: 40px;
        margin: 8px 0;
        max-width: 330px;
    }

    .progress-img {
        display: none;
    }
    .step {
        font-size: 15px;
        line-height: 32px;
    }
    .container {
        margin-top: 172px
    }

    .text{
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
    }

    .section{
        flex-direction: column-reverse;
        gap: 32px;
        margin-top: 124px;
    }

    .order-unset {
        order: unset;
    }

    .step-3-section {
        margin-left: 0;
    }
    .textBlock {
        max-width: 568px;
    }
    .text-block-step-4{
        margin-top: 0;
    }

    .step-5-section {
        flex-direction: column;
    }
    .text-block-step-5{
        margin-top: 0;
    }

    .gatc-progress-tablet{
        display: block;
        position: absolute;
        top: 962px;
        left: 32px;
    }

    .secton-1-title {
        max-width: unset;
    }

   .section img {
        border-radius: 48px;
    }
}


@media screen and (min-width: 1280px) {
   .section img {
        border-radius: 48px;
    }
}

