.global_ticker {
background: linear-gradient(90deg, #000043 0%, #00007C 100%);
height: 164px;
margin-top: 4rem;
overflow: hidden;
& .ticker_wrapper {
width: 100%;
overflow: hidden;
position: relative;
height: 100%;
}
& .ticker_inner {
display: flex;
align-items: center;
white-space: nowrap;
width: fit-content;
height: 100%;
& .ticker_text {
color: #fff;
font-size: 32px;
margin-left: 3rem;
margin-right: 3rem;
display: block;
}
& a.button.button-primary {
color: var(--white) !important;
background: var(--secondary) !important;
font-weight: bold;
font-size: 14px;
.phone_icon {
margin-right: 1rem;
}
}
}
}
.ticker_inner {
min-width: 290%; 
animation: ticker-scroll 50s linear infinite;
&:hover {
animation-play-state: paused;
}
}
@keyframes ticker-scroll {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}.services_ips {
background: rgb(0,0,40);
background: linear-gradient(221deg, rgba(0,0,40,1) 0%, rgba(0,0,142,1) 100%); 
& .title_wrapper {
display: flex;
text-align: center;
justify-content: center;
& h2 {
color: #fff;
font-size: 40px;
line-height: 1.2;
}
}
& .services_ips_blocks {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 100px; 
margin-top: 4rem;
margin-bottom: 4rem;
& .block {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
& h3 {
font-size: 22px;
font-weight: bold;
color: #fff;
margin-top: 2rem;
margin-bottom: 2rem;
}
& p {
color: #fff;
font-size: 16px;
}
}
& .call_to_action_buttons {
margin: 10rem 0 0;
display: flex;
justify-content: center;
& a.white_button {
display: flex;
align-items: center;
text-decoration: none;
& span {
color: #fff;
}
& .quote_icon {
margin-right: 1rem;
}
& .first {
font-size: 22px;
font-weight: bold;
text-decoration: underline;
}
& .second {
display: block;
margin-top: 0.5rem;
}
& .quote_text {
display: flex;
flex-direction: column;
}
}
}
}
.services_ips .button.button-primary {
color: var(--white) !important;
background: var(--secondary) !important;
font-weight: bold;
font-size: 22px;
box-shadow: none;
border: none;
}
.services_ips .button.button-primary .phone_icon {
margin-right: 1rem;
}
@media (max-width: 1024px) {
& .services_ips_blocks {
display: flex!important;
gap: 3rem!important;
flex-wrap: wrap;
& .block_wrapper {
padding: 1rem!important;
& h3 {
font-size: 20px!important;
}
}
}
}
@media (min-width: 992px) and (max-width: 1024px) {
& .services_ips_blocks {
& .block_wrapper {
width: 48%!important;
}
}
}
@media (max-width: 991px) { 
.services_ips {
& h2 {
font-size: 34px!important;
}
& .call_to_action_buttons {
flex-direction: column;
& .button {
margin-bottom: 2rem;
}
}
& a.white_button {
justify-content: center;
}
& .services_ips_blocks {
display: block!important;
}
& .slider_controls {
display: flex!important;
justify-content: center;
& .custom-arrows {
display: flex;
width: 100%;
justify-content: center;
}
& .custom-arrows-btn {
width: 28px;
height: 28px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-left: 0.5rem;
margin-right: 0.5rem;
cursor: pointer;
}
}
& .call_to_action_buttons {
margin: 6rem 0 0;
}
}
}