section.finish .finish_head {
    position: relative;
}
section.finish .finish_head .logo_header{
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 231px;
    height: 56px;
}

section.finish .finish_head h2{
    position: absolute;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    left: 0;
    top:0;
    margin-top: 63px;
    text-align: center;
    width: 100%;
}
section.finish .finish_head.mobile {
  display: none;
}

section.finish .finish_head.mobile a{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    cursor: pointer;
}

section.finish .finish_head div{
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
section.finish .finish_head div span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color:#006F46;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
section.finish .finish_head img{
    width: 100%;
}
section.finish .container .finish_content{
    text-align: center;
}
section.finish .container .finish_content img{
    max-width: 100%;

}
section.finish .container .finish_content img{
    max-width: 100%;
    margin-bottom: 37px;
    margin-top: 78px;

}

section.finish .container .finish_content h2{
    text-transform: uppercase;
    color:#14142B;
    font-weight: 700;
    font-size: 28px;
    Line-height :33px;
    width: 578px;
    margin: 0 auto;
    margin-bottom: 12px;
}

section.finish .container .finish_content p{
    color:#14142B;
    font-weight: 500;
    font-size: 16px;
    Line-height :22px;
    width: 632px;
    margin: 0 auto;
}



@media screen and (max-width: 568px) {
    section.finish {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.finish .finish_head.mobile {
        display: block;
        position: relative;
      }
      section.finish .finish_head.mobile .text{
        position: absolute;
        top:0;
        left: 0;
        font-size: 14px;
        font-weight: 700;
        color:#fff;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 4px;
      }
      section.finish .finish_head.mobile .logo{
        position: absolute;
        bottom:8px;
        left: 50%;
        transform: translateX(-50%);

      }
      section.finish .finish_head.desktop {
        display: none;
      }
      section.finish .container .finish_content h2{
        width: 328px;
        font-size: 16px;
        line-height: 22px;
      }
      section.finish .container .finish_content p{
        width: 328px;
        font-size: 14px;
        line-height: 18px;
      }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    section.finish .finish_head div{
        bottom: 18px;
        font-size: 12px;
    }

    section.finish .finish_head.desktop .bg_desktop{
        height: 88px;
    }

    section.finish .finish_head div{
        bottom: 3px;
    }
    section.finish .finish_head div img{
        height: 26px;
    }
    section.finish .finish_head h2{
        margin-top: 33px;
    }
    section.finish .finish_head .logo_header{
        max-width: 140px;
        height: 30px;
    }
  
}

@media screen and (min-width: 1023px) and (max-width: 1025px) {
    section.finish .finish_head.desktop .bg_desktop{
        height: 103px;
    }

    section.finish .finish_head div{
        bottom: 3px;
    }
    section.finish .finish_head div img{
        height: 30px;
    }
    section.finish .finish_head h2{
        margin-top: 44px;
    }
    section.finish .finish_head .logo_header{
        max-width: 158px;
        height: 37px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
    section.finish .finish_head.desktop .bg_desktop{
        height: 148px;
    }
}
