.intro-area {
    padding: 120px 0;
}
.intro-area .full-container {
    width: 1430px;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.intro-area .full-container .left-section {
    width: 640px;
    max-width: 100%;
    padding-right: 15px;
}


.intro-area .full-container .left-section img {
    width: 100%;
    position: sticky;
    top: 15px;
    margin: 0;
}

.intro-area .full-container .right-section {
    width: 630px;
    max-width: 100%;
    padding-left: 15px;
}


.intro-area .full-container .right-section .top-meta {
    border-left: 4px solid #3F90A6;
    padding: 0 0 0 18px;
    margin: 0 0 54px;
}
.intro-area .full-container .right-section .top-meta h4 {
    color: #000000;
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;

}
.intro-area .full-container .right-section .top-meta p {
    color: #000000;
    font-family: "Outfit";
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.intro-area .full-container .right-section h2 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 18px;
}

.intro-area .full-container .right-section p {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #000000;
    margin: 0 0 20px;
}
.intro-area .full-container .right-section p a {
    color: #000000;
    text-decoration: underline;
    transition: 0.3s;
}
.intro-area .full-container .right-section p a:hover {
    color: #3F90A6;
}
.intro-area .full-container .right-section .learn-more {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin: 32px 0 0;
    text-decoration: none;
    transition: 0.3s;
    background-image: url('data:image/svg+xml,<svg width="22" height="15" viewBox="0 0 22 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0322 14.2356C13.8458 14.0581 13.7404 13.8175 13.739 13.5663C13.7376 13.315 13.8402 13.0733 14.0246 12.8939L18.6614 8.45399L0.992984 8.45399C0.729629 8.45399 0.47706 8.35414 0.290838 8.17641C0.104618 7.99868 -3.17241e-07 7.75763 -3.06254e-07 7.50628C-2.95267e-07 7.25493 0.104618 7.01388 0.290838 6.83615C0.47706 6.65842 0.729629 6.55857 0.992985 6.55857L18.6614 6.55857L14.017 2.11451C13.8342 1.93432 13.7326 1.69297 13.734 1.44217C13.7354 1.19137 13.8397 0.951075 14.0246 0.772787C14.1169 0.685634 14.2262 0.616687 14.3465 0.569884C14.4667 0.523082 14.5954 0.49934 14.7252 0.500014C14.8551 0.500688 14.9835 0.525765 15.1032 0.573813C15.2229 0.621861 15.3315 0.691939 15.4228 0.780045L21.7175 6.83127C21.8034 6.91898 21.8732 7.01994 21.9239 7.12989C21.9755 7.2452 22.0014 7.3695 21.9999 7.49487C22.0001 7.74278 21.8988 7.98094 21.7175 8.15848L15.4228 14.2097C15.3336 14.2992 15.2268 14.3709 15.1084 14.4207C14.99 14.4705 14.8625 14.4974 14.7331 14.4998C14.6038 14.5022 14.4752 14.4801 14.3549 14.4348C14.2346 14.3894 14.1249 14.3217 14.0322 14.2356Z" fill="black"></path></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) center;
    padding: 0 42px 0 0;
}
.intro-area .full-container .right-section .learn-more:hover {
    background-position: calc(100% - 0px) center;
}
