.my-post-main{
    max-width: 1440px !important;
    width: calc(100% - 360px) !important;
    margin: 50px auto 0 auto !important;
    display: block !important;
}
.my-post-title .elementor-heading-title{
    font-family: ShinGoPro, sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
    margin-bottom: 19px;
}
.my-post-date .elementor-heading-title{
    font-family: ShinGoPro, sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px;
    color: #000000 !important;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
    margin-bottom: 22px;
}
.my-post-featured-image{
    margin-bottom: 20px !important;
}
.my-post-featured-image .img-thumbnail{
    width: 34.86%;
    aspect-ratio: 1 / 1.3545;
    margin: 0 auto;
}
.my-post-featured-image .img-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.my-post-content{
    margin-bottom: 80px !important;
}
.my-post-content .elementor-heading-title{
    font-family: ShinGoPro, sans-serif !important;
    font-weight: 300 !important;
    font-size: 20px;
    color: #000000 !important;
    line-height: 37px;
    text-align: left;
    font-style: normal;
}
.my-latest-title{
    margin-bottom: 40px !important;
}
.my-latest-title .elementor-heading-title {
    font-family: ShinGoPro, sans-serif !important;
    font-weight: bold !important;
    font-size: 20px;
    color: #000000 !important;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
    border-bottom: 2px solid #F2F2F2;
    position: relative;
    padding-bottom: 10px;
}
.my-latest-title .elementor-heading-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 2px;
    background-color: #000;
}

.my-latest-post{
    max-width: 1440px !important;
    width: calc(100% - 360px) !important;
    margin: 0 auto;
}
.my-latest-post .porto-heading{
    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
.my-latest-post .wp-block-post-date{
    font-family: ShinGoPro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
}
.my-latest-main{
    gap: 0 !important;
}

@media only screen and (max-width: 767px) {
    .my-post-main{
        width: calc(100% - 20px) !important;
        margin: 20px auto 0 auto !important;
    }
    .my-post-title .elementor-heading-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .my-post-date .elementor-heading-title{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .my-post-featured-image .img-thumbnail{
        width: 100%;
    }
    .my-post-content .elementor-heading-title{
        font-size: 14px;
        line-height: 37px;
    }
    .my-latest-title .elementor-heading-title{
        font-size: 18px;
    }
    .my-latest-post{
        width: calc(100% - 20px) !important;
    }
    .my-latest-post .porto-heading{
        font-size: 16px;
    }
}