.simple-content figure.wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 500px;
    border-radius: 46px;
    overflow: hidden;
    margin-bottom: 18px;
}
.simple-content-section {
    margin: 80px 0;
}
.simple-content figure.wp-block-image {
    position: relative;
    
    width:calc(100% + 100px);
    left: -50px;
    margin-top: 80px;
}


.wp-element-caption {
    font-size: 14px;
    opacity: 0.5;
    letter-spacing: -0.5px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.simple-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    line-height: 21.6px;
    margin-bottom: 10px;
}
.simple-content-section .testimonials-block {
    border-radius: 18px;
    border: 1px solid #F0F0F0;
    background: var(--Grey, #F5F5F5);
    padding: 40px;
    position: relative;
    width:calc(100% + 100px);
    left: -50px;
    margin-top: 80px;
}

.simple-content-section .testimonials-block .quote {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; 
    letter-spacing: -2px;
    font-family: var(--omnes);
}
.simple-content-section .testimonials-block .author-info {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.simple-content-section .testimonials-block .author-info .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.simple-content-section .testimonials-block .author-info .author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.simple-content-section .testimonials-block .author-info h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -1px;
    font-family: var(--switzernt);
    margin-bottom: 6px;
}

.simple-content-section .testimonials-block .author-info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: -0.16px;
    opacity: 0.7;
}
.simple-content-section h1 {
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -2px;
}

.simple-content  li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    color: rgb(25 25 25 / 70%);
}

.simple-content li::marker {
    color: var(--orange);
}

.simple-content li strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
    display: inline-block;
    opacity: 1;
    color: #1A1B1D;
    font-family: Switzer-Regular;
}
.simple-content li strong:first-child {
    display: block;
}
.simple-content .wp-block-heading {
    margin-top: 80px;
}
.publication-date-and-share-link {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(26, 28, 40, 0.10);
    padding-top: 40px;
    margin-top: 80px;
}

.publication-date-and-share-link span {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}
.publication-date p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.36px;
}
.share-link-row a {
    border-radius: 20.2px;
    border: 1px solid rgba(25, 25, 25, 0.20);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-link-row {
    display: flex;
    align-items: center;
}

.share-link-row a:not(:last-child) {
    margin-right: 10px;
}

@media only screen and (max-width:1399px){
    .publication-date-and-share-link {
        margin-top: 60px;
    }
}
@media only screen and (min-width:992px){
    .simple-content-section .container {
        max-width: 1010px;
    }
}
@media only screen and (max-width:991px){
  
    .simple-content .wp-block-heading {
        margin-top: 60px;
    }
    .simple-content-section .testimonials-block {
        margin-top: 60px;
    }
    .simple-content figure.wp-block-image {
        margin-top: 60px;
    }
    .simple-content-section h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .simple-content figure.wp-block-image{
        width: 100%;
        left: 0;
    }
    .simple-content-section .testimonials-block {
        padding: 30px 20px;
    }
    .simple-content-section .testimonials-block .quote {
        font-size: 30px;
        line-height: 35px;
    }
    .simple-content-section {
        margin: 60px 0;
    }
    .simple-content figure.wp-block-image img {
        min-height: 400px;
        border-radius: 30px;
    }
    .simple-content-section .testimonials-block{
        width: 100%;
        left: 0;
    }
    .publication-date-and-share-link {
        margin-top: 40px;
    }
}
@media only screen and (max-width:767px){
   .simple-content .wp-block-heading {
        margin-top: 40px;
    }
    .simple-content-section .testimonials-block {
        margin-top: 40px;
    }
    .simple-content figure.wp-block-image {
        margin-top: 40px;
    }
    .simple-content-section {
        margin: 40px 0;
    }
    .simple-content figure.wp-block-image img {
        min-height: 300px;
        border-radius: 20px;
    }
}