.big-image-container{
    height: 1200px;
    background-color: #ffffff;
}
.section1{
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    margin-left: 80px;
    
}
.section2{
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    
}
.image{
    width: 660px;
    margin-top: 10px;
    border-radius: 15px;
    margin-right: 180px;
    margin-left: 70px;
}

.section2 .image{
    width: 660px;
    margin-top: 10px;
    border-radius: 15px;
    margin-left: 270px;
    margin-right: 30px;
}

.section1 .heading-main{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 42px;
    text-align: left;
    align-items: top;
}

.section2 .heading-main{
    padding-top: 0px;
    margin-top: 0px;
    font-size: 42px;
    text-align: left;
    align-items: top;
}

.section-button{
    border: solid rgb(0, 132, 255);
    padding: 15px 10px;
    font-size: 17px;
    border-width: 2px;
    width: 160px;
    text-align: center;
    border-radius: 10px;
    color: rgb(0, 132, 255);
    font-weight: 600;
}
.section-button:hover{
    color: rgb(53, 53, 255);
    border: solid rgb(53, 53, 255);
    border-width: 2px;
    cursor: pointer;

}