.getDemo_wrapper{
    display: flex;
    gap: 20px;
    margin-top: 20px;
    max-width: 475px;
}
.get_demo {
    padding: 10px 30px 10px 15px !important;
    border: 1px solid #233475;
    font-size: 18px;
    color: #233475;
    display: flex;
    gap: 10px;
    /* width: 100%; */
    align-items: center;
    border-radius: 12px;
}

.get_demo:hover{
color: #233475;
}
.get_demo>img{
    width: 40px;
    height: 40px;
}

.get_demo>.btn_text_get {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
}

.get_demo>.btn_text_get>span {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width:575px) {
    .get_demo{
        /* width: 100%; */
        padding: 5px 30px 5px 15px !important;
    }
    .get_demo>.btn_text_get{
        font-size: 16px;
    }
    .get_demo>.btn_text_get>span{
        font-size: 12px;
    }

    .get_demo>img{
        width: 25px;
        height: 25px;
    }
}

@media only screen and (min-width:575px){
    .header_img {
        position: absolute;
        bottom: 0;
    }
}