.plugin-templates-section {
    background: #fff;
    padding: 100px 0px;
   margin: 0 -30px;
}

.plugin-templates-section .plugin-main-title{
   color: #004156;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 48px 0;
}

.plugin-template-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap:32px;
}
.plugin-template-container .sub-plug-title{
   color: #004156;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin: 0px 0 21px 0;
    padding: 0;
}
.plugin-template-container .item-box{
    border-radius: 8px;
    padding: 32px 25px 40px 25px;
    box-shadow: 0px 0px 12px 2px rgba(8.999999999999993, 29.999999999999982, 66, 0.16);
}
.plugin-template-container p{
   color: #004156;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}
.plugin-template-container .item-box img{
    border-radius:5px;
    width:100%;
}
.plugin-template-container .button-link {
    margin-top: 40px;
}
.plugin-template-container .button-link a {
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    color: #004156;
    border-bottom: 1px solid #004156;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.plugin-template-container .button-link a:hover{
   color: #0F85AB;
   border-bottom: 1px solid #0F85AB;
}
.plugin-template-container .button-link a:hover svg path {
    fill: #0F85AB;
}
.plugin-template-container .button-link svg{
    margin-left:5px;
}
.plug-template-content {
    min-height: 140px;
}
