.home-markets{display:flex;justify-content:center;align-items:center;padding:0 100px 40px}.home-markets-header{font-size:40px;color:#92a1ae;font-family:Lora;line-height:48px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-markets-img{max-width:500px;margin-right:85px}.home-markets-img img{width:100%}.home-markets-text{max-width:570px;color:#92a1ae;padding-left:30px}.home-markets-link{text-transform:uppercase;color:#ec5c32;font-size:16px;letter-spacing:2px;display:flex;align-items:center;transition:.5s ease;padding-bottom:5px;max-width:fit-content;position:relative}.home-markets-link:hover{color:#ec5c32}.home-markets-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#ec5c32;transform-origin:bottom right;transition:transform .25s ease-out}.home-markets-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.home-markets-link img{margin-left:20px;max-width:35px;transition:.5s ease}.home-markets-link:hover img{transform:translatex(5px)}.home-markets-cta{background-repeat:no-repeat;background-position-x:15%;background-position-y:50%}@media (max-width:1020px){.home-markets{flex-direction:column;padding:30px}.home-markets-img{margin-right:0}.home-markets-text{padding-left:0}}@media (max-width:660px){.home-markets-header{font-size:36px;line-height:44px}.home-markets-link{font-size:14px}.home-markets-link img{margin-left:10px}}