.box-content {
    padding-bottom: 90px;
}
.list-item {
    padding-bottom: 45px;
}
.service:not(:last-child) {
    margin-bottom: 40px;
}
.service .img {
    overflow: hidden;
}
.service .img img {
    overflow: hidden;
    border-radius: 0 40px 0 40px;
}
.service.odd .img {
    margin-left: -20px;
}
.service.even .img {
    margin-right: -20px;
}
.service.odd .txt {
    margin-right: 85px;
}
.service.even .txt {
    margin-left: 85px;
}
.service .title {
    font-size: 34px;
    margin: 0 0 25px;
    line-height: 1.2;
    font-family: "Judson-Regular";
}
.service .excerpt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.service .readmore a {
    height: 45px;
    color: #3a50b9;
    padding: 0 35px;
    font-size: 15px;
    line-height: 43px;
    border-radius: 3px;
    display: inline-flex;
    border: 1px solid #3a50b9;
    text-transform: uppercase;
}
.service .readmore a:hover {
    color: black;
    background: #f1cd20;
    border-color: #f1cd20;
} /* entry */
.entry *,
.entry p {
    font-size: 16px;
}
.entry table[border="0"],
.entry table[border="0"] * {
    margin: 0;
    padding: 0;
    border: none;
}
.entry table[border="0"] {
    margin-bottom: 20px;
}
.entry img {
    height: initial !important;
}
@media screen and (max-width: 1200px) {
    .box-content {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 992px) {
    .box-title {
        margin-bottom: 40px;
    }
    .box-content {
        padding-bottom: 40px;
    }
    .service.even .img,
    .service.odd .txt {
        margin-right: 0;
    }
    .service.even .txt,
    .service.odd .img {
        margin-left: 0;
    }
    .service .title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .service .excerpt {
        margin-bottom: 20px;
    }
    .entry {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .box-content {
        padding-bottom: 40px;
    }
    .box-title {
        padding: 180px 0 30px;
    }
    .list-item {
        padding-bottom: 30px;
    }
    .service.even .img {
        margin-bottom: 15px;
    }
    .service .title {
        font-size: 26px;
    }
    .entry,
    .entry *,
    .entry p {
        font-size: 18px;
        line-height: 1.6;
    }
}
