.top-sights{display:flex;flex-wrap:wrap;}.top-sights .title{flex:100%;margin-bottom:35px !important;margin-top:35px !important;}.top-sights .ts-box{flex-basis:calc(50% - 30px);margin-bottom:50px;text-align:center;padding:0 15px;align-items:baseline;}@media (max-width: 1100px){.top-sights .ts-box{flex-basis:calc(50% - 10px);}}@media (max-width: 990px){.top-sights .ts-box{flex-basis:100%;margin-bottom:30px !important;}}.top-sights .ts-box .image{display:flex;align-items:baseline;justify-content:center;margin-bottom:10px;min-height:200px;width:100%;}.top-sights .ts-box .image img{max-width:100%;height:auto;margin:0 auto;}@media (max-width: 1200px){.top-sights .ts-box .image{min-height:200px;}}@media (max-width: 767px){.top-sights .ts-box .image{margin-bottom:11px;}}.top-sights .ts-box .ts-title{font-family:var(--roboto);font-size:30px;color:var(--secondaryColor);line-height:41px;text-transform:capitalize;transition:color .5s cubic-bezier(.17,.66,.34,.98);flex:100%;}.top-sights .ts-box .ts-title:hover{color:var(--primaryColor);}@media (max-width: 767px){.top-sights .ts-box .ts-title{margin-bottom:0px;}}