
.ty-section {
    padding: 50px 0px;
    overflow: hidden;
}
.ty-section .ty-box {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom:80px;
}
.ty-box .ty-left {
    width: 50%;
}
.ty-box .ty-right {
    width: 50%;
}
.ty-box h1 {
    font-size: 4em;
    font-weight: 400;
}
.ty-btn {
    margin-top: 28px;
}
.ty-btn a {
    display: inline-block;
    background: #e7e6e4;
    font-size: 1.1em;
    padding: 14px 10px;
    color: #000;
    border-radius: 150px;
    letter-spacing: 2px;
    min-width: 380px;
    text-align: center;
}
.ty-btn a:hover{
    background: #ed471d;
    color: #fff;
}
.ty-box .img-bt {
    position: relative;
}
.ty-box .img-bt::after {
    content: "";
    height: 189px;
    width: 378px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../images/bring-bottom.png);
    position: absolute;
    right: -60px;
    bottom: -50px;
}
.ty-center{
    text-align: center;
}
.ty-center img{
    border: 25px solid #e4dace;
    width: 100%;
}
.warm-box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}
.warm-box .warm-left {
    width: 50%;
}
.warm-box  .warm-right {
    width: 50%;
    position: relative;
    margin-top: -90px;
}
.warm-box h2 {
    font-size: 2.1em;
    font-weight: 500;
    margin: 0;
}
.warm-box h1 {
    font-size: 4.5em;
    font-weight: 500;
    margin-bottom: 0;
}
.ty-photo-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ty-photo-box .p-bx {
    width: calc(33.33% - 14px);
}
.ty-photo-box .p-bx img {
    width: 100%;
}

.what-section {
    background: #e4dace;
    padding: 50px 0px;
    text-align: center;
}
.what-section h2 {
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 16px;
}
.what-section .ty-btn a {
    min-width: 440px;
    margin-bottom: 14px;
    background: #fff;
    color: #000;
}
.what-section .ty-btn a:hover{
    background: #000;
    color: #fff;
}
.what-section .f-link {
    margin-bottom: 22px;
}
.what-section .flw-link {
    display: flex;
    justify-content: center;
    gap: 0;
}
.what-section .flw-link a {
    display: block;
    position: relative;
    padding: 0px 20px;
    position: relative;
    color: #000;
}
.what-section .flw-link a+a::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px;
}
.what-section .flw-link a:hover {
    color: #ed471d;
}
 

@media only screen and (max-width:1320px){
    .warm-box h1 {
        font-size: 3.6em;
    }
}
@media only screen and (max-width:1200px){
    .ty-box .img-bt::after {
        right: 0;
        bottom: 0;
        background-size: 150px;
        width: 160px;
        height: 80px;
    }
}
@media only screen and (max-width:991px){
    .warm-box h1 {
        font-size: 3em;
    }
    .warm-box h2 {
        font-size: 1.7em;
    }
}
@media only screen and (max-width:767px){
    .ty-btn a,.what-section .ty-btn a {
        min-width: 310px;
        font-size: 1em;
    }
    .ty-section .ty-box {
        display: block;
        margin-bottom: 25px;
    }
    .ty-box .ty-left {
        width: auto;
        text-align: center;
    }
    .ty-box .ty-right {
        width: auto;
        text-align: center;
    }
    .ty-box h1 {
        font-size: 3em;
    }
        
    .ty-center {
        margin-bottom: 20px;
    }
    .ty-center img {
        border-width: 10px;
    }
    .warm-box {
        display: block;
    }
    .warm-box .warm-left {
        width: auto;
        text-align: center;
        margin-bottom: 35px;
    }
    .warm-box .warm-right {
        width: auto;
        margin: 0;
        max-width: 400px;
        margin: 0px auto;
    }
    .ty-photo-box {
        gap: 10px;
    }
    .ty-photo-box .p-bx {
        width: calc(33.33% - 7px);
    }

}