.mytoyota_item img {
    margin: 0 auto;
    display: block;
}
.mytoyota_item {
    margin-bottom: 40px;
}
.mytoyota_reg{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mytoyota_reg-title {
    font-family: 'Conv_ToyotaType-Book', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #282830;
}
.mytoyota_reg .btn:hover svg path{
    stroke: #FF0022;
}

@media (max-width: 767.98px) {
    .mytoyota_reg-title {
        margin-bottom: 15px;
    }

    .mytoyota_reg {
        flex-direction: column;
        text-align: center;
    }
}
/*.mytoyota_item{*/
    /*margin-bottom: 40px;*/
/*}*/
/*.mytoyota_item-title{*/
    /*font-style: normal;*/
    /*font-weight: 600;*/
    /*font-size: 16px;*/
    /*line-height: 26px;*/
    /*color: #404040;*/
    /*margin-bottom: 10px;*/
/*}*/
/*.mytoyota_item img {*/
    /*margin: 0 auto;*/
    /*display: block;*/
/*}*/
/*.mytoyota_reg-title{*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-size: 20px;*/
    /*line-height: 163.42%;*/
    /*color: #404040;*/

/*}*/
/*.mytoyota_reg{*/
    /*background: #F8F8F8;*/
    /*padding: 32px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
/*}*/
/*@media (max-width: 767.98px) {*/
    /*.col-image {*/
        /*order: 2;*/
    /*}*/
    /*.mytoyota_reg {*/
        /*flex-direction: column;*/
        /*text-align: center;*/
    /*}*/
    /*span.mytoyota_reg-title {*/
        /*margin-bottom: 15px;*/
    /*}*/
/*}*/