.content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.title-1,.title-2{
    font-weight: bold;
    font-size: larger;
    font-style: italic;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}
.part-1,.part-2{
    width: 800px;
    height: 230px;
}
.part-1{
    display: flex;
    justify-content: start;
    align-items: center;
}
.part-1-left{
    width: 300px;
    height: 200px;
    margin-left: 10px;
}
.part-1-left>img{
    width: 100%;
    height: 100%;
}
.part-1-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 220px;
    margin-left: 10px;
    font-size: small;
    font-weight: bold;
    color: #2A9D8F;
}
.part-2{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.part-2>img{
    width: 190px;
    height: 150px;
}