<section class="DOTA2">
<div class="imgdota2">
<img src="./img/DOTA2.png" alt="">
</div>
<div>
<p>
<!-- тут будет текст, который должен нахотиться по центру -->
</p>
</div>
</section>
.DOTA2 {
display: flex;
margin-top: 10px;
background-color: rgb(224, 136, 29);
border-radius: 10px;
height: 400px;
}
.imgdota2 img {
width: 456.93px;
border-radius: 10px;
height: 100%;
margin-left: auto;
align-self: start;
}