.migrationSystem11{
    margin-bottom: 100px;
}
.ms11Inner{
    background: linear-gradient(180deg, #242121 0%, rgba(36, 33, 33, 0) 100%);
    border-radius: 12px;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ms11iTexts{
    max-width: 750px;
}
.ms11itHeader{
    margin-bottom: 18px;
    color: var(--white);
}
.ms11itText{
    margin-bottom: 8px;
    color: var(--grey-text);
}
.ms11itTextLast{
    margin-bottom: 25px;
}
.ms11itLink{
    color: var(--blue-link);
    text-decoration: none;
}
.ms11iImg{

}
@media screen and (max-width: 1300px){
    .ms11iTexts {
        max-width: 640px;
    }
}
@media screen and (max-width: 1150px){
    .ms11Inner{
        flex-direction: column;
        padding: 30px 30px;
    }
    .ms11iTexts{
        max-width: unset;
    }
    .ms11itTextLast{
        margin-bottom: 17px;
    }
    .ms11iImg{
        margin-top: 35px;
    }
}
@media screen and (max-width: 700px){
    .migrationSystem11{
        margin-bottom: 70px;
    }
    .ms11itHeader{
        font-size: 30px;
    }
}
@media screen and (max-width: 500px){
    .ms11iImg{
        max-width: 240px;
    }
}