body {
    background-color: hsl(30, 38%, 92%);
    overflow: hidden;
}
.master-container {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.master-container img {
    height: 500px;
    border-radius: 15px 0px 0px 15px;
}
.container {
    width: 333.33px;
    height: 500px;
    background-color: white;
    border-radius: 0px 15px 15px 0px;
}
.text1 {
    font-family: Montserrat;
    letter-spacing: 3px;
    color: hsl(228, 12%, 48%);
    padding-top: 32px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 14px;
}
.text2 {
    font-family: Fraunces;
    color: hsl(212, 21%, 14%);
    line-height: 0.9;
    padding-top: 30px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 41px;
    width: 250px;
}
.text3 {
    font-family: Montserrat;
    color: hsl(228, 12%, 48%);
    line-height: 1.5;
    padding-top: 32px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 14px;
    width:  240px ;
}
.text4 {
    font-family: Fraunces;
    color: hsl(158, 36%, 37%);
    font-weight: 700;
    font-size: 40px;
    padding-top: 20px;
    padding-left: 30px;
    display: inline-block;

}
.text5 {
    font-family: Montserrat;
    color: hsl(228, 12%, 48%);
    float: right;
    padding-top: 40px;
    padding-right: 70px;
    font-weight: 500;
}
.button {
    float: left;
    margin-top: 35px;
    margin-left: 30px;
    height: 50px;
    width: 260px;
    background-color: hsl(158, 36%, 37%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.button img {
    width: 20px;
    height: 20px;
    padding-left: 60px;
}
.button span {
    color: white;
    font-family: Montserrat;
    font-weight: 700;
    padding-right: 50px;
    font-size: 15px;
} 