316 lines
8.3 KiB
CSS
316 lines
8.3 KiB
CSS
.elementor-widget-author_big_box .box-row {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
-moz-column-gap: 160px;
|
|
column-gap: 160px;
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.elementor-widget-author_big_box .box-row {
|
|
-moz-column-gap: 80px;
|
|
column-gap: 80px;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.elementor-widget-author_big_box .box-row {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
row-gap: 50px;
|
|
}
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-1 {
|
|
width: 415px;
|
|
min-width: 415px;
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-1 .box-img img {
|
|
width: 100%;
|
|
max-width: 415px;
|
|
}
|
|
@media (max-width: 500px) {
|
|
.elementor-widget-author_big_box .box-row .box-col-1 {
|
|
width: 100%;
|
|
min-width: 100%;
|
|
}
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-2 {
|
|
width: 100%;
|
|
max-width: 850px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 50px;
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-head {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 10px;
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-head h2 {
|
|
color: #0d183d;
|
|
font-family: "General Sans Variable", sans-serif;
|
|
font-weight: 500;
|
|
font-size: 32px;
|
|
line-height: 1.05;
|
|
margin: 0;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-head h2 {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-head h3 {
|
|
color: #b58857;
|
|
font-family: "General Sans Variable", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 32px;
|
|
line-height: 1.05;
|
|
margin: 0;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-head h3 {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-content p {
|
|
color: #0c1e21;
|
|
font-family: "General Sans Variable", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 1.6;
|
|
margin-top: 0;
|
|
text-align: justify;
|
|
}
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-content p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.elementor-widget-author_big_box .box-row .box-col-2 .author-content p {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
.elementor-widget-author_mini_box .box-row {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
-moz-column-gap: 50px;
|
|
column-gap: 50px;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.elementor-widget-author_mini_box .box-row {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-1 {
|
|
width: 270px;
|
|
min-width: 270px;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-1 .box-img img {
|
|
width: 100%;
|
|
max-width: 270px;
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-1 {
|
|
width: 190px;
|
|
min-width: 190px;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-1 .box-img img {
|
|
width: 100%;
|
|
max-width: 190px;
|
|
}
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 {
|
|
width: 100%;
|
|
max-width: 850px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 50px;
|
|
padding-top: 60px;
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 {
|
|
row-gap: 30px;
|
|
padding-top: 30px;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 {
|
|
text-align: center;
|
|
row-gap: 20px;
|
|
}
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-head {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 10px;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-head h2 {
|
|
color: #0d183d;
|
|
font-family: "General Sans Variable", sans-serif;
|
|
font-weight: 500;
|
|
font-size: 32px;
|
|
line-height: 1.05;
|
|
margin: 0;
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-head h2 {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-head h2 {
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-head h3 {
|
|
color: #b58857;
|
|
font-family: "General Sans Variable", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 32px;
|
|
line-height: 1.05;
|
|
margin: 0;
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-head h3 {
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-head h3 {
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content.active .author-content-head span::after {
|
|
height: 0;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-head {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 10px;
|
|
cursor: pointer;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-head p {
|
|
color: #0c1e21;
|
|
font-family: "General Sans Variable", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 1;
|
|
margin: 0;
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-head p {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-head p {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-head span {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-head span::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 10px;
|
|
height: 2px;
|
|
background: #0d183d;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-head span::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 2px;
|
|
height: 10px;
|
|
background: #0d183d;
|
|
transform: translate(-50%, -50%);
|
|
transition: all 250ms ease-in-out;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-body {
|
|
display: none;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-body--wrapper {
|
|
padding-top: 40px;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-body p {
|
|
color: #0c1e21;
|
|
font-family: "General Sans Variable", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 1.6;
|
|
margin-top: 0;
|
|
text-align: justify;
|
|
}
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-body p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
@media (max-width: 1366px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-body p {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-body p {
|
|
text-align: left;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.elementor-widget-author_mini_box .box-row .box-col-2 .author-content .author-content-body p {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.elementor-widget-partners_slider .partners-slider {
|
|
position: relative;
|
|
}
|
|
.elementor-widget-partners_slider .partners-slider::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 120px;
|
|
background: linear-gradient(90deg, #f4f4f8 0%, rgba(244, 244, 248, 0) 100%);
|
|
z-index: 2;
|
|
}
|
|
.elementor-widget-partners_slider .partners-slider::after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 120px;
|
|
background: linear-gradient(-90deg, #f4f4f8 0%, rgba(244, 244, 248, 0) 100%);
|
|
z-index: 2;
|
|
}
|
|
.elementor-widget-partners_slider .partners-slider .swiper-wrapper {
|
|
transition-timing-function: linear !important;
|
|
}
|
|
.elementor-widget-partners_slider .partners-slider .swiper-wrapper .swiper-slide {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 20px;
|
|
width: 270px;
|
|
height: 120px;
|
|
background: #ffffff;
|
|
}
|
|
.elementor-widget-partners_slider .partners-slider .swiper-wrapper .swiper-slide:hover img {
|
|
filter: grayscale(0);
|
|
}
|
|
.elementor-widget-partners_slider .partners-slider .swiper-wrapper .swiper-slide img {
|
|
filter: grayscale(1);
|
|
transition: all 250ms ease-in-out;
|
|
}
|
|
.elementor-widget-partners_slider .partners-slider .swiper-wrapper .swiper-slide > a {
|
|
position: absolute;
|
|
inset: 0;
|
|
}/*# sourceMappingURL=main.css.map */ |