﻿.container-wrapper5 {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    // пропорции блока определяются здесь
}

.container-content5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.square-5{
    background-color: white;
    width: 100%;
    height:100%;
    border-radius: 30px;
}
.stages-container{
    margin-top: 30px;
}
.my-img-5{
    width:60%;
    margin: 10%;
    margin-top:40px;
}

.stages-text {
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Century Gothic Bold';
    line-height: 1;
}
.my-title-5 {
    font-size: 30px;
    margin-top: 10px;
    font-family: 'Century Gothic Bold';
    line-height: 1;
    
}
.stages-title {
    margin-top: 30px;
    font-size: 25px;
}
