.more-from-me-section {
    padding: 72px 0px;
    background: linear-gradient(0deg, #fcfcfc 68.49%, #fcf3f1 84.73%, #fde0dc 100%);
}

.more-from-me-section h2 {
    text-align: center;
}

.more-from-me-section .tab-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: safe center;
    gap: 20px;
    margin: 0;
    margin-bottom: 62px;
    padding-bottom: 10px;
    overflow-y: hidden;
    overflow-x: auto;
}

.more-from-me-section .tab-list li {
    list-style: none;
}

.more-from-me-section .tab-link {
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 100px;
    font-size: 20px;
    transition: all 0.3s;
    font-family: Morion-Semi,Arial,Helvetica,sans-serif;
    white-space: nowrap;
}

.more-from-me-section .tab-link.active {
    color: #fde0dc;
    background-color: #1e355e;
    border-color: #1e355e;
}

.more-from-me-section .tab-content {
    display: none;
    max-width: 790px;
    margin-inline: auto;
}

.more-from-me-section .tab-content.active {
    display: block;
}

.more-from-me-section .tab-content p,
.more-from-me-section .tab-content strong {
    font-size: 16px;
}

.more-from-me-section .tab-content strong,
.more-from-me-section .tab-content p strong {
    font-weight: normal;
    font-family: 'SequelSans-BoldHead', sans-serif;
}

.more-from-me-section .tab-content iframe {
    width: 100%;
    max-width: 100%;
}

.more-from-me-section .tab-content .video-wrapper {
    max-width: 689px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.more-from-me-section .tab-content .video-wrapper img {
    /* aspect-ratio: 1/1; */
    object-fit: cover;
}
.more-from-me-section .tab-content iframe{
    position: relative;
    inset: 0;
    height: auto;
    min-height: 440px;
}

.more-from-me-section .tab-content ul li,
.more-from-me-section .tab-content ol li {
    line-height: 1.8;
}

/* cta-section style */
.cta-section {
    background-color: #fcfcfc;
    padding: 48px 0;
    text-align: center;
}

.cta-section .cta-content h3 {
    font-size: 30px !important;
    margin-bottom: 24px !important;
}

.cta-section .cta-content .btn {
    margin-bottom: 32px;
    max-width: 370px;
    width: 100%;
    border-color: #752e4b !important;
    height: 52px;
    font-family: 'SequelSans-BoldHead', sans-serif;
    transition: all 0.5s;
}
.cta-section .cta-content .btn:hover{
    background-color: #512034 !important
}
.cta-section .cta-content p {
    color: #092f55;
    font-weight: 300;
    font-size: 18px;
}

.cta-section .cta-content p:last-child {
    margin-bottom: 0;
}

.cta-section .cta-content p a {
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s;
    color: inherit;
}

.cta-section .cta-content p a:hover {
    text-decoration: none;
}

.cta-section .cta-content p a strong {
    font-weight: 400;
    font-family: 'SequelSans-BoldHead', sans-serif;
}
