.block-two-images-with-links {
margin-top: 2rem;
min-height: 300px;
display: grid;
grid-template-columns: 1fr;
grid-gap: 1.8rem;
z-index: 1;
} .block-two-images-with-links .two-stepped-case-study .link-line {
padding-top: 1.2rem;
} .block-two-images-with-links .two-stepped-case-study a.case-study-link, .block-two-images-with-links .two-stepped-case-study .link-line {
display: inline-block;
align-items: center;
color: #FEFEFE;
text-decoration: none;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 26px;
max-width: 90%;
} .block-two-images-with-links .two-stepped-case-study a.case-study-link:visited, .block-two-images-with-links .two-stepped-case-study .link-line:visited {
color: #FEFEFE;
} .block-two-images-with-links .two-stepped-case-study a.case-study-link .bold, .block-two-images-with-links .two-stepped-case-study .link-line .bold {
font-weight: bold;
margin-right: 5px;
} .block-two-images-with-links .two-stepped-case-study a.case-study-link .nav-arrow, .block-two-images-with-links .two-stepped-case-study .link-line .nav-arrow {
width: 1rem;
height: 1rem;
display: inline-block;
margin-left: 6px;
transition: transform 0.5s ease;
} .block-two-images-with-links .two-stepped-case-study a.case-study-link:hover .nav-arrow, .block-two-images-with-links .two-stepped-case-study .link-line:hover .nav-arrow {
transform: rotate(45deg);
} .block-two-images-with-links .embed-container {
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
} .block-two-images-with-links .embed-container iframe,
.block-two-images-with-links .embed-container object,
.block-two-images-with-links .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (min-width: 768px) { .block-two-images-with-links .two-stepped-case-study .link-line {
padding-top: 1.2rem;
} .block-two-images-with-links .two-stepped-case-study a.case-study-link, .block-two-images-with-links .two-stepped-case-study .link-line {
line-height: 2.25rem;
max-width: unset;
} .block-two-images-with-links .two-stepped-case-study a.case-study-link .nav-arrow, .block-two-images-with-links .two-stepped-case-study .link-line .nav-arrow {
display: inline-block;
width: 24px;
height: 24px;
margin-left: 6px;
}
}
@media only screen and (min-width: 1030px) { .block-two-images-with-links {
margin-top: 7.5rem;
grid-template-columns: 1fr 1fr;
} .block-two-images-with-links .two-stepped-case-study:nth-of-type(2) {
margin-top: 8rem;
}
} .editor-styles-wrapper .block-two-images-with-links {
padding: 0 3rem;
margin-top: 7.5rem;
}