/* Banner Section */
.modern-blogger-banner{
    min-height: 600px;
}
.modern-blogger-banner .banner-content {
    margin-left: 12%;
    margin-right: 22%;
}
.modern-blogger-banner .banner-content p {
    margin: 12px 0;
}
.modern-blogger-banner .banner-content .banner-btn a{
    padding: 0;
    font-weight: 700;
}
.modern-blogger-banner .banner-content .banner-btn a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
}
.modern-blogger-banner .banner-content .banner-btn a:hover {
    color: #f72e1c !important;
}
/* Service Section */
.modern-blogger-service-section img {
    width: 100%;
}
.modern-blogger-service-section figure {
    margin-bottom: 10px;
}
.modern-blogger-service-section .service-sec p {
    margin-top: 8px;
}
.modern-blogger-service-section .middle-service-sec img {
    max-height: 165px;
    object-fit: cover;
}
.modern-blogger-service-section .service-sec-btn a{
    padding: 0;
    font-weight: 600;
}
.modern-blogger-service-section .service-sec-btn a:hover {
    color: #000 !important;
    box-shadow: none;
} 
.modern-blogger-service-section .last-service-sec img {
    min-height: 554px;
    object-fit: cover;
}
.modern-blogger-service-section .last-service-sec {
    position: relative;
}
.modern-blogger-service-section .last-service-sec .post-heading a {
    font-weight: 600;
    text-align: left;
    top: 2%;
    left: 5%;
    right: 50%;
}
.modern-blogger-service-section .last-service-sec .post-heading a:hover {
    color: #121212 !important;
    box-shadow: none;
}
.modern-blogger-service-section .last-service-sec .post-btn a {
    bottom: 23%;
    left: 24%;
    font-weight: 700;
}
.modern-blogger-service-section .last-service-sec .post-btn a:hover {
    color: #000 !important;
    box-shadow: none;
}
.modern-blogger-service-section .last-service-sec .post-heading a,
.modern-blogger-service-section .last-service-sec .post-btn a {
    position: absolute;
    padding: 10px;
}
/* Media */
@media screen and (max-width: 1024px) and (min-width: 769px){
    .modern-blogger-service-section .last-service-sec .post-heading a {
        right: 45%;
    }
    .modern-blogger-service-section .last-service-sec .post-btn a {
        left: 18%;
    }
    .modern-blogger-service-section {
        margin-left: 0;
        margin-right: 0;
    }
    .modern-blogger-banner .banner-content {
        margin-left: 4%;
        margin-right: 0%;
    }
}
@media screen and (max-width: 768px) and (min-width: 426px){
    .modern-blogger-service-section {
        gap: 1.2em;
        flex-wrap: nowrap !important;
    }
    .modern-blogger-service-section {
        margin-left: 0;
        margin-right: 0;
    }
    .modern-blogger-banner .banner-content {
        margin-left: 5%;
        margin-right: 18%;
    }
}
@media screen and (max-width: 425px) and (min-width: 321px){
    .modern-blogger-banner .banner-content {
        text-align: center;
        margin-left: 0;
        margin-top: 25%;
    } 
    .modern-blogger-banner .banner-content .banner-btn {
        padding-left: 30%;
    }
    .modern-blogger-service-section {
        gap: 0;
    }
    .modern-blogger-service-section .last-service-sec .post-heading a {
        right: 70%;
    }
    .modern-blogger-service-section .last-service-sec .post-btn a {
        left: 35%;
    }
}
@media (max-width: 320px) {
    .modern-blogger-banner .banner-content {
        margin-left: 0;
        margin-top: 25%;
    } 
    .modern-blogger-service-section {
        gap: 0;
    }
    .modern-blogger-service-section .last-service-sec .post-heading a {
        right: 65%;
    }
    .modern-blogger-service-section .last-service-sec .post-btn a {
        left: 31%;
    }
}