.estimate-confirm-container {
    width: 1272px;
    margin: 0 auto;
    padding-bottom: 465px;
}
.estimate-title {
    margin-top: 96px;
    margin-bottom: 96px;
    text-align: center;
    font-weight: 600;
}
.estimate-content {
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 100px;
}
.estimate-content p{
   font-size: 22px;
   text-align: center;
   color: #5F5F5F;
}
.btn-estimate {
    width: 222px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #838383;
    border-radius: 3px;
}
.estimate-complete-margin {
    margin-left: 120px;
    margin-right: 120px;
}

.btn-white {
    width: 125px;
    background-color: white;
    color: #13395C;
    border: 2px solid #13395C;
    border-radius: 5px;
    height: 50px;
    font-weight: bold;
}

.btn-white:hover {
    opacity: 70%;
    background-color: #123555;
    color: #ffffff;
}