@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Great+Vibes&family=Playpen+Sans&display=swap');
.second-section-first-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.second-section-second-title {
    font-size: 27px;
    text-align: center;
    margin-bottom: 0;
}
.second-section-third-title {
    font-size: 27px;
    text-align: center;
    margin-bottom: 3%;
}
.first-section-text-block {
    margin-top: 3%;
}
.text {
    margin-bottom: 0;
}
.first-picture {
    width: 300px;
}
.first-row {
    justify-content: space-around;
    margin-bottom: 5%;
    flex-wrap: wrap;
}
.second-picture {
    width: 325px;
}
.third-picture {
    width: 225px;
}
.first-title {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    margin: 3% 0 5% 0;
    font-family: 'Playpen Sans', cursive;
}