.tech_upd_product_information h1 {
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tech_upd_product_information img {
    width: 224px;
    height: 124px;
    object-fit: contain;
}

.tech_upd_product_information p {
    margin-bottom: 10px;
    padding-top: 10px;
}

.tech_upd_product_information {
    background: #fff;
    width: auto;
    text-align: center;
    border-radius: 28px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 278px;
}

.techupdate_section {
    background: #F2EADD;
}

.tech_upd_heading h1 {
    font-size: 22px;
}

.tech_upd_product_details {
    display: flex;
}

.tech_update_section {
    padding-bottom: 0;
    padding-top: 48px;
}

.tech_technician-step-two {
    position: relative;
    padding: 130px 0;
}

.tech_technician-step-two .tech_successfully-match {
    position: relative;
    padding: 0 46px;
    margin: 64px 0;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box {
    display: flex;
    align-items: center;
    width: 1208px;
    border-radius: 28px;
    background: linear-gradient(180deg, #FDFAF1 0%, #F2EADD 100%);
    margin: 15px auto;
    padding: 64px;
    position: relative;
}

.tech_technician-step-two .tech_successfully-match .tech_choosen-slider-box {
    margin: 0;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc {
    margin-right: 50px;
}

.tech_technician-step-two h1 {
    color: #353535;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.tech_technician-step-two .tech_successfully-match .tech_choosen-slider-box {
    margin: 0;
}

.tech_choosen-slider-box span {
    max-width: 224px;
    height: 143px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.tech_choosen-slider-box span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tech_choosen-slider-box h3 {
    color: #6D6D81;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 72px;
}

.tech_choosen-slider-box p {
    color: #6D6D81;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    display: block;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc {
    margin-right: 50px;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc h2 {
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 24px;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc h3 {
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc p {
    color: #353535;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}

.tech_choosen-slider-box {
    border-radius: 28px;
    background-color: #FFFFFF;
    box-shadow: 0 0 12px 0 rgb(12 26 60 / 22%);
    padding: 15px 28px;
    text-align: center;
    border: 2px solid transparent;
    margin: 50px 5px;
    cursor: pointer;
}

.tech_technician-step-two .successfully-btn-wrp {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 45px;
    left: 30px;
}

.successfully-btn-wrp a {
        color: #B38632;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    border-bottom: 2px solid;
}

.successfully-btn-wrp button {
    background: linear-gradient(34deg, #A56D14 0%, #F8E67E 36%, #C4901B 80%, #D4AA39 89%, #F8E67E 100%);
    border: 0;
    color: #353535;
    border-radius: 100px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 10px 30px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 22%);
    line-height: 29px;
    margin-right: 20px;
}


.tech_technician-step-two .successfully-btn-wrp {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 45px;
    left: 30px;
}


@media only screen and (max-width: 991px) {
  .tech_technician-step-two .tech_successfully-match {
     padding: 0 0px; 
}
.tech_technician-step-two .tech_successfully-match .tech_successfully-box {
    flex-direction: column;
}
.tech_technician-step-two .successfully-btn-wrp {
    align-items: center;
    position: relative;
    bottom: 0;
    left: 0px;
    right: 0;
    justify-content: center;
}
.tech_technician-step-two .tech_successfully-match .tech_successfully-box {
    width: auto;
    padding: 60px;
}
}

@media only screen and (max-width: 575px) {
  .tech_technician-step-two .tech_successfully-match .tech_successfully-box {
    padding: 23px;
    
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc {
    margin-right: auto;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc h2 {
    color: #353535;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 3px;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc h2 {
    
    margin-top: 10px;
}

.tech_technician-step-two .tech_successfully-match .tech_successfully-box .tech_successfully-box-desc p {
    line-height: 20px;
}

.tech_technician-step-two .successfully-btn-wrp {
    padding-top: 30px !important;
}
 
}
   
