.olga-overview {
background-image: url(//olga-legal.com/wp-content/themes/olga/files/images/top_overview_bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center; padding-block: 90px;
@media screen and (max-width: 768px) {
padding-block: 50px 60px;
}
& .olga-overview__inner {
max-width: 1132px;
color: #fff;
display: grid;
place-items: center;
row-gap: 40px;
@media screen and (max-width: 768px) {
row-gap: 30px;
}
}
}
& .olga-overview__content {
display: grid;
row-gap: 16px;
place-items: center;
& .olga-overview__title {
font-size: 1.75rem;
font-weight: bold;
line-height: 1.6;
display: flex;
align-items: center;
column-gap: 4px;
text-align: center;
@media screen and (max-width: 768px) {
font-size: 1.0625rem;
display: block;
}
& .olga-overview__title--lg {
@media screen and (max-width: 768px) {
font-size: 1.5rem;
vertical-align: middle;
}
}
& .olga-overview__title-image {
height: 34px;
@media screen and (max-width: 768px) {
height: 27px;
width: fit-content;
vertical-align: middle;
}
}
}
& .olga-overview__description {
font-size: 1.125rem;
line-height: 1.6;
text-align: center;
font-weight: 400;
@media screen and (max-width: 768px) {
font-size: 0.9375rem;
}
}
}
& .olga-overview__link {
background-color: #fff;
color: #0f7cba;
column-gap: 8px;
font-size: 1rem;
line-height: 1.25;
font-weight: bold;
width: fit-content;
padding: 12px 17px 12px 21px;
transition: 0.15s opacity;
&:hover {
opacity: 0.8;
}
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
height: auto;
}
.olga-overview__content .olga-overview__title {
font-size: 56px;
@media screen and (max-width: 768px) {
font-size: 20px;
}
svg {
width: 188px;
height: auto;
margin-right: 8px;
@media screen and (max-width: 768px) {
width: 64px;
}
}
}
.olga-overview__flex {
display: flex;
gap: 20px;
@media screen and (max-width: 768px) {
flex-direction: column;
}
}
.olga-overview-item {
color: #363840;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
border: 1px solid #f0f1f1;
h3 {
display: flex;
gap: 6px;
font-size: 18px;
font-weight: 600;
padding: 20px;
background-color: #0474db;
color: #fff;
flex-wrap: wrap;
svg {
height: auto;
width: 68px;
object-fit: contain;
object-position: center;
}
}
&.ai-consulting h3 {
background-color: #18253b;
}
.olga-overview-item__content {
padding: 20px;
}
.olga-overview-item__image {
margin-bottom: 16px;
}
.olga-overview-item__text-lg {
font-size: 24px;
font-weight: 700;
margin-bottom: 16px;
@media screen and (max-width: 768px) {
font-size: 16px;
}
}
.olga-overview-item__text-gray {
font-size: 18px;
font-weight: 400;
color: #363840;
margin-bottom: 16px;
@media screen and (max-width: 768px) {
font-size: 14px;
}
}
.olga-overview-item__link {
background-color: #ecf0f2;
border-radius: 4px;
border: 2px solid #d8dcde;
text-align: center;
color: #868686;
padding: 12px;
width: 100%;
}
}