/** 400 **/
@font-face {
font-family: montserrat;
src: url('fonts/Montserrat/Montserrat-Regular.ttf');
font-weight: normal;
font-style: normal;
}
/** 800 **/
@font-face {
font-family: montserrat;
src: url('fonts/Montserrat/Montserrat-ExtraBold.ttf');
font-weight: 800;
font-style: normal;
}
/** 600 **/
@font-face {
font-family: montserrat;
src: url('fonts/Montserrat/Montserrat-SemiBold.ttf');
font-weight: 600;
font-style: normal;
}
/** 500 **/
@font-face {
font-family: montserrat;
src: url('fonts/Montserrat/Montserrat-Medium.ttf');
font-weight: 500;
font-style: normal;
}
<div class="block_two">
<div class="block_two_info">
<div class="block_two_info_description">
<p class="helicopter_photo_shoot">Фотосессия в вертолете</p>
</div>
<div class="block_two_info_description">
<p class="helicopter_flight">Полет на вертолете это прекрасная возможность получить новые ощущения! А наш замечательный фотограф запечатлит лучшие моменты</p>
</div>
<div class="block_two_info_description_text">
<img src="/svg/time.svg" alt="">
<p class="block_two_text">3 часа съемки</p>
</div>
<div class="block_two_info_description_text">
<img src="/svg/camera.svg" alt="">
<p class="block_two_text">Более 50 фотографий</p>
</div>
<div class="block_two_info_description_text">
<img src="/svg/location.svg" alt="">
<p class="block_two_text">Москва</p>
</div>
<div class="block_two_info_description_text">
<img src="/svg/speech-bubble.svg" alt="">
<p class="block_two_text">Готовы ответить на любые вопросы</p>
</div>
<div class="block_two_info_description">
<img src="/svg/Groupcup.svg" alt="">
<p class="block_two_text_groupcup">Более 50 отзывов с оценкой </p>
<div class="vector_star"><img src="/png/Vectorstar.png" alt=""></div>
<div class="vector_star"><img src="/png/Vectorstar.png" alt=""></div>
<div class="vector_star"><img src="/png/Vectorstar.png" alt=""></div>
<div class="vector_star"><img src="/png/Vectorstar.png" alt=""></div>
<div class="vector_star"><img src="/png/Vectorstar.png" alt=""></div>
</div>
</div>
</div>
/***********************
BLOCK TWO
************************/
.block_two{
position: absolute;
width: 900px;
height: 500px;
border: 1px solid black;
top: 750px;
margin-left: 20%;
}
.block_two_info{
width: 450px;
height: 499px;
border: 1px solid black;
}
.block_two_info_description{
width: 450px;
height: 70px;
display: flex;
}
.block_two_info_description_text{
width: 450px;
height: 40px;
display: flex;
}
.helicopter_photo_shoot{
font-family: montserrat;
font-style: normal;
font-weight: 500;
color: #37373F;
font-size: 30px;
padding-right: 240px;
letter-spacing:0.5px;
}
.helicopter_flight{
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
color: #37373F;
padding-right: 50px;
}
.block_two_text{
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #37373F;
padding-top: 10px;
padding-left: 10px;
}
.block_two_text_groupcup{
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #37373F;
padding-top: 24px;
padding-left: 10px;
}
.vector_star{
padding-top: 24px;
padding-left: 5px;
}
html {
-webkit-font-smoothing: antialiased; // or subpixel-antialiased
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}